2023-11-08T01:42:24.845 INFO:root:teuthology version: 0.0.1.dev203+g6899cd2 2023-11-08T01:42:24.846 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --archive /home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451203 --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} --name yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi --owner scheduled_yuriw@teuthology -- /home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451203/orig.config.yaml 2023-11-08T01:42:24.884 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-08T01:42:24.970 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451203 branch: wip-yuri3-testing-2023-11-07-0801-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: '7451203' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-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-yuri3-testing-2023-11-07-0801-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: cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri3-testing-2023-11-07-0801-pacific sha1: cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 3886 sha1: cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri3-testing-2023-11-07-0801-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f targets: smithi001.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBM+WWmTKiyWGBcrU/dCy4X3rxNP3g04mdugWFWvDDoAejY5XwuJkY3D6QAU3ARnWvtB84RHJK7a3Y1Tzk9SgVH0= smithi023.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBALbJ9vBL8Zy9vV+rU6DfYGtA9fcy0821zUKVb9XoG0UsDmI5CNQbByKDueV/LPOv0cQyGc/Z3Bg4Y6HhWPUaxk= 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: 6899cd26fceddb2fec83dc1a1349394b28c8998e timestamp: 2023-11-07_19:34:21 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.3590714 2023-11-08T01:42:24.970 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f/qa; will attempt to use it 2023-11-08T01:42:24.971 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f/qa/tasks 2023-11-08T01:42:24.971 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-11-08T01:42:24.973 INFO:teuthology.task.internal:Checking packages... 2023-11-08T01:42:24.997 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash 'cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f' 2023-11-08T01:42:24.998 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-11-08T01:42:24.998 INFO:teuthology.packaging:ref: None 2023-11-08T01:42:24.999 INFO:teuthology.packaging:tag: None 2023-11-08T01:42:24.999 INFO:teuthology.packaging:branch: wip-yuri3-testing-2023-11-07-0801-pacific 2023-11-08T01:42:24.999 INFO:teuthology.packaging:sha1: cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f 2023-11-08T01:42:25.000 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri3-testing-2023-11-07-0801-pacific 2023-11-08T01:42:25.149 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-129.gcfb6fd52 2023-11-08T01:42:25.150 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-11-08T01:42:25.156 INFO:teuthology.task.internal:no buildpackages task found 2023-11-08T01:42:25.157 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-11-08T01:42:25.205 INFO:teuthology.task.internal:Saving configuration 2023-11-08T01:42:25.227 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-11-08T01:42:25.238 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-08T01:42:25.263 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi001.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451203', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.4', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-08 01:36:10.995519', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBM+WWmTKiyWGBcrU/dCy4X3rxNP3g04mdugWFWvDDoAejY5XwuJkY3D6QAU3ARnWvtB84RHJK7a3Y1Tzk9SgVH0='} 2023-11-08T01:42:25.285 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi023.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451203', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.4', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-08 01:36:10.997103', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBALbJ9vBL8Zy9vV+rU6DfYGtA9fcy0821zUKVb9XoG0UsDmI5CNQbByKDueV/LPOv0cQyGc/Z3Bg4Y6HhWPUaxk='} 2023-11-08T01:42:25.285 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-11-08T01:42:25.292 INFO:teuthology.task.internal:roles: ubuntu@smithi001.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-11-08T01:42:25.292 INFO:teuthology.task.internal:roles: ubuntu@smithi023.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-11-08T01:42:25.293 INFO:teuthology.run_tasks:Running task console_log... 2023-11-08T01:42:25.406 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7faa42ed9af0>, signals=[15]) 2023-11-08T01:42:25.407 INFO:teuthology.run_tasks:Running task internal.connect... 2023-11-08T01:42:25.413 INFO:teuthology.task.internal:Opening connections... 2023-11-08T01:42:25.414 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi001.front.sepia.ceph.com 2023-11-08T01:42:25.415 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi001.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T01:42:25.487 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi023.front.sepia.ceph.com 2023-11-08T01:42:25.489 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi023.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T01:42:25.554 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-11-08T01:42:25.561 DEBUG:teuthology.orchestra.run.smithi001:> uname -m 2023-11-08T01:42:25.580 INFO:teuthology.orchestra.run.smithi001.stdout:x86_64 2023-11-08T01:42:25.581 DEBUG:teuthology.orchestra.run.smithi001:> cat /etc/os-release 2023-11-08T01:42:25.638 INFO:teuthology.orchestra.run.smithi001.stdout:NAME="Red Hat Enterprise Linux" 2023-11-08T01:42:25.639 INFO:teuthology.orchestra.run.smithi001.stdout:VERSION="8.4 (Ootpa)" 2023-11-08T01:42:25.639 INFO:teuthology.orchestra.run.smithi001.stdout:ID="rhel" 2023-11-08T01:42:25.639 INFO:teuthology.orchestra.run.smithi001.stdout:ID_LIKE="fedora" 2023-11-08T01:42:25.639 INFO:teuthology.orchestra.run.smithi001.stdout:VERSION_ID="8.4" 2023-11-08T01:42:25.640 INFO:teuthology.orchestra.run.smithi001.stdout:PLATFORM_ID="platform:el8" 2023-11-08T01:42:25.640 INFO:teuthology.orchestra.run.smithi001.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.4 (Ootpa)" 2023-11-08T01:42:25.640 INFO:teuthology.orchestra.run.smithi001.stdout:ANSI_COLOR="0;31" 2023-11-08T01:42:25.640 INFO:teuthology.orchestra.run.smithi001.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8.4:GA" 2023-11-08T01:42:25.640 INFO:teuthology.orchestra.run.smithi001.stdout:HOME_URL="https://www.redhat.com/" 2023-11-08T01:42:25.641 INFO:teuthology.orchestra.run.smithi001.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-11-08T01:42:25.641 INFO:teuthology.orchestra.run.smithi001.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-08T01:42:25.641 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T01:42:25.641 INFO:teuthology.orchestra.run.smithi001.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-08T01:42:25.641 INFO:teuthology.orchestra.run.smithi001.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.4 2023-11-08T01:42:25.642 INFO:teuthology.orchestra.run.smithi001.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-11-08T01:42:25.642 INFO:teuthology.orchestra.run.smithi001.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.4" 2023-11-08T01:42:25.642 INFO:teuthology.lock.ops:Updating smithi001.front.sepia.ceph.com on lock server 2023-11-08T01:42:25.663 DEBUG:teuthology.orchestra.run.smithi023:> uname -m 2023-11-08T01:42:25.681 INFO:teuthology.orchestra.run.smithi023.stdout:x86_64 2023-11-08T01:42:25.682 DEBUG:teuthology.orchestra.run.smithi023:> cat /etc/os-release 2023-11-08T01:42:25.738 INFO:teuthology.orchestra.run.smithi023.stdout:NAME="Red Hat Enterprise Linux" 2023-11-08T01:42:25.738 INFO:teuthology.orchestra.run.smithi023.stdout:VERSION="8.4 (Ootpa)" 2023-11-08T01:42:25.739 INFO:teuthology.orchestra.run.smithi023.stdout:ID="rhel" 2023-11-08T01:42:25.739 INFO:teuthology.orchestra.run.smithi023.stdout:ID_LIKE="fedora" 2023-11-08T01:42:25.739 INFO:teuthology.orchestra.run.smithi023.stdout:VERSION_ID="8.4" 2023-11-08T01:42:25.739 INFO:teuthology.orchestra.run.smithi023.stdout:PLATFORM_ID="platform:el8" 2023-11-08T01:42:25.739 INFO:teuthology.orchestra.run.smithi023.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.4 (Ootpa)" 2023-11-08T01:42:25.740 INFO:teuthology.orchestra.run.smithi023.stdout:ANSI_COLOR="0;31" 2023-11-08T01:42:25.740 INFO:teuthology.orchestra.run.smithi023.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8.4:GA" 2023-11-08T01:42:25.740 INFO:teuthology.orchestra.run.smithi023.stdout:HOME_URL="https://www.redhat.com/" 2023-11-08T01:42:25.740 INFO:teuthology.orchestra.run.smithi023.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-11-08T01:42:25.740 INFO:teuthology.orchestra.run.smithi023.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-08T01:42:25.741 INFO:teuthology.orchestra.run.smithi023.stdout: 2023-11-08T01:42:25.741 INFO:teuthology.orchestra.run.smithi023.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-08T01:42:25.741 INFO:teuthology.orchestra.run.smithi023.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.4 2023-11-08T01:42:25.741 INFO:teuthology.orchestra.run.smithi023.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-11-08T01:42:25.741 INFO:teuthology.orchestra.run.smithi023.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.4" 2023-11-08T01:42:25.742 INFO:teuthology.lock.ops:Updating smithi023.front.sepia.ceph.com on lock server 2023-11-08T01:42:25.762 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-11-08T01:42:25.771 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-11-08T01:42:25.823 INFO:teuthology.task.internal:Checking for old test directory... 2023-11-08T01:42:25.824 DEBUG:teuthology.orchestra.run.smithi001:> test '!' -e /home/ubuntu/cephtest 2023-11-08T01:42:25.826 DEBUG:teuthology.orchestra.run.smithi023:> test '!' -e /home/ubuntu/cephtest 2023-11-08T01:42:25.843 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-11-08T01:42:25.862 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-11-08T01:42:25.863 DEBUG:teuthology.orchestra.run.smithi001:> test -z $(ls -A /var/lib/ceph) 2023-11-08T01:42:25.883 DEBUG:teuthology.orchestra.run.smithi023:> test -z $(ls -A /var/lib/ceph) 2023-11-08T01:42:25.898 INFO:teuthology.orchestra.run.smithi001.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2023-11-08T01:42:25.901 INFO:teuthology.orchestra.run.smithi023.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2023-11-08T01:42:25.901 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-11-08T01:42:25.951 INFO:teuthology.run_tasks:Running task kernel... 2023-11-08T01:42:25.967 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-11-08T01:42:25.968 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-11-08T01:42:25.968 DEBUG:teuthology.orchestra.run.smithi001:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-08T01:42:25.969 DEBUG:teuthology.orchestra.run.smithi023:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-08T01:42:25.985 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T01:42:25.986 DEBUG:teuthology.orchestra.run.smithi001:> uname -r 2023-11-08T01:42:25.987 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T01:42:25.987 DEBUG:teuthology.orchestra.run.smithi023:> uname -r 2023-11-08T01:42:26.043 INFO:teuthology.orchestra.run.smithi001.stdout:4.18.0-305.25.1.el8_4.x86_64 2023-11-08T01:42:26.043 INFO:teuthology.task.kernel:Running kernel on smithi001: 4.18.0-305.25.1.el8_4.x86_64 2023-11-08T01:42:26.044 DEBUG:teuthology.orchestra.run.smithi001:> sudo yum install -y kernel 2023-11-08T01:42:26.045 INFO:teuthology.orchestra.run.smithi023.stdout:4.18.0-305.25.1.el8_4.x86_64 2023-11-08T01:42:26.045 INFO:teuthology.task.kernel:Running kernel on smithi023: 4.18.0-305.25.1.el8_4.x86_64 2023-11-08T01:42:26.045 DEBUG:teuthology.orchestra.run.smithi023:> sudo yum install -y kernel 2023-11-08T01:42:27.408 INFO:teuthology.orchestra.run.smithi023.stdout:Updating Subscription Management repositories. 2023-11-08T01:42:27.409 INFO:teuthology.orchestra.run.smithi023.stdout:Unable to read consumer identity 2023-11-08T01:42:27.481 INFO:teuthology.orchestra.run.smithi001.stdout:Updating Subscription Management repositories. 2023-11-08T01:42:27.482 INFO:teuthology.orchestra.run.smithi001.stdout:Unable to read consumer identity 2023-11-08T01:42:28.793 INFO:teuthology.orchestra.run.smithi023.stdout:Copr repo for python3-asyncssh owned by ceph 31 kB/s | 3.5 kB 00:00 2023-11-08T01:42:28.857 INFO:teuthology.orchestra.run.smithi001.stdout:Copr repo for python3-asyncssh owned by ceph 33 kB/s | 3.5 kB 00:00 2023-11-08T01:42:29.548 INFO:teuthology.orchestra.run.smithi023.stdout:Extra Packages for Enterprise Linux 22 MB/s | 16 MB 00:00 2023-11-08T01:42:30.027 INFO:teuthology.orchestra.run.smithi001.stdout:Extra Packages for Enterprise Linux 14 MB/s | 16 MB 00:01 2023-11-08T01:42:33.024 INFO:teuthology.orchestra.run.smithi023.stdout:lab-extras 4.3 MB/s | 24 kB 00:00 2023-11-08T01:42:33.579 INFO:teuthology.orchestra.run.smithi001.stdout:lab-extras 4.3 MB/s | 24 kB 00:00 2023-11-08T01:42:33.793 INFO:teuthology.orchestra.run.smithi023.stdout:Package kernel-4.18.0-80.el8.x86_64 is already installed. 2023-11-08T01:42:33.794 INFO:teuthology.orchestra.run.smithi023.stdout:Package kernel-4.18.0-425.3.1.el8.x86_64 is already installed. 2023-11-08T01:42:33.794 INFO:teuthology.orchestra.run.smithi023.stdout:Package kernel-4.18.0-305.25.1.el8_4.x86_64 is already installed. 2023-11-08T01:42:33.960 INFO:teuthology.orchestra.run.smithi023.stdout:Dependencies resolved. 2023-11-08T01:42:33.961 INFO:teuthology.orchestra.run.smithi023.stdout:Nothing to do. 2023-11-08T01:42:33.961 INFO:teuthology.orchestra.run.smithi023.stdout:Complete! 2023-11-08T01:42:34.080 DEBUG:teuthology.orchestra.run.smithi023:> echo no | sudo yum reinstall kernel || true 2023-11-08T01:42:34.356 INFO:teuthology.orchestra.run.smithi001.stdout:Package kernel-4.18.0-80.el8.x86_64 is already installed. 2023-11-08T01:42:34.356 INFO:teuthology.orchestra.run.smithi001.stdout:Package kernel-4.18.0-425.3.1.el8.x86_64 is already installed. 2023-11-08T01:42:34.356 INFO:teuthology.orchestra.run.smithi001.stdout:Package kernel-4.18.0-305.25.1.el8_4.x86_64 is already installed. 2023-11-08T01:42:34.447 INFO:teuthology.orchestra.run.smithi023.stdout:Updating Subscription Management repositories. 2023-11-08T01:42:34.447 INFO:teuthology.orchestra.run.smithi023.stdout:Unable to read consumer identity 2023-11-08T01:42:34.509 INFO:teuthology.orchestra.run.smithi001.stdout:Dependencies resolved. 2023-11-08T01:42:34.510 INFO:teuthology.orchestra.run.smithi001.stdout:Nothing to do. 2023-11-08T01:42:34.511 INFO:teuthology.orchestra.run.smithi001.stdout:Complete! 2023-11-08T01:42:34.642 DEBUG:teuthology.orchestra.run.smithi001:> echo no | sudo yum reinstall kernel || true 2023-11-08T01:42:34.758 INFO:teuthology.orchestra.run.smithi023.stdout:Last metadata expiration check: 0:00:01 ago on Wed 08 Nov 2023 01:42:33 AM UTC. 2023-11-08T01:42:34.895 INFO:teuthology.orchestra.run.smithi023.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-11-08T01:42:34.896 INFO:teuthology.orchestra.run.smithi023.stdout:Installed package kernel-4.18.0-425.3.1.el8.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-11-08T01:42:34.896 INFO:teuthology.orchestra.run.smithi023.stdout:Installed package kernel-4.18.0-305.25.1.el8_4.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-11-08T01:42:34.923 INFO:teuthology.orchestra.run.smithi023.stderr:Error: No packages marked for reinstall. 2023-11-08T01:42:34.973 DEBUG:teuthology.orchestra.run.smithi023:> sudo yum reinstall -y kernel || true 2023-11-08T01:42:35.009 INFO:teuthology.orchestra.run.smithi001.stdout:Updating Subscription Management repositories. 2023-11-08T01:42:35.009 INFO:teuthology.orchestra.run.smithi001.stdout:Unable to read consumer identity 2023-11-08T01:42:35.319 INFO:teuthology.orchestra.run.smithi001.stdout:Last metadata expiration check: 0:00:02 ago on Wed 08 Nov 2023 01:42:33 AM UTC. 2023-11-08T01:42:35.337 INFO:teuthology.orchestra.run.smithi023.stdout:Updating Subscription Management repositories. 2023-11-08T01:42:35.338 INFO:teuthology.orchestra.run.smithi023.stdout:Unable to read consumer identity 2023-11-08T01:42:35.445 INFO:teuthology.orchestra.run.smithi001.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-11-08T01:42:35.445 INFO:teuthology.orchestra.run.smithi001.stdout:Installed package kernel-4.18.0-425.3.1.el8.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-11-08T01:42:35.445 INFO:teuthology.orchestra.run.smithi001.stdout:Installed package kernel-4.18.0-305.25.1.el8_4.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-11-08T01:42:35.476 INFO:teuthology.orchestra.run.smithi001.stderr:Error: No packages marked for reinstall. 2023-11-08T01:42:35.526 DEBUG:teuthology.orchestra.run.smithi001:> sudo yum reinstall -y kernel || true 2023-11-08T01:42:35.641 INFO:teuthology.orchestra.run.smithi023.stdout:Last metadata expiration check: 0:00:02 ago on Wed 08 Nov 2023 01:42:33 AM UTC. 2023-11-08T01:42:35.803 INFO:teuthology.orchestra.run.smithi023.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-11-08T01:42:35.803 INFO:teuthology.orchestra.run.smithi023.stdout:Installed package kernel-4.18.0-425.3.1.el8.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-11-08T01:42:35.804 INFO:teuthology.orchestra.run.smithi023.stdout:Installed package kernel-4.18.0-305.25.1.el8_4.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-11-08T01:42:35.813 INFO:teuthology.orchestra.run.smithi023.stderr:Error: No packages marked for reinstall. 2023-11-08T01:42:35.870 DEBUG:teuthology.orchestra.run.smithi023:> rpm -q kernel | sort -rV | head -n 1 2023-11-08T01:42:35.892 INFO:teuthology.orchestra.run.smithi001.stdout:Updating Subscription Management repositories. 2023-11-08T01:42:35.892 INFO:teuthology.orchestra.run.smithi001.stdout:Unable to read consumer identity 2023-11-08T01:42:36.000 INFO:teuthology.orchestra.run.smithi023.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-11-08T01:42:36.001 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-11-08T01:42:36.001 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-305.25.1.el8_4.x86_64 Expected: 4.18.0-425.3.1.el8.x86_64 2023-11-08T01:42:36.001 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-08T01:42:36.001 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-08T01:42:36.002 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-11-08T01:42:36.002 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi023.front.sepia.ceph.com, path=None, version=distro) 2023-11-08T01:42:36.002 DEBUG:teuthology.orchestra.run.smithi023:> rpm -q kernel | sort -rV | head -n 1 2023-11-08T01:42:36.133 INFO:teuthology.orchestra.run.smithi023.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-11-08T01:42:36.133 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-11-08T01:42:36.134 DEBUG:teuthology.orchestra.run.smithi023:> sudo rpm -qi grub2-tools 2023-11-08T01:42:36.162 INFO:teuthology.orchestra.run.smithi023.stdout:Name : grub2-tools 2023-11-08T01:42:36.162 INFO:teuthology.orchestra.run.smithi023.stdout:Epoch : 1 2023-11-08T01:42:36.162 INFO:teuthology.orchestra.run.smithi023.stdout:Version : 2.02 2023-11-08T01:42:36.163 INFO:teuthology.orchestra.run.smithi023.stdout:Release : 99.el8_4.1 2023-11-08T01:42:36.163 INFO:teuthology.orchestra.run.smithi023.stdout:Architecture: x86_64 2023-11-08T01:42:36.163 INFO:teuthology.orchestra.run.smithi023.stdout:Install Date: Wed 21 Dec 2022 01:02:32 PM UTC 2023-11-08T01:42:36.163 INFO:teuthology.orchestra.run.smithi023.stdout:Group : System Environment/Base 2023-11-08T01:42:36.163 INFO:teuthology.orchestra.run.smithi023.stdout:Size : 9264631 2023-11-08T01:42:36.164 INFO:teuthology.orchestra.run.smithi023.stdout:License : GPLv3+ 2023-11-08T01:42:36.165 INFO:teuthology.orchestra.run.smithi023.stdout:Signature : RSA/SHA256, Thu 09 Sep 2021 09:41:55 AM UTC, Key ID 199e2f91fd431d51 2023-11-08T01:42:36.165 INFO:teuthology.orchestra.run.smithi023.stdout:Source RPM : grub2-2.02-99.el8_4.1.src.rpm 2023-11-08T01:42:36.165 INFO:teuthology.orchestra.run.smithi023.stdout:Build Date : Tue 18 May 2021 07:46:34 AM UTC 2023-11-08T01:42:36.166 INFO:teuthology.orchestra.run.smithi023.stdout:Build Host : x86-vm-07.build.eng.bos.redhat.com 2023-11-08T01:42:36.166 INFO:teuthology.orchestra.run.smithi023.stdout:Relocations : (not relocatable) 2023-11-08T01:42:36.166 INFO:teuthology.orchestra.run.smithi023.stdout:Packager : Red Hat, Inc. 2023-11-08T01:42:36.166 INFO:teuthology.orchestra.run.smithi023.stdout:Vendor : Red Hat, Inc. 2023-11-08T01:42:36.166 INFO:teuthology.orchestra.run.smithi023.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-08T01:42:36.167 INFO:teuthology.orchestra.run.smithi023.stdout:Summary : Support tools for GRUB. 2023-11-08T01:42:36.167 INFO:teuthology.orchestra.run.smithi023.stdout:Description : 2023-11-08T01:42:36.167 INFO:teuthology.orchestra.run.smithi023.stdout: 2023-11-08T01:42:36.167 INFO:teuthology.orchestra.run.smithi023.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-08T01:42:36.167 INFO:teuthology.orchestra.run.smithi023.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-08T01:42:36.167 INFO:teuthology.orchestra.run.smithi023.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-08T01:42:36.168 INFO:teuthology.orchestra.run.smithi023.stdout:hardware devices. 2023-11-08T01:42:36.168 INFO:teuthology.orchestra.run.smithi023.stdout: 2023-11-08T01:42:36.168 INFO:teuthology.orchestra.run.smithi023.stdout:This subpackage provides tools for support of all platforms. 2023-11-08T01:42:36.169 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-08T01:42:36.169 INFO:teuthology.task.kernel:Updating grub on smithi023 to boot 4.18.0-425.3.1.el8.x86_64 2023-11-08T01:42:36.170 DEBUG:teuthology.orchestra.run.smithi023:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-08T01:42:36.192 INFO:teuthology.orchestra.run.smithi001.stdout:Last metadata expiration check: 0:00:03 ago on Wed 08 Nov 2023 01:42:33 AM UTC. 2023-11-08T01:42:36.329 INFO:teuthology.orchestra.run.smithi001.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-11-08T01:42:36.330 INFO:teuthology.orchestra.run.smithi001.stdout:Installed package kernel-4.18.0-425.3.1.el8.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-11-08T01:42:36.330 INFO:teuthology.orchestra.run.smithi001.stdout:Installed package kernel-4.18.0-305.25.1.el8_4.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-11-08T01:42:36.343 INFO:teuthology.orchestra.run.smithi001.stderr:Error: No packages marked for reinstall. 2023-11-08T01:42:36.394 DEBUG:teuthology.orchestra.run.smithi001:> rpm -q kernel | sort -rV | head -n 1 2023-11-08T01:42:36.524 INFO:teuthology.orchestra.run.smithi001.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-11-08T01:42:36.524 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-11-08T01:42:36.524 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-305.25.1.el8_4.x86_64 Expected: 4.18.0-425.3.1.el8.x86_64 2023-11-08T01:42:36.525 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-08T01:42:36.525 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-08T01:42:36.525 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-11-08T01:42:36.525 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi001.front.sepia.ceph.com, path=None, version=distro) 2023-11-08T01:42:36.525 DEBUG:teuthology.orchestra.run.smithi001:> rpm -q kernel | sort -rV | head -n 1 2023-11-08T01:42:36.656 INFO:teuthology.orchestra.run.smithi001.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-11-08T01:42:36.656 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-11-08T01:42:36.657 DEBUG:teuthology.orchestra.run.smithi001:> sudo rpm -qi grub2-tools 2023-11-08T01:42:36.685 INFO:teuthology.orchestra.run.smithi001.stdout:Name : grub2-tools 2023-11-08T01:42:36.685 INFO:teuthology.orchestra.run.smithi001.stdout:Epoch : 1 2023-11-08T01:42:36.685 INFO:teuthology.orchestra.run.smithi001.stdout:Version : 2.02 2023-11-08T01:42:36.685 INFO:teuthology.orchestra.run.smithi001.stdout:Release : 99.el8_4.1 2023-11-08T01:42:36.686 INFO:teuthology.orchestra.run.smithi001.stdout:Architecture: x86_64 2023-11-08T01:42:36.686 INFO:teuthology.orchestra.run.smithi001.stdout:Install Date: Wed 21 Dec 2022 01:02:32 PM UTC 2023-11-08T01:42:36.686 INFO:teuthology.orchestra.run.smithi001.stdout:Group : System Environment/Base 2023-11-08T01:42:36.686 INFO:teuthology.orchestra.run.smithi001.stdout:Size : 9264631 2023-11-08T01:42:36.686 INFO:teuthology.orchestra.run.smithi001.stdout:License : GPLv3+ 2023-11-08T01:42:36.687 INFO:teuthology.orchestra.run.smithi001.stdout:Signature : RSA/SHA256, Thu 09 Sep 2021 09:41:55 AM UTC, Key ID 199e2f91fd431d51 2023-11-08T01:42:36.687 INFO:teuthology.orchestra.run.smithi001.stdout:Source RPM : grub2-2.02-99.el8_4.1.src.rpm 2023-11-08T01:42:36.687 INFO:teuthology.orchestra.run.smithi001.stdout:Build Date : Tue 18 May 2021 07:46:34 AM UTC 2023-11-08T01:42:36.687 INFO:teuthology.orchestra.run.smithi001.stdout:Build Host : x86-vm-07.build.eng.bos.redhat.com 2023-11-08T01:42:36.687 INFO:teuthology.orchestra.run.smithi001.stdout:Relocations : (not relocatable) 2023-11-08T01:42:36.688 INFO:teuthology.orchestra.run.smithi001.stdout:Packager : Red Hat, Inc. 2023-11-08T01:42:36.688 INFO:teuthology.orchestra.run.smithi001.stdout:Vendor : Red Hat, Inc. 2023-11-08T01:42:36.688 INFO:teuthology.orchestra.run.smithi001.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-08T01:42:36.688 INFO:teuthology.orchestra.run.smithi001.stdout:Summary : Support tools for GRUB. 2023-11-08T01:42:36.688 INFO:teuthology.orchestra.run.smithi001.stdout:Description : 2023-11-08T01:42:36.689 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T01:42:36.689 INFO:teuthology.orchestra.run.smithi001.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-08T01:42:36.689 INFO:teuthology.orchestra.run.smithi001.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-08T01:42:36.689 INFO:teuthology.orchestra.run.smithi001.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-08T01:42:36.689 INFO:teuthology.orchestra.run.smithi001.stdout:hardware devices. 2023-11-08T01:42:36.689 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T01:42:36.690 INFO:teuthology.orchestra.run.smithi001.stdout:This subpackage provides tools for support of all platforms. 2023-11-08T01:42:36.690 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-08T01:42:36.691 INFO:teuthology.task.kernel:Updating grub on smithi001 to boot 4.18.0-425.3.1.el8.x86_64 2023-11-08T01:42:36.691 DEBUG:teuthology.orchestra.run.smithi001:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-08T01:42:37.546 INFO:teuthology.orchestra.run.smithi023.stderr:Generating grub configuration file ... 2023-11-08T01:42:37.789 INFO:teuthology.orchestra.run.smithi001.stderr:Generating grub configuration file ... 2023-11-08T01:42:39.267 INFO:teuthology.orchestra.run.smithi023.stderr:done 2023-11-08T01:42:39.269 DEBUG:teuthology.orchestra.run.smithi023:> mktemp 2023-11-08T01:42:39.324 INFO:teuthology.orchestra.run.smithi023.stdout:/tmp/tmp.2uzFMrZVsP 2023-11-08T01:42:39.324 DEBUG:teuthology.orchestra.run.smithi023:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.2uzFMrZVsP 2023-11-08T01:42:39.405 DEBUG:teuthology.orchestra.run.smithi023:> sudo chmod 0666 /tmp/tmp.2uzFMrZVsP 2023-11-08T01:42:39.562 DEBUG:teuthology.orchestra.remote:smithi023:/tmp/tmp.2uzFMrZVsP is 6KB 2023-11-08T01:42:39.611 DEBUG:teuthology.orchestra.run.smithi023:> rm -fr /tmp/tmp.2uzFMrZVsP 2023-11-08T01:42:39.625 DEBUG:teuthology.orchestra.run.smithi023:> sudo /bin/ls /boot/loader/entries || true 2023-11-08T01:42:39.681 INFO:teuthology.orchestra.run.smithi001.stderr:done 2023-11-08T01:42:39.683 DEBUG:teuthology.orchestra.run.smithi001:> mktemp 2023-11-08T01:42:39.693 INFO:teuthology.orchestra.run.smithi023.stdout:298e228f3b5e401e8ac0f5ae159a2e06-0-rescue.conf 2023-11-08T01:42:39.694 INFO:teuthology.orchestra.run.smithi023.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-305.25.1.el8_4.x86_64.conf 2023-11-08T01:42:39.694 INFO:teuthology.orchestra.run.smithi023.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64.conf 2023-11-08T01:42:39.694 INFO:teuthology.orchestra.run.smithi023.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-80.el8.x86_64.conf 2023-11-08T01:42:39.695 DEBUG:teuthology.orchestra.run.smithi023:> sudo grub2-set-default 298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64 2023-11-08T01:42:39.697 INFO:teuthology.orchestra.run.smithi001.stdout:/tmp/tmp.e3cKUZ5juQ 2023-11-08T01:42:39.697 DEBUG:teuthology.orchestra.run.smithi001:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.e3cKUZ5juQ 2023-11-08T01:42:39.775 DEBUG:teuthology.orchestra.run.smithi001:> sudo chmod 0666 /tmp/tmp.e3cKUZ5juQ 2023-11-08T01:42:39.848 DEBUG:teuthology.orchestra.run.smithi023:> sudo shutdown -r now 2023-11-08T01:42:39.944 DEBUG:teuthology.orchestra.remote:smithi001:/tmp/tmp.e3cKUZ5juQ is 6KB 2023-11-08T01:42:39.992 DEBUG:teuthology.orchestra.run.smithi001:> rm -fr /tmp/tmp.e3cKUZ5juQ 2023-11-08T01:42:40.006 DEBUG:teuthology.orchestra.run.smithi001:> sudo /bin/ls /boot/loader/entries || true 2023-11-08T01:42:40.074 INFO:teuthology.orchestra.run.smithi001.stdout:298e228f3b5e401e8ac0f5ae159a2e06-0-rescue.conf 2023-11-08T01:42:40.075 INFO:teuthology.orchestra.run.smithi001.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-305.25.1.el8_4.x86_64.conf 2023-11-08T01:42:40.075 INFO:teuthology.orchestra.run.smithi001.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64.conf 2023-11-08T01:42:40.075 INFO:teuthology.orchestra.run.smithi001.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-80.el8.x86_64.conf 2023-11-08T01:42:40.076 DEBUG:teuthology.orchestra.run.smithi001:> sudo grub2-set-default 298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64 2023-11-08T01:42:40.252 DEBUG:teuthology.orchestra.run.smithi001:> sudo shutdown -r now 2023-11-08T01:43:09.878 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-11-08T01:43:09.879 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi023.front.sepia.ceph.com' 2023-11-08T01:43:09.880 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi023.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T01:43:10.256 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-11-08T01:43:10.256 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi001.front.sepia.ceph.com' 2023-11-08T01:43:10.257 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi001.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T01:43:44.507 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.23 2023-11-08T01:43:53.517 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi023.front.sepia.ceph.com' 2023-11-08T01:43:53.518 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi023.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T01:43:56.570 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.23 2023-11-08T01:44:08.582 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi023.front.sepia.ceph.com' 2023-11-08T01:44:08.583 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi023.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T01:44:10.261 DEBUG:teuthology.orchestra.remote:timed out 2023-11-08T01:44:11.642 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.23 2023-11-08T01:44:19.266 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi001.front.sepia.ceph.com' 2023-11-08T01:44:19.267 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi001.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T01:44:19.785 DEBUG:teuthology.orchestra.run.smithi001:> true 2023-11-08T01:44:20.082 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi001.front.sepia.ceph.com' 2023-11-08T01:44:20.083 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-425.3.1.el8.x86_64"... 2023-11-08T01:44:20.083 DEBUG:teuthology.orchestra.run.smithi001:> uname -r 2023-11-08T01:44:20.098 INFO:teuthology.orchestra.run.smithi001.stdout:4.18.0-425.3.1.el8.x86_64 2023-11-08T01:44:20.100 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-425.3.1.el8.x86_64 vs 4.18.0-425.3.1.el8.x86_64 2023-11-08T01:44:20.100 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-08T01:44:20.100 DEBUG:teuthology.task.kernel:Distro of this test job: rhel 2023-11-08T01:44:21.102 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-11-08T01:44:21.102 DEBUG:teuthology.orchestra.run.smithi001:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-08T01:44:21.228 INFO:teuthology.orchestra.run.smithi001.stdout:ttyS1 2023-11-08T01:44:21.247 DEBUG:teuthology.parallel:result is None 2023-11-08T01:44:26.643 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi023.front.sepia.ceph.com' 2023-11-08T01:44:26.644 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi023.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T01:44:45.178 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.23 2023-11-08T01:45:03.180 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi023.front.sepia.ceph.com' 2023-11-08T01:45:03.181 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi023.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T01:45:03.733 DEBUG:teuthology.orchestra.run.smithi023:> true 2023-11-08T01:45:03.983 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi023.front.sepia.ceph.com' 2023-11-08T01:45:03.984 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-425.3.1.el8.x86_64"... 2023-11-08T01:45:03.984 DEBUG:teuthology.orchestra.run.smithi023:> uname -r 2023-11-08T01:45:04.000 INFO:teuthology.orchestra.run.smithi023.stdout:4.18.0-425.3.1.el8.x86_64 2023-11-08T01:45:04.000 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-425.3.1.el8.x86_64 vs 4.18.0-425.3.1.el8.x86_64 2023-11-08T01:45:04.001 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-08T01:45:04.001 DEBUG:teuthology.task.kernel:Distro of this test job: rhel 2023-11-08T01:45:05.003 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-11-08T01:45:05.003 DEBUG:teuthology.orchestra.run.smithi023:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-08T01:45:05.150 INFO:teuthology.orchestra.run.smithi023.stdout:ttyS1 2023-11-08T01:45:05.164 DEBUG:teuthology.parallel:result is None 2023-11-08T01:45:05.164 INFO:teuthology.run_tasks:Running task internal.base... 2023-11-08T01:45:05.171 INFO:teuthology.task.internal:Creating test directory... 2023-11-08T01:45:05.172 DEBUG:teuthology.orchestra.run.smithi001:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-08T01:45:05.175 DEBUG:teuthology.orchestra.run.smithi023:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-08T01:45:05.194 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-11-08T01:45:05.200 INFO:teuthology.run_tasks:Running task internal.archive... 2023-11-08T01:45:05.242 INFO:teuthology.task.internal:Creating archive directory... 2023-11-08T01:45:05.242 DEBUG:teuthology.orchestra.run.smithi001:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-08T01:45:05.245 DEBUG:teuthology.orchestra.run.smithi023:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-08T01:45:05.498 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-11-08T01:45:05.505 INFO:teuthology.task.internal:Enabling coredump saving... 2023-11-08T01:45:05.506 DEBUG:teuthology.orchestra.run.smithi001:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-11-08T01:45:05.508 DEBUG:teuthology.orchestra.run.smithi023:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-11-08T01:45:05.549 INFO:teuthology.orchestra.run.smithi001.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-08T01:45:05.562 INFO:teuthology.orchestra.run.smithi001.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-08T01:45:05.761 INFO:teuthology.orchestra.run.smithi023.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-08T01:45:05.999 INFO:teuthology.orchestra.run.smithi023.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-08T01:45:06.033 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-11-08T01:45:06.040 INFO:teuthology.task.internal:Configuring sudo... 2023-11-08T01:45:06.041 DEBUG:teuthology.orchestra.run.smithi001:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-08T01:45:06.043 DEBUG:teuthology.orchestra.run.smithi023:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-08T01:45:06.482 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-11-08T01:45:06.491 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-11-08T01:45:06.492 DEBUG:teuthology.orchestra.run.smithi001:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-08T01:45:06.494 DEBUG:teuthology.orchestra.run.smithi023:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-08T01:45:06.776 DEBUG:teuthology.orchestra.run.smithi001:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-08T01:45:06.823 DEBUG:teuthology.orchestra.run.smithi001:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-08T01:45:06.866 DEBUG:teuthology.orchestra.run.smithi001:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-08T01:45:06.950 DEBUG:teuthology.orchestra.run.smithi001:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-08T01:45:06.997 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2023-11-08T01:45:06.997 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-08T01:45:07.072 DEBUG:teuthology.orchestra.run.smithi023:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-08T01:45:07.220 DEBUG:teuthology.orchestra.run.smithi023:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-08T01:45:07.613 DEBUG:teuthology.orchestra.run.smithi023:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-08T01:45:07.659 DEBUG:teuthology.orchestra.run.smithi023:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-08T01:45:07.697 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2023-11-08T01:45:07.698 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-08T01:45:07.764 DEBUG:teuthology.orchestra.run.smithi001:> sudo service rsyslog restart 2023-11-08T01:45:07.767 DEBUG:teuthology.orchestra.run.smithi023:> sudo service rsyslog restart 2023-11-08T01:45:07.826 INFO:teuthology.orchestra.run.smithi001.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-08T01:45:07.854 INFO:teuthology.orchestra.run.smithi023.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-08T01:45:08.220 INFO:teuthology.run_tasks:Running task internal.timer... 2023-11-08T01:45:08.228 INFO:teuthology.task.internal:Starting timer... 2023-11-08T01:45:08.229 INFO:teuthology.run_tasks:Running task pcp... 2023-11-08T01:45:08.239 INFO:teuthology.run_tasks:Running task selinux... 2023-11-08T01:45:08.247 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-11-08T01:45:08.248 DEBUG:teuthology.orchestra.run.smithi001:> sudo service auditd rotate 2023-11-08T01:45:08.309 INFO:teuthology.orchestra.run.smithi001.stdout:Rotating logs: [ OK ] 2023-11-08T01:45:08.311 DEBUG:teuthology.orchestra.run.smithi023:> sudo service auditd rotate 2023-11-08T01:45:08.593 INFO:teuthology.orchestra.run.smithi023.stdout:Rotating logs: [ OK ] 2023-11-08T01:45:08.595 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-11-08T01:45:08.595 DEBUG:teuthology.orchestra.run.smithi001:> /usr/sbin/getenforce 2023-11-08T01:45:08.623 INFO:teuthology.orchestra.run.smithi001.stdout:Permissive 2023-11-08T01:45:08.623 DEBUG:teuthology.orchestra.run.smithi023:> /usr/sbin/getenforce 2023-11-08T01:45:08.646 INFO:teuthology.orchestra.run.smithi023.stdout:Permissive 2023-11-08T01:45:08.646 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi001.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi023.front.sepia.ceph.com': 'permissive'} 2023-11-08T01:45:08.647 DEBUG:teuthology.orchestra.run.smithi001:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-08T01:45:08.689 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T01:45:08.690 DEBUG:teuthology.orchestra.run.smithi023:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-08T01:45:08.717 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T01:45:08.718 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-11-08T01:45:08.718 DEBUG:teuthology.orchestra.run.smithi001:> sudo /usr/sbin/setenforce permissive 2023-11-08T01:45:08.757 DEBUG:teuthology.orchestra.run.smithi023:> sudo /usr/sbin/setenforce permissive 2023-11-08T01:45:08.783 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-11-08T01:45:08.792 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-11-08T01:45:08.793 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-11-08T01:45:08.809 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2023-11-08T01:45:08.811 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi001.front.sepia.ceph.com,smithi023.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-11-08T01:53:38.312 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi001.front.sepia.ceph.com'), Remote(name='ubuntu@smithi023.front.sepia.ceph.com')] 2023-11-08T01:53:38.313 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi001.front.sepia.ceph.com' 2023-11-08T01:53:38.314 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi001.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T01:53:38.382 DEBUG:teuthology.orchestra.run.smithi001:> true 2023-11-08T01:53:38.450 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi001.front.sepia.ceph.com' 2023-11-08T01:53:38.450 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi023.front.sepia.ceph.com' 2023-11-08T01:53:38.451 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi023.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T01:53:38.519 DEBUG:teuthology.orchestra.run.smithi023:> true 2023-11-08T01:53:38.586 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi023.front.sepia.ceph.com' 2023-11-08T01:53:38.586 INFO:teuthology.run_tasks:Running task clock... 2023-11-08T01:53:38.597 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-11-08T01:53:38.597 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-08T01:53:38.598 DEBUG:teuthology.orchestra.run.smithi001:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-08T01:53:38.600 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-08T01:53:38.600 DEBUG:teuthology.orchestra.run.smithi023:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-08T01:53:38.629 INFO:teuthology.orchestra.run.smithi001.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-08T01:53:38.644 INFO:teuthology.orchestra.run.smithi001.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-08T01:53:38.657 INFO:teuthology.orchestra.run.smithi023.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-08T01:53:38.673 INFO:teuthology.orchestra.run.smithi023.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-08T01:53:38.680 INFO:teuthology.orchestra.run.smithi001.stderr:sudo: ntpd: command not found 2023-11-08T01:53:38.691 INFO:teuthology.orchestra.run.smithi001.stdout:506 Cannot talk to daemon 2023-11-08T01:53:38.705 INFO:teuthology.orchestra.run.smithi001.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-08T01:53:38.713 INFO:teuthology.orchestra.run.smithi023.stderr:sudo: ntpd: command not found 2023-11-08T01:53:38.720 INFO:teuthology.orchestra.run.smithi001.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-08T01:53:38.724 INFO:teuthology.orchestra.run.smithi023.stdout:506 Cannot talk to daemon 2023-11-08T01:53:38.739 INFO:teuthology.orchestra.run.smithi023.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-08T01:53:38.753 INFO:teuthology.orchestra.run.smithi023.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-08T01:53:38.789 INFO:teuthology.orchestra.run.smithi001.stderr:bash: ntpq: command not found 2023-11-08T01:53:38.792 INFO:teuthology.orchestra.run.smithi001.stdout:210 Number of sources = 4 2023-11-08T01:53:38.792 INFO:teuthology.orchestra.run.smithi001.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-08T01:53:38.793 INFO:teuthology.orchestra.run.smithi001.stdout:=============================================================================== 2023-11-08T01:53:38.793 INFO:teuthology.orchestra.run.smithi001.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-08T01:53:38.793 INFO:teuthology.orchestra.run.smithi001.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-08T01:53:38.793 INFO:teuthology.orchestra.run.smithi001.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-08T01:53:38.793 INFO:teuthology.orchestra.run.smithi001.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-08T01:53:38.820 INFO:teuthology.orchestra.run.smithi023.stderr:bash: ntpq: command not found 2023-11-08T01:53:38.823 INFO:teuthology.orchestra.run.smithi023.stdout:210 Number of sources = 4 2023-11-08T01:53:38.823 INFO:teuthology.orchestra.run.smithi023.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-08T01:53:38.824 INFO:teuthology.orchestra.run.smithi023.stdout:=============================================================================== 2023-11-08T01:53:38.824 INFO:teuthology.orchestra.run.smithi023.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-08T01:53:38.824 INFO:teuthology.orchestra.run.smithi023.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-08T01:53:38.824 INFO:teuthology.orchestra.run.smithi023.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-08T01:53:38.824 INFO:teuthology.orchestra.run.smithi023.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-08T01:53:38.825 INFO:teuthology.run_tasks:Running task pexec... 2023-11-08T01:53:38.834 INFO:teuthology.task.pexec:Executing custom commands... 2023-11-08T01:53:38.835 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi001.front.sepia.ceph.com 2023-11-08T01:53:38.835 DEBUG:teuthology.orchestra.run.smithi001:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-08T01:53:38.836 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi023.front.sepia.ceph.com 2023-11-08T01:53:38.837 DEBUG:teuthology.orchestra.run.smithi023:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-08T01:53:39.249 INFO:teuthology.orchestra.run.smithi001.stdout:Updating Subscription Management repositories. 2023-11-08T01:53:39.276 INFO:teuthology.orchestra.run.smithi023.stdout:Updating Subscription Management repositories. 2023-11-08T01:53:40.075 INFO:teuthology.orchestra.run.smithi023.stdout:Last metadata expiration check: 0:01:29 ago on Wed 08 Nov 2023 01:52:10 AM UTC. 2023-11-08T01:53:40.146 INFO:teuthology.orchestra.run.smithi001.stdout:Last metadata expiration check: 0:01:29 ago on Wed 08 Nov 2023 01:52:10 AM UTC. 2023-11-08T01:53:42.300 INFO:teuthology.orchestra.run.smithi023.stdout:Dependencies resolved. 2023-11-08T01:53:42.301 INFO:teuthology.orchestra.run.smithi023.stdout:================================================================================ 2023-11-08T01:53:42.301 INFO:teuthology.orchestra.run.smithi023.stdout: Package Architecture Version Repository Size 2023-11-08T01:53:42.301 INFO:teuthology.orchestra.run.smithi023.stdout:================================================================================ 2023-11-08T01:53:42.302 INFO:teuthology.orchestra.run.smithi023.stdout:Resetting modules: 2023-11-08T01:53:42.302 INFO:teuthology.orchestra.run.smithi023.stdout: container-tools 2023-11-08T01:53:42.302 INFO:teuthology.orchestra.run.smithi023.stdout: 2023-11-08T01:53:42.302 INFO:teuthology.orchestra.run.smithi023.stdout:Transaction Summary 2023-11-08T01:53:42.302 INFO:teuthology.orchestra.run.smithi023.stdout:================================================================================ 2023-11-08T01:53:42.303 INFO:teuthology.orchestra.run.smithi023.stdout: 2023-11-08T01:53:42.436 INFO:teuthology.orchestra.run.smithi001.stdout:Dependencies resolved. 2023-11-08T01:53:42.438 INFO:teuthology.orchestra.run.smithi001.stdout:================================================================================ 2023-11-08T01:53:42.438 INFO:teuthology.orchestra.run.smithi001.stdout: Package Architecture Version Repository Size 2023-11-08T01:53:42.438 INFO:teuthology.orchestra.run.smithi001.stdout:================================================================================ 2023-11-08T01:53:42.438 INFO:teuthology.orchestra.run.smithi001.stdout:Resetting modules: 2023-11-08T01:53:42.438 INFO:teuthology.orchestra.run.smithi001.stdout: container-tools 2023-11-08T01:53:42.439 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T01:53:42.439 INFO:teuthology.orchestra.run.smithi001.stdout:Transaction Summary 2023-11-08T01:53:42.439 INFO:teuthology.orchestra.run.smithi001.stdout:================================================================================ 2023-11-08T01:53:42.439 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T01:53:43.188 INFO:teuthology.orchestra.run.smithi023.stdout:Last metadata expiration check: 0:01:32 ago on Wed 08 Nov 2023 01:52:10 AM UTC. 2023-11-08T01:53:43.420 INFO:teuthology.orchestra.run.smithi001.stdout:Last metadata expiration check: 0:01:33 ago on Wed 08 Nov 2023 01:52:10 AM UTC. 2023-11-08T01:53:45.174 INFO:teuthology.orchestra.run.smithi023.stdout:Complete! 2023-11-08T01:53:45.398 INFO:teuthology.orchestra.run.smithi001.stdout:Complete! 2023-11-08T01:53:45.640 INFO:teuthology.orchestra.run.smithi023.stdout:Updating Subscription Management repositories. 2023-11-08T01:53:45.851 INFO:teuthology.orchestra.run.smithi001.stdout:Updating Subscription Management repositories. 2023-11-08T01:53:46.395 INFO:teuthology.orchestra.run.smithi023.stdout:Last metadata expiration check: 0:01:36 ago on Wed 08 Nov 2023 01:52:10 AM UTC. 2023-11-08T01:53:46.706 INFO:teuthology.orchestra.run.smithi001.stdout:Last metadata expiration check: 0:01:36 ago on Wed 08 Nov 2023 01:52:10 AM UTC. 2023-11-08T01:53:48.687 INFO:teuthology.orchestra.run.smithi023.stdout:Dependencies resolved. 2023-11-08T01:53:48.741 INFO:teuthology.orchestra.run.smithi023.stdout:========================================================================================================= 2023-11-08T01:53:48.741 INFO:teuthology.orchestra.run.smithi023.stdout: Package Arch Version Repository Size 2023-11-08T01:53:48.741 INFO:teuthology.orchestra.run.smithi023.stdout:========================================================================================================= 2023-11-08T01:53:48.742 INFO:teuthology.orchestra.run.smithi023.stdout:Installing group/module packages: 2023-11-08T01:53:48.742 INFO:teuthology.orchestra.run.smithi023.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-11-08T01:53:48.742 INFO:teuthology.orchestra.run.smithi023.stdout: cockpit-podman noarch 32-2.module+el8.4.0+11990+22932769 rhel-8-for-x86_64-appstream-rpms 410 k 2023-11-08T01:53:48.742 INFO:teuthology.orchestra.run.smithi023.stdout: crun x86_64 0.20.1-1.module+el8.4.0+11822+6cc1e7d7 rhel-8-for-x86_64-appstream-rpms 192 k 2023-11-08T01:53:48.742 INFO:teuthology.orchestra.run.smithi023.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-11-08T01:53:48.743 INFO:teuthology.orchestra.run.smithi023.stdout: toolbox noarch 0.0.8-1.module+el8.4.0+11822+6cc1e7d7 rhel-8-for-x86_64-appstream-rpms 16 k 2023-11-08T01:53:48.743 INFO:teuthology.orchestra.run.smithi023.stdout: udica noarch 0.2.4-2.module+el8.4.0+11822+6cc1e7d7 rhel-8-for-x86_64-appstream-rpms 51 k 2023-11-08T01:53:48.743 INFO:teuthology.orchestra.run.smithi023.stdout:Installing dependencies: 2023-11-08T01:53:48.743 INFO:teuthology.orchestra.run.smithi023.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-11-08T01:53:48.743 INFO:teuthology.orchestra.run.smithi023.stdout:Installing module profiles: 2023-11-08T01:53:48.744 INFO:teuthology.orchestra.run.smithi023.stdout: container-tools/common 2023-11-08T01:53:48.744 INFO:teuthology.orchestra.run.smithi023.stdout: 2023-11-08T01:53:48.744 INFO:teuthology.orchestra.run.smithi023.stdout:Enabling module streams: 2023-11-08T01:53:48.744 INFO:teuthology.orchestra.run.smithi023.stdout: container-tools rhel8 2023-11-08T01:53:48.744 INFO:teuthology.orchestra.run.smithi023.stdout: 2023-11-08T01:53:48.745 INFO:teuthology.orchestra.run.smithi023.stdout:Transaction Summary 2023-11-08T01:53:48.745 INFO:teuthology.orchestra.run.smithi023.stdout:========================================================================================================= 2023-11-08T01:53:48.745 INFO:teuthology.orchestra.run.smithi023.stdout:Install 7 Packages 2023-11-08T01:53:48.745 INFO:teuthology.orchestra.run.smithi023.stdout: 2023-11-08T01:53:48.746 INFO:teuthology.orchestra.run.smithi023.stdout:Total download size: 16 M 2023-11-08T01:53:48.746 INFO:teuthology.orchestra.run.smithi023.stdout:Installed size: 57 M 2023-11-08T01:53:48.746 INFO:teuthology.orchestra.run.smithi023.stdout:Downloading Packages: 2023-11-08T01:53:48.783 INFO:teuthology.orchestra.run.smithi023.stdout:(1/7): yajl-2.1.0-10.el8.x86_64.rpm 1.0 MB/s | 41 kB 00:00 2023-11-08T01:53:48.793 INFO:teuthology.orchestra.run.smithi023.stdout:(2/7): crun-0.20.1-1.module+el8.4.0+11822+6cc1e 3.7 MB/s | 192 kB 00:00 2023-11-08T01:53:48.800 INFO:teuthology.orchestra.run.smithi023.stdout:(3/7): toolbox-0.0.8-1.module+el8.4.0+11822+6cc 911 kB/s | 16 kB 00:00 2023-11-08T01:53:48.806 INFO:teuthology.orchestra.run.smithi023.stdout:(4/7): cockpit-podman-32-2.module+el8.4.0+11990 6.4 MB/s | 410 kB 00:00 2023-11-08T01:53:48.811 INFO:teuthology.orchestra.run.smithi001.stdout:Dependencies resolved. 2023-11-08T01:53:48.823 INFO:teuthology.orchestra.run.smithi023.stdout:(5/7): udica-0.2.4-2.module+el8.4.0+11822+6cc1e 2.9 MB/s | 51 kB 00:00 2023-11-08T01:53:48.864 INFO:teuthology.orchestra.run.smithi001.stdout:========================================================================================================= 2023-11-08T01:53:48.864 INFO:teuthology.orchestra.run.smithi001.stdout: Package Arch Version Repository Size 2023-11-08T01:53:48.865 INFO:teuthology.orchestra.run.smithi001.stdout:========================================================================================================= 2023-11-08T01:53:48.865 INFO:teuthology.orchestra.run.smithi001.stdout:Installing group/module packages: 2023-11-08T01:53:48.865 INFO:teuthology.orchestra.run.smithi001.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-11-08T01:53:48.865 INFO:teuthology.orchestra.run.smithi001.stdout: cockpit-podman noarch 32-2.module+el8.4.0+11990+22932769 rhel-8-for-x86_64-appstream-rpms 410 k 2023-11-08T01:53:48.866 INFO:teuthology.orchestra.run.smithi001.stdout: crun x86_64 0.20.1-1.module+el8.4.0+11822+6cc1e7d7 rhel-8-for-x86_64-appstream-rpms 192 k 2023-11-08T01:53:48.866 INFO:teuthology.orchestra.run.smithi001.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-11-08T01:53:48.866 INFO:teuthology.orchestra.run.smithi001.stdout: toolbox noarch 0.0.8-1.module+el8.4.0+11822+6cc1e7d7 rhel-8-for-x86_64-appstream-rpms 16 k 2023-11-08T01:53:48.866 INFO:teuthology.orchestra.run.smithi001.stdout: udica noarch 0.2.4-2.module+el8.4.0+11822+6cc1e7d7 rhel-8-for-x86_64-appstream-rpms 51 k 2023-11-08T01:53:48.867 INFO:teuthology.orchestra.run.smithi001.stdout:Installing dependencies: 2023-11-08T01:53:48.867 INFO:teuthology.orchestra.run.smithi001.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-11-08T01:53:48.867 INFO:teuthology.orchestra.run.smithi001.stdout:Installing module profiles: 2023-11-08T01:53:48.867 INFO:teuthology.orchestra.run.smithi001.stdout: container-tools/common 2023-11-08T01:53:48.867 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T01:53:48.868 INFO:teuthology.orchestra.run.smithi001.stdout:Enabling module streams: 2023-11-08T01:53:48.868 INFO:teuthology.orchestra.run.smithi001.stdout: container-tools rhel8 2023-11-08T01:53:48.868 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T01:53:48.868 INFO:teuthology.orchestra.run.smithi001.stdout:Transaction Summary 2023-11-08T01:53:48.869 INFO:teuthology.orchestra.run.smithi001.stdout:========================================================================================================= 2023-11-08T01:53:48.869 INFO:teuthology.orchestra.run.smithi001.stdout:Install 7 Packages 2023-11-08T01:53:48.869 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T01:53:48.870 INFO:teuthology.orchestra.run.smithi001.stdout:Total download size: 16 M 2023-11-08T01:53:48.870 INFO:teuthology.orchestra.run.smithi001.stdout:Installed size: 57 M 2023-11-08T01:53:48.870 INFO:teuthology.orchestra.run.smithi001.stdout:Downloading Packages: 2023-11-08T01:53:48.903 INFO:teuthology.orchestra.run.smithi001.stdout:(1/7): crun-0.20.1-1.module+el8.4.0+11822+6cc1e 5.1 MB/s | 192 kB 00:00 2023-11-08T01:53:48.910 INFO:teuthology.orchestra.run.smithi023.stdout:(6/7): skopeo-1.3.1-5.module+el8.4.0+11990+2293 60 MB/s | 7.0 MB 00:00 2023-11-08T01:53:48.914 INFO:teuthology.orchestra.run.smithi001.stdout:(2/7): cockpit-podman-32-2.module+el8.4.0+11990 8.4 MB/s | 410 kB 00:00 2023-11-08T01:53:48.918 INFO:teuthology.orchestra.run.smithi001.stdout:(3/7): toolbox-0.0.8-1.module+el8.4.0+11822+6cc 1.1 MB/s | 16 kB 00:00 2023-11-08T01:53:48.923 INFO:teuthology.orchestra.run.smithi001.stdout:(4/7): yajl-2.1.0-10.el8.x86_64.rpm 720 kB/s | 41 kB 00:00 2023-11-08T01:53:48.941 INFO:teuthology.orchestra.run.smithi001.stdout:(5/7): udica-0.2.4-2.module+el8.4.0+11822+6cc1e 2.9 MB/s | 51 kB 00:00 2023-11-08T01:53:48.945 INFO:teuthology.orchestra.run.smithi023.stdout:(7/7): buildah-1.21.4-2.module+el8.4.0+12050+ef 57 MB/s | 8.2 MB 00:00 2023-11-08T01:53:48.946 INFO:teuthology.orchestra.run.smithi023.stdout:-------------------------------------------------------------------------------- 2023-11-08T01:53:48.946 INFO:teuthology.orchestra.run.smithi023.stdout:Total 78 MB/s | 16 MB 00:00 2023-11-08T01:53:48.953 INFO:teuthology.orchestra.run.smithi023.stdout:Running transaction check 2023-11-08T01:53:48.971 INFO:teuthology.orchestra.run.smithi023.stdout:Transaction check succeeded. 2023-11-08T01:53:48.971 INFO:teuthology.orchestra.run.smithi023.stdout:Running transaction test 2023-11-08T01:53:49.034 INFO:teuthology.orchestra.run.smithi001.stdout:(6/7): skopeo-1.3.1-5.module+el8.4.0+11990+2293 59 MB/s | 7.0 MB 00:00 2023-11-08T01:53:49.063 INFO:teuthology.orchestra.run.smithi001.stdout:(7/7): buildah-1.21.4-2.module+el8.4.0+12050+ef 56 MB/s | 8.2 MB 00:00 2023-11-08T01:53:49.064 INFO:teuthology.orchestra.run.smithi001.stdout:-------------------------------------------------------------------------------- 2023-11-08T01:53:49.064 INFO:teuthology.orchestra.run.smithi001.stdout:Total 80 MB/s | 16 MB 00:00 2023-11-08T01:53:49.070 INFO:teuthology.orchestra.run.smithi001.stdout:Running transaction check 2023-11-08T01:53:49.089 INFO:teuthology.orchestra.run.smithi001.stdout:Transaction check succeeded. 2023-11-08T01:53:49.089 INFO:teuthology.orchestra.run.smithi001.stdout:Running transaction test 2023-11-08T01:53:49.473 INFO:teuthology.orchestra.run.smithi023.stdout:Transaction test succeeded. 2023-11-08T01:53:49.477 INFO:teuthology.orchestra.run.smithi023.stdout:Running transaction 2023-11-08T01:53:49.568 INFO:teuthology.orchestra.run.smithi001.stdout:Transaction test succeeded. 2023-11-08T01:53:49.573 INFO:teuthology.orchestra.run.smithi001.stdout:Running transaction 2023-11-08T01:53:49.902 INFO:teuthology.orchestra.run.smithi023.stdout: Preparing : 1/1 2023-11-08T01:53:50.002 INFO:teuthology.orchestra.run.smithi001.stdout: Preparing : 1/1 2023-11-08T01:53:50.096 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : yajl-2.1.0-10.el8.x86_64 1/7 2023-11-08T01:53:50.180 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : yajl-2.1.0-10.el8.x86_64 1/7 2023-11-08T01:53:50.269 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : crun-0.20.1-1.module+el8.4.0+11822+6cc1e7d7.x86_64 2/7 2023-11-08T01:53:50.340 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : crun-0.20.1-1.module+el8.4.0+11822+6cc1e7d7.x86_64 2/7 2023-11-08T01:53:51.195 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : udica-0.2.4-2.module+el8.4.0+11822+6cc1e7d7.noarch 3/7 2023-11-08T01:53:51.332 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : udica-0.2.4-2.module+el8.4.0+11822+6cc1e7d7.noarch 3/7 2023-11-08T01:53:52.034 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : buildah-1.21.4-2.module+el8.4.0+12050+ef972f71.x86_6 4/7 2023-11-08T01:53:52.139 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : buildah-1.21.4-2.module+el8.4.0+12050+ef972f71.x86_6 4/7 2023-11-08T01:53:52.219 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : skopeo-1:1.3.1-5.module+el8.4.0+11990+22932769.x86_6 5/7 2023-11-08T01:53:52.307 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : skopeo-1:1.3.1-5.module+el8.4.0+11990+22932769.x86_6 5/7 2023-11-08T01:53:52.385 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : toolbox-0.0.8-1.module+el8.4.0+11822+6cc1e7d7.noarch 6/7 2023-11-08T01:53:52.452 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : toolbox-0.0.8-1.module+el8.4.0+11822+6cc1e7d7.noarch 6/7 2023-11-08T01:53:52.557 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : cockpit-podman-32-2.module+el8.4.0+11990+22932769.no 7/7 2023-11-08T01:53:52.587 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : cockpit-podman-32-2.module+el8.4.0+11990+22932769.no 7/7 2023-11-08T01:53:52.846 INFO:teuthology.orchestra.run.smithi001.stdout: Running scriptlet: cockpit-podman-32-2.module+el8.4.0+11990+22932769.no 7/7 2023-11-08T01:53:52.847 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 1/7 2023-11-08T01:53:52.847 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : crun-0.20.1-1.module+el8.4.0+11822+6cc1e7d7.x86_64 2/7 2023-11-08T01:53:52.847 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : cockpit-podman-32-2.module+el8.4.0+11990+22932769.no 3/7 2023-11-08T01:53:52.847 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : toolbox-0.0.8-1.module+el8.4.0+11822+6cc1e7d7.noarch 4/7 2023-11-08T01:53:52.847 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : skopeo-1:1.3.1-5.module+el8.4.0+11990+22932769.x86_6 5/7 2023-11-08T01:53:52.848 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : buildah-1.21.4-2.module+el8.4.0+12050+ef972f71.x86_6 6/7 2023-11-08T01:53:52.857 INFO:teuthology.orchestra.run.smithi023.stdout: Running scriptlet: cockpit-podman-32-2.module+el8.4.0+11990+22932769.no 7/7 2023-11-08T01:53:52.858 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 1/7 2023-11-08T01:53:52.858 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : crun-0.20.1-1.module+el8.4.0+11822+6cc1e7d7.x86_64 2/7 2023-11-08T01:53:52.858 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : cockpit-podman-32-2.module+el8.4.0+11990+22932769.no 3/7 2023-11-08T01:53:52.858 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : toolbox-0.0.8-1.module+el8.4.0+11822+6cc1e7d7.noarch 4/7 2023-11-08T01:53:52.859 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : skopeo-1:1.3.1-5.module+el8.4.0+11990+22932769.x86_6 5/7 2023-11-08T01:53:52.859 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : buildah-1.21.4-2.module+el8.4.0+12050+ef972f71.x86_6 6/7 2023-11-08T01:53:53.910 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : udica-0.2.4-2.module+el8.4.0+11822+6cc1e7d7.noarch 7/7 2023-11-08T01:53:53.911 INFO:teuthology.orchestra.run.smithi023.stdout:Last metadata expiration check: 0:01:43 ago on Wed 08 Nov 2023 01:52:10 AM UTC. 2023-11-08T01:53:54.010 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : udica-0.2.4-2.module+el8.4.0+11822+6cc1e7d7.noarch 7/7 2023-11-08T01:53:54.011 INFO:teuthology.orchestra.run.smithi001.stdout:Last metadata expiration check: 0:01:43 ago on Wed 08 Nov 2023 01:52:10 AM UTC. 2023-11-08T01:53:56.477 INFO:teuthology.orchestra.run.smithi023.stdout:Installed products updated. 2023-11-08T01:53:56.489 INFO:teuthology.orchestra.run.smithi001.stdout:Installed products updated. 2023-11-08T01:53:56.590 INFO:teuthology.orchestra.run.smithi023.stdout: 2023-11-08T01:53:56.591 INFO:teuthology.orchestra.run.smithi023.stdout:Installed: 2023-11-08T01:53:56.591 INFO:teuthology.orchestra.run.smithi023.stdout: buildah-1.21.4-2.module+el8.4.0+12050+ef972f71.x86_64 2023-11-08T01:53:56.591 INFO:teuthology.orchestra.run.smithi023.stdout: cockpit-podman-32-2.module+el8.4.0+11990+22932769.noarch 2023-11-08T01:53:56.592 INFO:teuthology.orchestra.run.smithi023.stdout: crun-0.20.1-1.module+el8.4.0+11822+6cc1e7d7.x86_64 2023-11-08T01:53:56.592 INFO:teuthology.orchestra.run.smithi023.stdout: skopeo-1:1.3.1-5.module+el8.4.0+11990+22932769.x86_64 2023-11-08T01:53:56.592 INFO:teuthology.orchestra.run.smithi023.stdout: toolbox-0.0.8-1.module+el8.4.0+11822+6cc1e7d7.noarch 2023-11-08T01:53:56.592 INFO:teuthology.orchestra.run.smithi023.stdout: udica-0.2.4-2.module+el8.4.0+11822+6cc1e7d7.noarch 2023-11-08T01:53:56.592 INFO:teuthology.orchestra.run.smithi023.stdout: yajl-2.1.0-10.el8.x86_64 2023-11-08T01:53:56.593 INFO:teuthology.orchestra.run.smithi023.stdout: 2023-11-08T01:53:56.593 INFO:teuthology.orchestra.run.smithi023.stdout:Complete! 2023-11-08T01:53:56.611 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T01:53:56.612 INFO:teuthology.orchestra.run.smithi001.stdout:Installed: 2023-11-08T01:53:56.612 INFO:teuthology.orchestra.run.smithi001.stdout: buildah-1.21.4-2.module+el8.4.0+12050+ef972f71.x86_64 2023-11-08T01:53:56.612 INFO:teuthology.orchestra.run.smithi001.stdout: cockpit-podman-32-2.module+el8.4.0+11990+22932769.noarch 2023-11-08T01:53:56.612 INFO:teuthology.orchestra.run.smithi001.stdout: crun-0.20.1-1.module+el8.4.0+11822+6cc1e7d7.x86_64 2023-11-08T01:53:56.612 INFO:teuthology.orchestra.run.smithi001.stdout: skopeo-1:1.3.1-5.module+el8.4.0+11990+22932769.x86_64 2023-11-08T01:53:56.613 INFO:teuthology.orchestra.run.smithi001.stdout: toolbox-0.0.8-1.module+el8.4.0+11822+6cc1e7d7.noarch 2023-11-08T01:53:56.613 INFO:teuthology.orchestra.run.smithi001.stdout: udica-0.2.4-2.module+el8.4.0+11822+6cc1e7d7.noarch 2023-11-08T01:53:56.613 INFO:teuthology.orchestra.run.smithi001.stdout: yajl-2.1.0-10.el8.x86_64 2023-11-08T01:53:56.613 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T01:53:56.613 INFO:teuthology.orchestra.run.smithi001.stdout:Complete! 2023-11-08T01:53:56.724 DEBUG:teuthology.parallel:result is None 2023-11-08T01:53:56.744 DEBUG:teuthology.parallel:result is None 2023-11-08T01:53:56.744 INFO:teuthology.run_tasks:Running task nvme_loop... 2023-11-08T01:53:56.757 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2023-11-08T01:53:56.758 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2023-11-08T01:53:56.758 DEBUG:teuthology.orchestra.run.smithi001:> dd if=/scratch_devs of=/dev/stdout 2023-11-08T01:53:56.773 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-11-08T01:53:56.773 DEBUG:teuthology.orchestra.run.smithi001:> stat /dev/vg_nvme/lv_1 2023-11-08T01:53:56.829 INFO:teuthology.orchestra.run.smithi001.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-08T01:53:56.829 INFO:teuthology.orchestra.run.smithi001.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-08T01:53:56.830 INFO:teuthology.orchestra.run.smithi001.stdout:Device: 6h/6d Inode: 217965 Links: 1 2023-11-08T01:53:56.830 INFO:teuthology.orchestra.run.smithi001.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-08T01:53:56.830 INFO:teuthology.orchestra.run.smithi001.stdout:Context: system_u:object_r:device_t:s0 2023-11-08T01:53:56.830 INFO:teuthology.orchestra.run.smithi001.stdout:Access: 2023-11-08 01:53:37.243077215 +0000 2023-11-08T01:53:56.830 INFO:teuthology.orchestra.run.smithi001.stdout:Modify: 2023-11-08 01:53:06.069460958 +0000 2023-11-08T01:53:56.831 INFO:teuthology.orchestra.run.smithi001.stdout:Change: 2023-11-08 01:53:06.069460958 +0000 2023-11-08T01:53:56.831 INFO:teuthology.orchestra.run.smithi001.stdout: Birth: - 2023-11-08T01:53:56.831 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-08T01:53:56.893 INFO:teuthology.orchestra.run.smithi001.stderr:1+0 records in 2023-11-08T01:53:56.893 INFO:teuthology.orchestra.run.smithi001.stderr:1+0 records out 2023-11-08T01:53:56.893 INFO:teuthology.orchestra.run.smithi001.stderr:512 bytes copied, 0.000104274 s, 4.9 MB/s 2023-11-08T01:53:56.894 DEBUG:teuthology.orchestra.run.smithi001:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-08T01:53:56.951 DEBUG:teuthology.orchestra.run.smithi001:> stat /dev/vg_nvme/lv_2 2023-11-08T01:53:57.006 INFO:teuthology.orchestra.run.smithi001.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-08T01:53:57.006 INFO:teuthology.orchestra.run.smithi001.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-08T01:53:57.006 INFO:teuthology.orchestra.run.smithi001.stdout:Device: 6h/6d Inode: 219840 Links: 1 2023-11-08T01:53:57.007 INFO:teuthology.orchestra.run.smithi001.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-08T01:53:57.007 INFO:teuthology.orchestra.run.smithi001.stdout:Context: system_u:object_r:device_t:s0 2023-11-08T01:53:57.007 INFO:teuthology.orchestra.run.smithi001.stdout:Access: 2023-11-08 01:53:37.244077203 +0000 2023-11-08T01:53:57.007 INFO:teuthology.orchestra.run.smithi001.stdout:Modify: 2023-11-08 01:53:06.579454680 +0000 2023-11-08T01:53:57.007 INFO:teuthology.orchestra.run.smithi001.stdout:Change: 2023-11-08 01:53:06.579454680 +0000 2023-11-08T01:53:57.008 INFO:teuthology.orchestra.run.smithi001.stdout: Birth: - 2023-11-08T01:53:57.008 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-08T01:53:57.071 INFO:teuthology.orchestra.run.smithi001.stderr:1+0 records in 2023-11-08T01:53:57.071 INFO:teuthology.orchestra.run.smithi001.stderr:1+0 records out 2023-11-08T01:53:57.071 INFO:teuthology.orchestra.run.smithi001.stderr:512 bytes copied, 8.7984e-05 s, 5.8 MB/s 2023-11-08T01:53:57.073 DEBUG:teuthology.orchestra.run.smithi001:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-08T01:53:57.129 DEBUG:teuthology.orchestra.run.smithi001:> stat /dev/vg_nvme/lv_3 2023-11-08T01:53:57.185 INFO:teuthology.orchestra.run.smithi001.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-08T01:53:57.185 INFO:teuthology.orchestra.run.smithi001.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-08T01:53:57.185 INFO:teuthology.orchestra.run.smithi001.stdout:Device: 6h/6d Inode: 218704 Links: 1 2023-11-08T01:53:57.186 INFO:teuthology.orchestra.run.smithi001.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-08T01:53:57.186 INFO:teuthology.orchestra.run.smithi001.stdout:Context: system_u:object_r:device_t:s0 2023-11-08T01:53:57.186 INFO:teuthology.orchestra.run.smithi001.stdout:Access: 2023-11-08 01:53:37.244077203 +0000 2023-11-08T01:53:57.186 INFO:teuthology.orchestra.run.smithi001.stdout:Modify: 2023-11-08 01:53:07.062448734 +0000 2023-11-08T01:53:57.187 INFO:teuthology.orchestra.run.smithi001.stdout:Change: 2023-11-08 01:53:07.062448734 +0000 2023-11-08T01:53:57.187 INFO:teuthology.orchestra.run.smithi001.stdout: Birth: - 2023-11-08T01:53:57.187 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-08T01:53:57.249 INFO:teuthology.orchestra.run.smithi001.stderr:1+0 records in 2023-11-08T01:53:57.249 INFO:teuthology.orchestra.run.smithi001.stderr:1+0 records out 2023-11-08T01:53:57.249 INFO:teuthology.orchestra.run.smithi001.stderr:512 bytes copied, 9.6363e-05 s, 5.3 MB/s 2023-11-08T01:53:57.250 DEBUG:teuthology.orchestra.run.smithi001:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-08T01:53:57.306 DEBUG:teuthology.orchestra.run.smithi001:> stat /dev/vg_nvme/lv_4 2023-11-08T01:53:57.362 INFO:teuthology.orchestra.run.smithi001.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-08T01:53:57.363 INFO:teuthology.orchestra.run.smithi001.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-08T01:53:57.363 INFO:teuthology.orchestra.run.smithi001.stdout:Device: 6h/6d Inode: 221541 Links: 1 2023-11-08T01:53:57.364 INFO:teuthology.orchestra.run.smithi001.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-08T01:53:57.364 INFO:teuthology.orchestra.run.smithi001.stdout:Context: system_u:object_r:device_t:s0 2023-11-08T01:53:57.364 INFO:teuthology.orchestra.run.smithi001.stdout:Access: 2023-11-08 01:53:37.244077203 +0000 2023-11-08T01:53:57.365 INFO:teuthology.orchestra.run.smithi001.stdout:Modify: 2023-11-08 01:53:07.563442567 +0000 2023-11-08T01:53:57.365 INFO:teuthology.orchestra.run.smithi001.stdout:Change: 2023-11-08 01:53:07.563442567 +0000 2023-11-08T01:53:57.366 INFO:teuthology.orchestra.run.smithi001.stdout: Birth: - 2023-11-08T01:53:57.367 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-08T01:53:57.426 INFO:teuthology.orchestra.run.smithi001.stderr:1+0 records in 2023-11-08T01:53:57.427 INFO:teuthology.orchestra.run.smithi001.stderr:1+0 records out 2023-11-08T01:53:57.427 INFO:teuthology.orchestra.run.smithi001.stderr:512 bytes copied, 8.7969e-05 s, 5.8 MB/s 2023-11-08T01:53:57.428 DEBUG:teuthology.orchestra.run.smithi001:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-08T01:53:57.484 DEBUG:teuthology.orchestra.run.smithi001:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2023-11-08T01:53:57.612 INFO:teuthology.orchestra.run.smithi001.stdout:loop 2023-11-08T01:53:57.613 INFO:tasks.nvme_loop:Connecting nvme_loop smithi001:/dev/vg_nvme/lv_1... 2023-11-08T01:53:57.614 DEBUG:teuthology.orchestra.run.smithi001:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2023-11-08T01:53:57.648 INFO:teuthology.orchestra.run.smithi001.stdout:1 2023-11-08T01:53:57.684 INFO:teuthology.orchestra.run.smithi001.stdout:/dev/vg_nvme/lv_11 2023-11-08T01:53:57.725 INFO:tasks.nvme_loop:Connecting nvme_loop smithi001:/dev/vg_nvme/lv_2... 2023-11-08T01:53:57.725 DEBUG:teuthology.orchestra.run.smithi001:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2023-11-08T01:53:57.800 INFO:teuthology.orchestra.run.smithi001.stdout:1 2023-11-08T01:53:57.835 INFO:teuthology.orchestra.run.smithi001.stdout:/dev/vg_nvme/lv_21 2023-11-08T01:53:57.875 INFO:tasks.nvme_loop:Connecting nvme_loop smithi001:/dev/vg_nvme/lv_3... 2023-11-08T01:53:57.875 DEBUG:teuthology.orchestra.run.smithi001:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2023-11-08T01:53:57.949 INFO:teuthology.orchestra.run.smithi001.stdout:1 2023-11-08T01:53:57.985 INFO:teuthology.orchestra.run.smithi001.stdout:/dev/vg_nvme/lv_31 2023-11-08T01:53:58.024 INFO:tasks.nvme_loop:Connecting nvme_loop smithi001:/dev/vg_nvme/lv_4... 2023-11-08T01:53:58.024 DEBUG:teuthology.orchestra.run.smithi001:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2023-11-08T01:53:58.099 INFO:teuthology.orchestra.run.smithi001.stdout:1 2023-11-08T01:53:58.135 INFO:teuthology.orchestra.run.smithi001.stdout:/dev/vg_nvme/lv_41 2023-11-08T01:53:58.174 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2023-11-08T01:53:58.174 DEBUG:teuthology.orchestra.run.smithi001:> dd if=/scratch_devs of=/dev/stdout 2023-11-08T01:53:58.229 DEBUG:teuthology.orchestra.run.smithi001:> sudo nvme list 2023-11-08T01:53:58.292 INFO:teuthology.orchestra.run.smithi001.stdout:Node SN Model Namespace Usage Format FW Rev 2023-11-08T01:53:58.293 INFO:teuthology.orchestra.run.smithi001.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-11-08T01:53:58.293 INFO:teuthology.orchestra.run.smithi001.stdout:/dev/nvme0n1 PHMB7513000D480DGN INTEL SSDPED1D480GA 1 480.10 GB / 480.10 GB 512 B + 0 B E2010325 2023-11-08T01:53:58.293 INFO:teuthology.orchestra.run.smithi001.stdout:/dev/nvme1n1 ac51ec9c42d3426c312e Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-11-08T01:53:58.294 INFO:teuthology.orchestra.run.smithi001.stdout:/dev/nvme2n1 cec53cc148808b5b56f2 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-11-08T01:53:58.294 INFO:teuthology.orchestra.run.smithi001.stdout:/dev/nvme3n1 fe2544f39153cf033f0d Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-11-08T01:53:58.294 INFO:teuthology.orchestra.run.smithi001.stdout:/dev/nvme4n1 30e6d3678b2318e5b0fe Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-11-08T01:53:58.295 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-08T01:53:58.296 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2023-11-08T01:53:58.296 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd of=/scratch_devs 2023-11-08T01:53:58.360 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2023-11-08T01:53:58.361 DEBUG:teuthology.orchestra.run.smithi023:> dd if=/scratch_devs of=/dev/stdout 2023-11-08T01:53:58.380 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-11-08T01:53:58.380 DEBUG:teuthology.orchestra.run.smithi023:> stat /dev/vg_nvme/lv_1 2023-11-08T01:53:58.439 INFO:teuthology.orchestra.run.smithi023.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-08T01:53:58.439 INFO:teuthology.orchestra.run.smithi023.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-08T01:53:58.440 INFO:teuthology.orchestra.run.smithi023.stdout:Device: 6h/6d Inode: 220803 Links: 1 2023-11-08T01:53:58.441 INFO:teuthology.orchestra.run.smithi023.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-08T01:53:58.441 INFO:teuthology.orchestra.run.smithi023.stdout:Context: system_u:object_r:device_t:s0 2023-11-08T01:53:58.442 INFO:teuthology.orchestra.run.smithi023.stdout:Access: 2023-11-08 01:53:37.325967811 +0000 2023-11-08T01:53:58.442 INFO:teuthology.orchestra.run.smithi023.stdout:Modify: 2023-11-08 01:53:06.121191837 +0000 2023-11-08T01:53:58.442 INFO:teuthology.orchestra.run.smithi023.stdout:Change: 2023-11-08 01:53:06.121191837 +0000 2023-11-08T01:53:58.443 INFO:teuthology.orchestra.run.smithi023.stdout: Birth: - 2023-11-08T01:53:58.443 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-08T01:53:58.508 INFO:teuthology.orchestra.run.smithi023.stderr:1+0 records in 2023-11-08T01:53:58.508 INFO:teuthology.orchestra.run.smithi023.stderr:1+0 records out 2023-11-08T01:53:58.508 INFO:teuthology.orchestra.run.smithi023.stderr:512 bytes copied, 0.000319788 s, 1.6 MB/s 2023-11-08T01:53:58.509 DEBUG:teuthology.orchestra.run.smithi023:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-08T01:53:58.569 DEBUG:teuthology.orchestra.run.smithi023:> stat /dev/vg_nvme/lv_2 2023-11-08T01:53:58.627 INFO:teuthology.orchestra.run.smithi023.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-08T01:53:58.628 INFO:teuthology.orchestra.run.smithi023.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-08T01:53:58.628 INFO:teuthology.orchestra.run.smithi023.stdout:Device: 6h/6d Inode: 209909 Links: 1 2023-11-08T01:53:58.628 INFO:teuthology.orchestra.run.smithi023.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-08T01:53:58.629 INFO:teuthology.orchestra.run.smithi023.stdout:Context: system_u:object_r:device_t:s0 2023-11-08T01:53:58.629 INFO:teuthology.orchestra.run.smithi023.stdout:Access: 2023-11-08 01:53:37.325967811 +0000 2023-11-08T01:53:58.629 INFO:teuthology.orchestra.run.smithi023.stdout:Modify: 2023-11-08 01:53:06.612188313 +0000 2023-11-08T01:53:58.629 INFO:teuthology.orchestra.run.smithi023.stdout:Change: 2023-11-08 01:53:06.612188313 +0000 2023-11-08T01:53:58.629 INFO:teuthology.orchestra.run.smithi023.stdout: Birth: - 2023-11-08T01:53:58.630 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-08T01:53:58.694 INFO:teuthology.orchestra.run.smithi023.stderr:1+0 records in 2023-11-08T01:53:58.695 INFO:teuthology.orchestra.run.smithi023.stderr:1+0 records out 2023-11-08T01:53:58.695 INFO:teuthology.orchestra.run.smithi023.stderr:512 bytes copied, 0.000317156 s, 1.6 MB/s 2023-11-08T01:53:58.696 DEBUG:teuthology.orchestra.run.smithi023:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-08T01:53:58.754 DEBUG:teuthology.orchestra.run.smithi023:> stat /dev/vg_nvme/lv_3 2023-11-08T01:53:58.811 INFO:teuthology.orchestra.run.smithi023.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-08T01:53:58.811 INFO:teuthology.orchestra.run.smithi023.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-08T01:53:58.811 INFO:teuthology.orchestra.run.smithi023.stdout:Device: 6h/6d Inode: 222285 Links: 1 2023-11-08T01:53:58.811 INFO:teuthology.orchestra.run.smithi023.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-08T01:53:58.811 INFO:teuthology.orchestra.run.smithi023.stdout:Context: system_u:object_r:device_t:s0 2023-11-08T01:53:58.812 INFO:teuthology.orchestra.run.smithi023.stdout:Access: 2023-11-08 01:53:37.325967811 +0000 2023-11-08T01:53:58.812 INFO:teuthology.orchestra.run.smithi023.stdout:Modify: 2023-11-08 01:53:07.122184651 +0000 2023-11-08T01:53:58.812 INFO:teuthology.orchestra.run.smithi023.stdout:Change: 2023-11-08 01:53:07.122184651 +0000 2023-11-08T01:53:58.812 INFO:teuthology.orchestra.run.smithi023.stdout: Birth: - 2023-11-08T01:53:58.812 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-08T01:53:58.875 INFO:teuthology.orchestra.run.smithi023.stderr:1+0 records in 2023-11-08T01:53:58.876 INFO:teuthology.orchestra.run.smithi023.stderr:1+0 records out 2023-11-08T01:53:58.876 INFO:teuthology.orchestra.run.smithi023.stderr:512 bytes copied, 0.000365568 s, 1.4 MB/s 2023-11-08T01:53:58.877 DEBUG:teuthology.orchestra.run.smithi023:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-08T01:53:58.934 DEBUG:teuthology.orchestra.run.smithi023:> stat /dev/vg_nvme/lv_4 2023-11-08T01:53:58.990 INFO:teuthology.orchestra.run.smithi023.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-08T01:53:58.990 INFO:teuthology.orchestra.run.smithi023.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-08T01:53:58.991 INFO:teuthology.orchestra.run.smithi023.stdout:Device: 6h/6d Inode: 220060 Links: 1 2023-11-08T01:53:58.991 INFO:teuthology.orchestra.run.smithi023.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-08T01:53:58.991 INFO:teuthology.orchestra.run.smithi023.stdout:Context: system_u:object_r:device_t:s0 2023-11-08T01:53:58.991 INFO:teuthology.orchestra.run.smithi023.stdout:Access: 2023-11-08 01:53:37.325967811 +0000 2023-11-08T01:53:58.991 INFO:teuthology.orchestra.run.smithi023.stdout:Modify: 2023-11-08 01:53:07.640180932 +0000 2023-11-08T01:53:58.992 INFO:teuthology.orchestra.run.smithi023.stdout:Change: 2023-11-08 01:53:07.640180932 +0000 2023-11-08T01:53:58.992 INFO:teuthology.orchestra.run.smithi023.stdout: Birth: - 2023-11-08T01:53:58.992 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-08T01:53:59.054 INFO:teuthology.orchestra.run.smithi023.stderr:1+0 records in 2023-11-08T01:53:59.054 INFO:teuthology.orchestra.run.smithi023.stderr:1+0 records out 2023-11-08T01:53:59.055 INFO:teuthology.orchestra.run.smithi023.stderr:512 bytes copied, 0.000280047 s, 1.8 MB/s 2023-11-08T01:53:59.056 DEBUG:teuthology.orchestra.run.smithi023:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-08T01:53:59.111 DEBUG:teuthology.orchestra.run.smithi023:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2023-11-08T01:53:59.221 INFO:teuthology.orchestra.run.smithi023.stdout:loop 2023-11-08T01:53:59.222 INFO:tasks.nvme_loop:Connecting nvme_loop smithi023:/dev/vg_nvme/lv_1... 2023-11-08T01:53:59.223 DEBUG:teuthology.orchestra.run.smithi023:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2023-11-08T01:53:59.256 INFO:teuthology.orchestra.run.smithi023.stdout:1 2023-11-08T01:53:59.292 INFO:teuthology.orchestra.run.smithi023.stdout:/dev/vg_nvme/lv_11 2023-11-08T01:53:59.333 INFO:tasks.nvme_loop:Connecting nvme_loop smithi023:/dev/vg_nvme/lv_2... 2023-11-08T01:53:59.333 DEBUG:teuthology.orchestra.run.smithi023:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2023-11-08T01:53:59.407 INFO:teuthology.orchestra.run.smithi023.stdout:1 2023-11-08T01:53:59.443 INFO:teuthology.orchestra.run.smithi023.stdout:/dev/vg_nvme/lv_21 2023-11-08T01:53:59.482 INFO:tasks.nvme_loop:Connecting nvme_loop smithi023:/dev/vg_nvme/lv_3... 2023-11-08T01:53:59.482 DEBUG:teuthology.orchestra.run.smithi023:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2023-11-08T01:53:59.556 INFO:teuthology.orchestra.run.smithi023.stdout:1 2023-11-08T01:53:59.592 INFO:teuthology.orchestra.run.smithi023.stdout:/dev/vg_nvme/lv_31 2023-11-08T01:53:59.631 INFO:tasks.nvme_loop:Connecting nvme_loop smithi023:/dev/vg_nvme/lv_4... 2023-11-08T01:53:59.632 DEBUG:teuthology.orchestra.run.smithi023:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2023-11-08T01:53:59.707 INFO:teuthology.orchestra.run.smithi023.stdout:1 2023-11-08T01:53:59.742 INFO:teuthology.orchestra.run.smithi023.stdout:/dev/vg_nvme/lv_41 2023-11-08T01:53:59.781 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2023-11-08T01:53:59.782 DEBUG:teuthology.orchestra.run.smithi023:> dd if=/scratch_devs of=/dev/stdout 2023-11-08T01:53:59.836 DEBUG:teuthology.orchestra.run.smithi023:> sudo nvme list 2023-11-08T01:53:59.900 INFO:teuthology.orchestra.run.smithi023.stdout:Node SN Model Namespace Usage Format FW Rev 2023-11-08T01:53:59.900 INFO:teuthology.orchestra.run.smithi023.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-11-08T01:53:59.900 INFO:teuthology.orchestra.run.smithi023.stdout:/dev/nvme0n1 BTLE736103B14P0KGN INTEL SSDPEDKE040T7 1 4.00 TB / 4.00 TB 512 B + 0 B QDV1013D 2023-11-08T01:53:59.900 INFO:teuthology.orchestra.run.smithi023.stdout:/dev/nvme1n1 b8284c44baeff8846abf Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-11-08T01:53:59.901 INFO:teuthology.orchestra.run.smithi023.stdout:/dev/nvme2n1 9235debf8224e27b7b20 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-11-08T01:53:59.901 INFO:teuthology.orchestra.run.smithi023.stdout:/dev/nvme3n1 6eea63a7a3d5bad296bb Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-11-08T01:53:59.901 INFO:teuthology.orchestra.run.smithi023.stdout:/dev/nvme4n1 11007776f560f1bff389 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-11-08T01:53:59.902 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-08T01:53:59.902 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2023-11-08T01:53:59.903 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd of=/scratch_devs 2023-11-08T01:53:59.967 INFO:teuthology.run_tasks:Running task cephadm... 2023-11-08T01:54:00.039 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': 'cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f'} 2023-11-08T01:54:00.039 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f 2023-11-08T01:54:00.040 INFO:tasks.cephadm:Cluster fsid is af795e7c-7dd9-11ee-8dbb-212e2dc638e7 2023-11-08T01:54:00.041 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-11-08T01:54:00.041 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-11-08T01:54:00.041 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi001': '172.21.15.1', 'mon.smithi023': '172.21.15.23'} 2023-11-08T01:54:00.042 INFO:tasks.cephadm:Normalizing hostnames... 2023-11-08T01:54:00.042 DEBUG:teuthology.orchestra.run.smithi001:> sudo hostname $(hostname -s) 2023-11-08T01:54:00.071 DEBUG:teuthology.orchestra.run.smithi023:> sudo hostname $(hostname -s) 2023-11-08T01:54:00.096 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f)... 2023-11-08T01:54:00.096 DEBUG:teuthology.orchestra.run.smithi001:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-08T01:54:00.321 INFO:teuthology.orchestra.run.smithi001.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Nov 8 01:54 /home/ubuntu/cephtest/cephadm 2023-11-08T01:54:00.322 DEBUG:teuthology.orchestra.run.smithi023:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-08T01:54:00.460 INFO:teuthology.orchestra.run.smithi023.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Nov 8 01:54 /home/ubuntu/cephtest/cephadm 2023-11-08T01:54:00.460 DEBUG:teuthology.orchestra.run.smithi001:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-08T01:54:00.478 DEBUG:teuthology.orchestra.run.smithi023:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-08T01:54:00.501 DEBUG:teuthology.orchestra.run.smithi001:> sudo mkdir -p /etc/ceph 2023-11-08T01:54:00.546 DEBUG:teuthology.orchestra.run.smithi023:> sudo mkdir -p /etc/ceph 2023-11-08T01:54:00.572 DEBUG:teuthology.orchestra.run.smithi001:> sudo chmod 777 /etc/ceph 2023-11-08T01:54:00.614 DEBUG:teuthology.orchestra.run.smithi023:> sudo chmod 777 /etc/ceph 2023-11-08T01:54:00.639 INFO:tasks.cephadm:Writing seed config... 2023-11-08T01:54:00.640 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-11-08T01:54:00.641 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-11-08T01:54:00.641 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-11-08T01:54:00.641 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-11-08T01:54:00.642 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-11-08T01:54:00.642 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-11-08T01:54:00.642 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-11-08T01:54:00.643 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-11-08T01:54:00.643 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2023-11-08T01:54:00.644 DEBUG:teuthology.orchestra.run.smithi001:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-11-08T01:54:00.670 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 = af795e7c-7dd9-11ee-8dbb-212e2dc638e7 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2023-11-08T01:54:00.671 DEBUG:teuthology.orchestra.run.smithi001:mon.smithi001> sudo journalctl -f -n 0 -u ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7@mon.smithi001.service 2023-11-08T01:54:00.713 INFO:tasks.cephadm:Bootstrapping... 2023-11-08T01:54:00.713 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f -v bootstrap --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.1 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-11-08T01:54:00.740 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:-- Logs begin at Wed 2023-11-08 01:44:01 UTC. -- 2023-11-08T01:54:01.032 INFO:teuthology.orchestra.run.smithi001.stderr:-------------------------------------------------------------------------------- 2023-11-08T01:54:01.050 INFO:teuthology.orchestra.run.smithi001.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f', '-v', 'bootstrap', '--fsid', 'af795e7c-7dd9-11ee-8dbb-212e2dc638e7', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-ip', '172.21.15.1', '--skip-admin-label'] 2023-11-08T01:54:02.752 INFO:teuthology.orchestra.run.smithi001.stderr:/bin/podman: 3.2.3 2023-11-08T01:54:02.848 INFO:teuthology.orchestra.run.smithi001.stderr:Verifying podman|docker is present... 2023-11-08T01:54:02.897 INFO:teuthology.orchestra.run.smithi001.stderr:/bin/podman: 3.2.3 2023-11-08T01:54:02.995 INFO:teuthology.orchestra.run.smithi001.stderr:Verifying lvm2 is present... 2023-11-08T01:54:02.995 INFO:teuthology.orchestra.run.smithi001.stderr:Verifying time synchronization is in place... 2023-11-08T01:54:03.002 INFO:teuthology.orchestra.run.smithi001.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-08T01:54:03.008 INFO:teuthology.orchestra.run.smithi001.stderr:systemctl: inactive 2023-11-08T01:54:03.014 INFO:teuthology.orchestra.run.smithi001.stderr:systemctl: enabled 2023-11-08T01:54:03.021 INFO:teuthology.orchestra.run.smithi001.stderr:systemctl: active 2023-11-08T01:54:03.021 INFO:teuthology.orchestra.run.smithi001.stderr:Unit chronyd.service is enabled and running 2023-11-08T01:54:03.021 INFO:teuthology.orchestra.run.smithi001.stderr:Repeating the final host check... 2023-11-08T01:54:03.065 INFO:teuthology.orchestra.run.smithi001.stderr:/bin/podman: 3.2.3 2023-11-08T01:54:03.171 INFO:teuthology.orchestra.run.smithi001.stderr:podman (/bin/podman) version 3.2.3 is present 2023-11-08T01:54:03.171 INFO:teuthology.orchestra.run.smithi001.stderr:systemctl is present 2023-11-08T01:54:03.171 INFO:teuthology.orchestra.run.smithi001.stderr:lvcreate is present 2023-11-08T01:54:03.177 INFO:teuthology.orchestra.run.smithi001.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-08T01:54:03.183 INFO:teuthology.orchestra.run.smithi001.stderr:systemctl: inactive 2023-11-08T01:54:03.189 INFO:teuthology.orchestra.run.smithi001.stderr:systemctl: enabled 2023-11-08T01:54:03.194 INFO:teuthology.orchestra.run.smithi001.stderr:systemctl: active 2023-11-08T01:54:03.195 INFO:teuthology.orchestra.run.smithi001.stderr:Unit chronyd.service is enabled and running 2023-11-08T01:54:03.195 INFO:teuthology.orchestra.run.smithi001.stderr:Host looks OK 2023-11-08T01:54:03.196 INFO:teuthology.orchestra.run.smithi001.stderr:Cluster fsid: af795e7c-7dd9-11ee-8dbb-212e2dc638e7 2023-11-08T01:54:03.196 INFO:teuthology.orchestra.run.smithi001.stderr:Acquiring lock 140277997146184 on /run/cephadm/af795e7c-7dd9-11ee-8dbb-212e2dc638e7.lock 2023-11-08T01:54:03.197 INFO:teuthology.orchestra.run.smithi001.stderr:Lock 140277997146184 acquired on /run/cephadm/af795e7c-7dd9-11ee-8dbb-212e2dc638e7.lock 2023-11-08T01:54:03.197 INFO:teuthology.orchestra.run.smithi001.stderr:Verifying IP 172.21.15.1 port 3300 ... 2023-11-08T01:54:03.197 INFO:teuthology.orchestra.run.smithi001.stderr:Verifying IP 172.21.15.1 port 6789 ... 2023-11-08T01:54:03.197 INFO:teuthology.orchestra.run.smithi001.stderr:Base mon IP(s) is [172.21.15.1:3300, 172.21.15.1:6789], mon addrv is [v2:172.21.15.1:3300,v1:172.21.15.1:6789] 2023-11-08T01:54:03.200 INFO:teuthology.orchestra.run.smithi001.stderr:/sbin/ip: default via 172.21.15.254 dev ens1f0 proto dhcp metric 100 2023-11-08T01:54:03.200 INFO:teuthology.orchestra.run.smithi001.stderr:/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.1 metric 100 2023-11-08T01:54:03.203 INFO:teuthology.orchestra.run.smithi001.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-11-08T01:54:03.203 INFO:teuthology.orchestra.run.smithi001.stderr:/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2023-11-08T01:54:03.203 INFO:teuthology.orchestra.run.smithi001.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1791sec hoplimit 64 pref medium 2023-11-08T01:54:03.205 INFO:teuthology.orchestra.run.smithi001.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-11-08T01:54:03.206 INFO:teuthology.orchestra.run.smithi001.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-11-08T01:54:03.206 INFO:teuthology.orchestra.run.smithi001.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-11-08T01:54:03.206 INFO:teuthology.orchestra.run.smithi001.stderr:/sbin/ip: 4: ens1f0: mtu 1500 state UP qlen 1000 2023-11-08T01:54:03.206 INFO:teuthology.orchestra.run.smithi001.stderr:/sbin/ip: inet6 fe80::ec4:7aff:febd:15e8/64 scope link 2023-11-08T01:54:03.207 INFO:teuthology.orchestra.run.smithi001.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-11-08T01:54:03.208 INFO:teuthology.orchestra.run.smithi001.stderr:Mon IP `172.21.15.1` is in CIDR network `172.21.0.0/20` 2023-11-08T01:54:03.208 INFO:teuthology.orchestra.run.smithi001.stderr:Mon IP `172.21.15.1` is in CIDR network `172.21.0.0/20` 2023-11-08T01:54:03.208 INFO:teuthology.orchestra.run.smithi001.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2023-11-08T01:54:03.209 INFO:teuthology.orchestra.run.smithi001.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-11-08T01:54:03.209 INFO:teuthology.orchestra.run.smithi001.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f... 2023-11-08T01:54:03.304 INFO:teuthology.orchestra.run.smithi001.stderr:/bin/podman: Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f... 2023-11-08T01:54:03.410 INFO:teuthology.orchestra.run.smithi001.stderr:/bin/podman: Getting image source signatures 2023-11-08T01:54:03.576 INFO:teuthology.orchestra.run.smithi001.stderr:/bin/podman: Copying blob sha256:3f9c46b4c79b547129c572203f89fa40cd47fd0ee066f751cddd3628921a4d26 2023-11-08T01:54:03.626 INFO:teuthology.orchestra.run.smithi001.stderr:/bin/podman: Copying blob sha256:ef3cef4bbbe4c81d403ac704d59c5f6a5c2725c728c01ed1fc2c9d9798719df6 2023-11-08T01:54:18.633 INFO:teuthology.orchestra.run.smithi001.stderr:/bin/podman: Copying config sha256:450c989a0092dfbc07ff4885ebf187cf7b325ff2093ee27fbc21ce326dbeb781 2023-11-08T01:54:18.685 INFO:teuthology.orchestra.run.smithi001.stderr:/bin/podman: Writing manifest to image destination 2023-11-08T01:54:18.686 INFO:teuthology.orchestra.run.smithi001.stderr:/bin/podman: Storing signatures 2023-11-08T01:54:29.609 INFO:teuthology.orchestra.run.smithi001.stderr:/bin/podman: 450c989a0092dfbc07ff4885ebf187cf7b325ff2093ee27fbc21ce326dbeb781 2023-11-08T01:54:30.347 INFO:teuthology.orchestra.run.smithi001.stderr:ceph: ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable) 2023-11-08T01:54:30.725 INFO:teuthology.orchestra.run.smithi001.stderr:Ceph version: ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable) 2023-11-08T01:54:30.726 INFO:teuthology.orchestra.run.smithi001.stderr:Extracting ceph user uid/gid from container image... 2023-11-08T01:54:31.105 INFO:teuthology.orchestra.run.smithi001.stderr:stat: 167 167 2023-11-08T01:54:31.483 INFO:teuthology.orchestra.run.smithi001.stderr:Creating initial keys... 2023-11-08T01:54:31.863 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-authtool: AQBX6kplPQ8MMhAASY8wO7vZBd8ALxCRvBXjEw== 2023-11-08T01:54:32.588 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-authtool: AQBY6kpllOxMIhAASO5yitYLKL+kCr9oor5xKg== 2023-11-08T01:54:33.365 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-authtool: AQBZ6kpljSBqExAANAwMKIVQVjT9hPeanmPOUA== 2023-11-08T01:54:33.820 INFO:teuthology.orchestra.run.smithi001.stderr:Creating initial monmap... 2023-11-08T01:54:34.868 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-08T01:54:34.870 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to af795e7c-7dd9-11ee-8dbb-212e2dc638e7 2023-11-08T01:54:34.870 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-08T01:54:36.976 INFO:teuthology.orchestra.run.smithi001.stderr:monmaptool for smithi001 [v2:172.21.15.1:3300,v1:172.21.15.1:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-08T01:54:36.977 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/monmaptool: set fsid to af795e7c-7dd9-11ee-8dbb-212e2dc638e7 2023-11-08T01:54:36.977 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-08T01:54:36.977 INFO:teuthology.orchestra.run.smithi001.stderr: 2023-11-08T01:54:36.977 INFO:teuthology.orchestra.run.smithi001.stderr:Creating mon... 2023-11-08T01:54:38.718 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.623+0000 7f06973e5880 0 set uid:gid to 167:167 (ceph:ceph) 2023-11-08T01:54:38.746 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.623+0000 7f06973e5880 1 imported monmap: 2023-11-08T01:54:38.747 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: epoch 0 2023-11-08T01:54:38.747 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 2023-11-08T01:54:38.748 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: last_changed 2023-11-08T01:54:34.725705+0000 2023-11-08T01:54:38.748 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: created 2023-11-08T01:54:34.725705+0000 2023-11-08T01:54:38.748 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2023-11-08T01:54:38.749 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: election_strategy: 1 2023-11-08T01:54:38.749 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.1:3300/0,v1:172.21.15.1:6789/0] mon.smithi001 2023-11-08T01:54:38.749 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: 2023-11-08T01:54:38.750 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.623+0000 7f06973e5880 0 /usr/bin/ceph-mon: set fsid to af795e7c-7dd9-11ee-8dbb-212e2dc638e7 2023-11-08T01:54:38.750 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: RocksDB version: 6.8.1 2023-11-08T01:54:38.751 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: 2023-11-08T01:54:38.751 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-08T01:54:38.751 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Compile date Nov 7 2023 2023-11-08T01:54:38.752 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: DB SUMMARY 2023-11-08T01:54:38.752 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: 2023-11-08T01:54:38.752 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi001/store.db dir, Total Num: 0, files: 2023-11-08T01:54:38.753 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: 2023-11-08T01:54:38.753 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi001/store.db: 2023-11-08T01:54:38.753 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: 2023-11-08T01:54:38.754 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Options.error_if_exists: 0 2023-11-08T01:54:38.754 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Options.create_if_missing: 1 2023-11-08T01:54:38.754 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Options.paranoid_checks: 1 2023-11-08T01:54:38.755 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Options.env: 0x558d59ed4080 2023-11-08T01:54:38.755 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Options.fs: Posix File System 2023-11-08T01:54:38.755 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Options.info_log: 0x558d5c0c73a0 2023-11-08T01:54:38.755 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Options.max_file_opening_threads: 16 2023-11-08T01:54:38.755 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Options.statistics: (nil) 2023-11-08T01:54:38.756 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Options.use_fsync: 0 2023-11-08T01:54:38.756 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Options.max_log_file_size: 0 2023-11-08T01:54:38.756 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-08T01:54:38.756 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-11-08T01:54:38.756 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Options.keep_log_file_num: 1000 2023-11-08T01:54:38.757 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Options.recycle_log_file_num: 0 2023-11-08T01:54:38.757 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Options.allow_fallocate: 1 2023-11-08T01:54:38.757 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Options.allow_mmap_reads: 0 2023-11-08T01:54:38.757 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Options.allow_mmap_writes: 0 2023-11-08T01:54:38.757 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Options.use_direct_reads: 0 2023-11-08T01:54:38.758 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-08T01:54:38.758 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Options.create_missing_column_families: 0 2023-11-08T01:54:38.758 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Options.db_log_dir: 2023-11-08T01:54:38.758 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi001/store.db 2023-11-08T01:54:38.758 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-11-08T01:54:38.759 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Options.max_subcompactions: 1 2023-11-08T01:54:38.759 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Options.max_background_flushes: -1 2023-11-08T01:54:38.759 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-11-08T01:54:38.759 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-11-08T01:54:38.759 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-08T01:54:38.760 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-08T01:54:38.760 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-11-08T01:54:38.760 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Options.advise_random_on_open: 1 2023-11-08T01:54:38.760 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Options.db_write_buffer_size: 0 2023-11-08T01:54:38.760 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Options.write_buffer_manager: 0x558d5c0cd980 2023-11-08T01:54:38.761 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-08T01:54:38.761 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-08T01:54:38.761 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-08T01:54:38.761 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-11-08T01:54:38.762 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Options.rate_limiter: (nil) 2023-11-08T01:54:38.762 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-08T01:54:38.762 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Options.wal_recovery_mode: 2 2023-11-08T01:54:38.762 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Options.enable_thread_tracking: 0 2023-11-08T01:54:38.762 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Options.enable_pipelined_write: 0 2023-11-08T01:54:38.763 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Options.unordered_write: 0 2023-11-08T01:54:38.763 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-08T01:54:38.763 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-08T01:54:38.763 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-08T01:54:38.763 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-08T01:54:38.764 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Options.row_cache: None 2023-11-08T01:54:38.764 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Options.wal_filter: None 2023-11-08T01:54:38.764 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-08T01:54:38.764 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Options.allow_ingest_behind: 0 2023-11-08T01:54:38.764 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Options.preserve_deletes: 0 2023-11-08T01:54:38.765 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Options.two_write_queues: 0 2023-11-08T01:54:38.765 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Options.manual_wal_flush: 0 2023-11-08T01:54:38.765 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Options.atomic_flush: 0 2023-11-08T01:54:38.765 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-08T01:54:38.765 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-11-08T01:54:38.766 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-11-08T01:54:38.766 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Options.log_readahead_size: 0 2023-11-08T01:54:38.766 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-11-08T01:54:38.766 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Options.max_background_jobs: 2 2023-11-08T01:54:38.766 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Options.max_background_compactions: -1 2023-11-08T01:54:38.767 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-08T01:54:38.767 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-08T01:54:38.767 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-11-08T01:54:38.767 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Options.max_total_wal_size: 0 2023-11-08T01:54:38.767 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-08T01:54:38.767 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-11-08T01:54:38.768 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-11-08T01:54:38.768 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-08T01:54:38.768 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Options.max_open_files: -1 2023-11-08T01:54:38.768 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Options.bytes_per_sync: 0 2023-11-08T01:54:38.768 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-11-08T01:54:38.769 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-11-08T01:54:38.769 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Options.compaction_readahead_size: 0 2023-11-08T01:54:38.769 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Compression algorithms supported: 2023-11-08T01:54:38.769 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-08T01:54:38.769 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: kZSTD supported: 0 2023-11-08T01:54:38.770 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: kXpressCompression supported: 0 2023-11-08T01:54:38.770 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: kLZ4HCCompression supported: 1 2023-11-08T01:54:38.770 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: kLZ4Compression supported: 1 2023-11-08T01:54:38.770 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: kBZip2Compression supported: 0 2023-11-08T01:54:38.770 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: kZlibCompression supported: 1 2023-11-08T01:54:38.771 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: kSnappyCompression supported: 1 2023-11-08T01:54:38.771 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.624+0000 7f06973e5880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-11-08T01:54:38.771 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2023-11-08T01:54:38.771 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: 2023-11-08T01:54:38.771 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi001/store.db/MANIFEST-000001 2023-11-08T01:54:38.772 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: 2023-11-08T01:54:38.772 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-11-08T01:54:38.772 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: 2023-11-08T01:54:38.772 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-08T01:54:38.772 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: Options.merge_operator: 2023-11-08T01:54:38.772 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: Options.compaction_filter: None 2023-11-08T01:54:38.773 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: Options.compaction_filter_factory: None 2023-11-08T01:54:38.773 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-11-08T01:54:38.773 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-11-08T01:54:38.773 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x558d5bfddd38) 2023-11-08T01:54:38.774 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2023-11-08T01:54:38.774 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-08T01:54:38.774 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-08T01:54:38.774 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2023-11-08T01:54:38.775 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: index_type: 0 2023-11-08T01:54:38.775 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2023-11-08T01:54:38.775 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: index_shortening: 1 2023-11-08T01:54:38.775 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2023-11-08T01:54:38.775 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2023-11-08T01:54:38.776 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: checksum: 1 2023-11-08T01:54:38.776 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2023-11-08T01:54:38.776 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: block_cache: 0x558d5c012d10 2023-11-08T01:54:38.776 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2023-11-08T01:54:38.777 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: block_cache_options: 2023-11-08T01:54:38.777 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: capacity : 536870912 2023-11-08T01:54:38.777 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2023-11-08T01:54:38.777 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2023-11-08T01:54:38.777 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2023-11-08T01:54:38.778 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2023-11-08T01:54:38.778 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2023-11-08T01:54:38.778 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: block_size: 4096 2023-11-08T01:54:38.778 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2023-11-08T01:54:38.778 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2023-11-08T01:54:38.779 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2023-11-08T01:54:38.779 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2023-11-08T01:54:38.779 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: partition_filters: 0 2023-11-08T01:54:38.779 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2023-11-08T01:54:38.779 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-08T01:54:38.780 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2023-11-08T01:54:38.780 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: verify_compression: 0 2023-11-08T01:54:38.780 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2023-11-08T01:54:38.780 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: format_version: 2 2023-11-08T01:54:38.780 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2023-11-08T01:54:38.781 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: block_align: 0 2023-11-08T01:54:38.781 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: 2023-11-08T01:54:38.781 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: Options.write_buffer_size: 33554432 2023-11-08T01:54:38.781 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: Options.max_write_buffer_number: 2 2023-11-08T01:54:38.781 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: Options.compression: NoCompression 2023-11-08T01:54:38.782 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: Options.bottommost_compression: Disabled 2023-11-08T01:54:38.782 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: Options.prefix_extractor: nullptr 2023-11-08T01:54:38.782 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-08T01:54:38.782 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: Options.num_levels: 7 2023-11-08T01:54:38.782 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-08T01:54:38.783 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-08T01:54:38.783 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-08T01:54:38.783 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-08T01:54:38.783 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-08T01:54:38.783 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-08T01:54:38.784 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-08T01:54:38.784 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-08T01:54:38.784 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-08T01:54:38.784 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-11-08T01:54:38.785 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: Options.compression_opts.level: 32767 2023-11-08T01:54:38.785 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: Options.compression_opts.strategy: 0 2023-11-08T01:54:38.785 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-08T01:54:38.785 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-08T01:54:38.785 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: Options.compression_opts.enabled: false 2023-11-08T01:54:38.786 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-08T01:54:38.786 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-08T01:54:38.786 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-08T01:54:38.786 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: Options.target_file_size_base: 67108864 2023-11-08T01:54:38.786 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-11-08T01:54:38.787 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-08T01:54:38.787 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-08T01:54:38.787 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-08T01:54:38.787 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-08T01:54:38.788 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-08T01:54:38.788 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-08T01:54:38.788 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-08T01:54:38.788 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-08T01:54:38.788 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-08T01:54:38.789 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-08T01:54:38.789 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-08T01:54:38.789 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-08T01:54:38.789 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: Options.arena_block_size: 4194304 2023-11-08T01:54:38.789 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-08T01:54:38.790 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-08T01:54:38.790 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-08T01:54:38.790 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: Options.disable_auto_compactions: 0 2023-11-08T01:54:38.790 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-08T01:54:38.790 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-08T01:54:38.790 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-08T01:54:38.791 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-08T01:54:38.791 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-08T01:54:38.791 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-08T01:54:38.791 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-08T01:54:38.792 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-08T01:54:38.792 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-08T01:54:38.792 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-08T01:54:38.792 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: Options.table_properties_collectors: 2023-11-08T01:54:38.792 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: Options.inplace_update_support: 0 2023-11-08T01:54:38.792 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-11-08T01:54:38.793 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-08T01:54:38.793 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-08T01:54:38.793 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-11-08T01:54:38.793 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: Options.bloom_locality: 0 2023-11-08T01:54:38.793 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: Options.max_successive_merges: 0 2023-11-08T01:54:38.794 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-11-08T01:54:38.794 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: Options.paranoid_file_checks: 0 2023-11-08T01:54:38.794 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: Options.force_consistency_checks: 0 2023-11-08T01:54:38.794 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: Options.report_bg_io_stats: 0 2023-11-08T01:54:38.795 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: Options.ttl: 2592000 2023-11-08T01:54:38.795 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.625+0000 7f06973e5880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-11-08T01:54:38.795 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.626+0000 7f06973e5880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi001/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-11-08T01:54:38.795 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: 2023-11-08T01:54:38.795 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.626+0000 7f06973e5880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-11-08T01:54:38.796 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: 2023-11-08T01:54:38.796 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.626+0000 7f06973e5880 4 rocksdb: DB pointer 0x558d5c0db800 2023-11-08T01:54:38.796 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.627+0000 7f068026c700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-11-08T01:54:38.796 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.627+0000 7f068026c700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-11-08T01:54:38.796 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2023-11-08T01:54:38.797 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-08T01:54:38.797 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-11-08T01:54:38.797 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-08T01:54:38.797 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-08T01:54:38.798 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-11-08T01:54:38.798 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-08T01:54:38.798 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-08T01:54:38.798 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: 2023-11-08T01:54:38.798 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-08T01:54:38.799 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-08T01:54:38.799 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T01:54:38.799 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-08T01:54:38.799 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-08T01:54:38.799 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: 2023-11-08T01:54:38.799 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-08T01:54:38.800 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-08T01:54:38.800 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T01:54:38.800 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-08T01:54:38.800 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-11-08T01:54:38.801 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-08T01:54:38.801 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-11-08T01:54:38.801 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-11-08T01:54:38.801 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-11-08T01:54:38.801 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-08T01:54:38.801 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-08T01:54:38.802 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-08T01:54:38.802 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: 2023-11-08T01:54:38.802 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-11-08T01:54:38.802 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: 2023-11-08T01:54:38.802 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-08T01:54:38.803 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-08T01:54:38.803 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T01:54:38.803 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-08T01:54:38.803 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-08T01:54:38.803 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: 2023-11-08T01:54:38.804 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-08T01:54:38.804 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-08T01:54:38.804 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T01:54:38.804 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-08T01:54:38.805 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-11-08T01:54:38.805 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-08T01:54:38.805 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-11-08T01:54:38.805 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-11-08T01:54:38.805 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-11-08T01:54:38.806 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-08T01:54:38.806 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-08T01:54:38.806 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-08T01:54:38.806 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: 2023-11-08T01:54:38.806 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-11-08T01:54:38.807 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: 2023-11-08T01:54:38.807 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.628+0000 7f06973e5880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2023-11-08T01:54:38.807 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.628+0000 7f06973e5880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2023-11-08T01:54:38.807 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:54:38.628+0000 7f06973e5880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi001 for mon.smithi001 2023-11-08T01:54:40.426 INFO:teuthology.orchestra.run.smithi001.stderr:create mon.smithi001 on 2023-11-08T01:54:40.556 INFO:teuthology.orchestra.run.smithi001.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-11-08T01:54:40.664 INFO:teuthology.orchestra.run.smithi001.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7.target → /etc/systemd/system/ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7.target. 2023-11-08T01:54:40.665 INFO:teuthology.orchestra.run.smithi001.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7.target → /etc/systemd/system/ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7.target. 2023-11-08T01:54:40.888 INFO:teuthology.orchestra.run.smithi001.stderr:systemctl: Failed to reset failed state of unit ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7@mon.smithi001.service: Unit ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7@mon.smithi001.service not loaded. 2023-11-08T01:54:40.895 INFO:teuthology.orchestra.run.smithi001.stderr:systemctl: Created symlink /etc/systemd/system/ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7.target.wants/ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7@mon.smithi001.service → /etc/systemd/system/ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7@.service. 2023-11-08T01:54:41.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:40 smithi001 systemd[1]: Starting Ceph mon.smithi001 for af795e7c-7dd9-11ee-8dbb-212e2dc638e7... 2023-11-08T01:54:43.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:43 smithi001 conmon[81583]: cluster 2023-11-08T01:54:43.055088+0000 mon.smithi001 (mon.0) 0 : 2023-11-08T01:54:43.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:43 smithi001 conmon[81583]: [INF] mkfs af795e7c-7dd9-11ee-8dbb-212e2dc638e7 2023-11-08T01:54:43.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:43 smithi001 conmon[81583]: cluster 2023-11-08T01:54 2023-11-08T01:54:43.458 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:43 smithi001 conmon[81583]: :43.051235+0000 mon.smithi001 (mon.0) 1 : cluster [INF] mon.smithi001 is new leader, mons smithi001 in quorum (ranks 0) 2023-11-08T01:54:43.731 INFO:teuthology.orchestra.run.smithi001.stderr:systemctl: disabled 2023-11-08T01:54:43.740 INFO:teuthology.orchestra.run.smithi001.stderr:systemctl: inactive 2023-11-08T01:54:43.741 INFO:teuthology.orchestra.run.smithi001.stderr:firewalld.service is not enabled 2023-11-08T01:54:43.741 INFO:teuthology.orchestra.run.smithi001.stderr:Not possible to enable service . firewalld.service is not available 2023-11-08T01:54:43.742 INFO:teuthology.orchestra.run.smithi001.stderr:Waiting for mon to start... 2023-11-08T01:54:43.742 INFO:teuthology.orchestra.run.smithi001.stderr:Waiting for mon... 2023-11-08T01:54:43.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:43 smithi001 bash[81544]: d364209d3d3a65ca347bdc8cc21c1cc49e9938675ec86a75125f43fb4c7bbb15 2023-11-08T01:54:43.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:43 smithi001 systemd[1]: Started Ceph mon.smithi001 for af795e7c-7dd9-11ee-8dbb-212e2dc638e7. 2023-11-08T01:54:44.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:44 smithi001 conmon[81583]: cluster 2023-11-08T01:54:43.054207+0000 mon.smithi001 (mon.0) 2023-11-08T01:54:44.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:44 smithi001 conmon[81583]: 2 : cluster [INF] mon.smithi001 is new leader, mons smithi001 in quorum (ranks 0) 2023-11-08T01:54:44.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:44 smithi001 conmon[81583]: cluster 2023-11-08T01:54:43.054339+0000 mon.smithi001 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi001=[v2:172.21.15.1:3300/0,v1:172.21.15.1:6789/0]} removed_ranks: {} 2023-11-08T01:54:44.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:44 smithi001 conmon[81583]: cluster 2023-11-08T01:54:43.056327+0000 mon.smithi001 (mon.0) 4 : cluster [DBG] fsmap 2023-11-08T01:54:44.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:44 smithi001 conmon[81583]: cluster 2023-11-08T01:54:43.058463+0000 mon.smithi001 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-11-08T01:54:44.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:44 smithi001 conmon[81583]: cluster 2023-11-08T01:54:43.059068+0000 mon.smithi001 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-11-08T01:54:44.501 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: cluster: 2023-11-08T01:54:44.501 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: id: af795e7c-7dd9-11ee-8dbb-212e2dc638e7 2023-11-08T01:54:44.502 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-11-08T01:54:44.502 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: 2023-11-08T01:54:44.502 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: services: 2023-11-08T01:54:44.502 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi001 (age 1.44469s) 2023-11-08T01:54:44.502 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: mgr: no daemons active 2023-11-08T01:54:44.503 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-11-08T01:54:44.503 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: 2023-11-08T01:54:44.503 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: data: 2023-11-08T01:54:44.503 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-11-08T01:54:44.503 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-11-08T01:54:44.504 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-11-08T01:54:44.504 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: pgs: 2023-11-08T01:54:44.504 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: 2023-11-08T01:54:44.988 INFO:teuthology.orchestra.run.smithi001.stderr:mon is available 2023-11-08T01:54:44.989 INFO:teuthology.orchestra.run.smithi001.stderr:Assimilating anything we can from ceph.conf... 2023-11-08T01:54:45.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:45 smithi001 conmon[81583]: audit 2023-11-08T01:54:44.498853+0000 mon.smithi001 (mon.0 2023-11-08T01:54:45.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:45 smithi001 conmon[81583]: ) 7 : audit [DBG] from='client.? 172.21.15.1:0/1271226631' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-11-08T01:54:45.511 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: 2023-11-08T01:54:45.511 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: [global] 2023-11-08T01:54:45.511 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: fsid = af795e7c-7dd9-11ee-8dbb-212e2dc638e7 2023-11-08T01:54:45.511 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.1:3300,v1:172.21.15.1:6789] 2023-11-08T01:54:45.512 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-11-08T01:54:45.512 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-11-08T01:54:45.512 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-11-08T01:54:45.512 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-11-08T01:54:45.512 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: 2023-11-08T01:54:45.513 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: [mgr] 2023-11-08T01:54:45.513 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-11-08T01:54:45.513 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: 2023-11-08T01:54:45.513 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: [osd] 2023-11-08T01:54:45.513 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-11-08T01:54:45.513 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-11-08T01:54:45.926 INFO:teuthology.orchestra.run.smithi001.stderr:Generating new minimal ceph.conf... 2023-11-08T01:54:46.145 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:46 smithi001 conmon[81583]: audit 2023-11-08T01:54:45.506322+0000 mon.smithi001 (mon.0) 8 : audit [INF] from='client.? 172.21.15.1:0/1662894624' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-08T01:54:46.145 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:46 smithi001 conmon[81583]: audit 2023-11-08T01:54:45.509043+0000 mon.smithi001 (mon.0) 9 : audit [INF] from='client.? 172.21.15.1:0/1662894624' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-11-08T01:54:46.862 INFO:teuthology.orchestra.run.smithi001.stderr:Restarting the monitor... 2023-11-08T01:54:47.062 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:46 smithi001 systemd[1]: Stopping Ceph mon.smithi001 for af795e7c-7dd9-11ee-8dbb-212e2dc638e7... 2023-11-08T01:54:47.062 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:46 smithi001 bash[82072]: Error: no container with name or ID "ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-mon.smithi001" found: no such container 2023-11-08T01:54:47.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:47 smithi001 conmon[81583]: audit 2023-11-08T01:54:46.469276+0000 2023-11-08T01:54:47.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:47 smithi001 conmon[81583]: mon.smithi001 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.1:0/68439801' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:54:47.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:47 smithi001 conmon[81583]: debug 2023-11-08T01:54:47.245+0000 7f215907b700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi001 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-11-08T01:54:47.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:47 smithi001 conmon[81583]: debug 2023-11-08T01:54:47.245+0000 7f215907b700 -1 mon.smithi001@0(leader) e1 *** Got Signal Terminated *** 2023-11-08T01:54:47.807 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:47 smithi001 bash[82185]: ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-mon-smithi001 2023-11-08T01:54:48.207 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:47 smithi001 systemd[1]: ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7@mon.smithi001.service: Succeeded. 2023-11-08T01:54:48.207 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:47 smithi001 systemd[1]: Stopped Ceph mon.smithi001 for af795e7c-7dd9-11ee-8dbb-212e2dc638e7. 2023-11-08T01:54:48.207 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:47 smithi001 systemd[1]: Starting Ceph mon.smithi001 for af795e7c-7dd9-11ee-8dbb-212e2dc638e7... 2023-11-08T01:54:48.496 INFO:teuthology.orchestra.run.smithi001.stderr:Setting public_network to 172.21.0.0/20 in mon config section 2023-11-08T01:54:48.697 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.380+0000 7ff64254b880 0 set uid:gid to 167:167 (ceph:ceph) 2023-11-08T01:54:48.697 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.380+0000 7ff64254b880 0 ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable), process ceph-mon, pid 7 2023-11-08T01:54:48.698 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.380+0000 7ff64254b880 0 pidfile_write: ignore empty --pid-file 2023-11-08T01:54:48.698 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.384+0000 7ff64254b880 0 load: jerasure load: lrc load: isa 2023-11-08T01:54:48.698 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: RocksDB version: 6.8.1 2023-11-08T01:54:48.698 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: 2023-11-08T01:54:48.699 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-08T01:54:48.699 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Compile date Nov 7 2023 2023-11-08T01:54:48.699 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: DB SUMMARY 2023-11-08T01:54:48.699 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: 2023-11-08T01:54:48.699 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: CURRENT file: CURRENT 2023-11-08T01:54:48.700 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: 2023-11-08T01:54:48.700 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: IDENTITY file: IDENTITY 2023-11-08T01:54:48.700 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: 2023-11-08T01:54:48.700 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2023-11-08T01:54:48.700 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: 2023-11-08T01:54:48.701 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi001/store.db dir, Total Num: 1, files: 000004.sst 2023-11-08T01:54:48.701 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: 2023-11-08T01:54:48.701 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi001/store.db: 000006.log size: 89677 ; 2023-11-08T01:54:48.701 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: 2023-11-08T01:54:48.701 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Options.error_if_exists: 0 2023-11-08T01:54:48.702 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Options.create_if_missing: 0 2023-11-08T01:54:48.702 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Options.paranoid_checks: 1 2023-11-08T01:54:48.702 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Options.env: 0x561896528080 2023-11-08T01:54:48.702 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Options.fs: Posix File System 2023-11-08T01:54:48.703 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Options.info_log: 0x561898bc5d80 2023-11-08T01:54:48.703 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Options.max_file_opening_threads: 16 2023-11-08T01:54:48.703 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Options.statistics: (nil) 2023-11-08T01:54:48.703 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Options.use_fsync: 0 2023-11-08T01:54:48.703 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Options.max_log_file_size: 0 2023-11-08T01:54:48.704 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-08T01:54:48.704 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-11-08T01:54:48.704 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Options.keep_log_file_num: 1000 2023-11-08T01:54:48.704 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Options.recycle_log_file_num: 0 2023-11-08T01:54:48.704 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Options.allow_fallocate: 1 2023-11-08T01:54:48.705 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Options.allow_mmap_reads: 0 2023-11-08T01:54:48.705 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Options.allow_mmap_writes: 0 2023-11-08T01:54:48.705 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Options.use_direct_reads: 0 2023-11-08T01:54:48.705 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-08T01:54:48.705 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Options.create_missing_column_families: 0 2023-11-08T01:54:48.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Options.db_log_dir: 2023-11-08T01:54:48.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi001/store.db 2023-11-08T01:54:48.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-11-08T01:54:48.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Options.max_subcompactions: 1 2023-11-08T01:54:48.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Options.max_background_flushes: -1 2023-11-08T01:54:48.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-11-08T01:54:48.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-11-08T01:54:48.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-08T01:54:48.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-08T01:54:48.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-11-08T01:54:48.708 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Options.advise_random_on_open: 1 2023-11-08T01:54:48.708 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Options.db_write_buffer_size: 0 2023-11-08T01:54:48.708 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Options.write_buffer_manager: 0x56189981c480 2023-11-08T01:54:48.708 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-08T01:54:48.708 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-08T01:54:48.709 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-08T01:54:48.709 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-11-08T01:54:48.709 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Options.rate_limiter: (nil) 2023-11-08T01:54:48.710 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-08T01:54:48.711 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Options.wal_recovery_mode: 2 2023-11-08T01:54:48.711 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Options.enable_thread_tracking: 0 2023-11-08T01:54:48.711 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Options.enable_pipelined_write: 0 2023-11-08T01:54:48.711 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Options.unordered_write: 0 2023-11-08T01:54:48.711 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-08T01:54:48.712 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-08T01:54:48.712 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-08T01:54:48.712 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-08T01:54:48.712 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Options.row_cache: None 2023-11-08T01:54:48.712 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Options.wal_filter: None 2023-11-08T01:54:48.713 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-08T01:54:48.713 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Options.allow_ingest_behind: 0 2023-11-08T01:54:48.713 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Options.preserve_deletes: 0 2023-11-08T01:54:48.713 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Options.two_write_queues: 0 2023-11-08T01:54:48.713 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Options.manual_wal_flush: 0 2023-11-08T01:54:48.714 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Options.atomic_flush: 0 2023-11-08T01:54:48.714 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-08T01:54:48.714 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-11-08T01:54:48.714 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-11-08T01:54:48.714 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Options.log_readahead_size: 0 2023-11-08T01:54:48.715 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-11-08T01:54:48.715 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Options.max_background_jobs: 2 2023-11-08T01:54:48.715 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Options.max_background_compactions: -1 2023-11-08T01:54:48.715 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-08T01:54:48.715 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-08T01:54:48.716 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-11-08T01:54:48.716 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Options.max_total_wal_size: 0 2023-11-08T01:54:48.716 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-08T01:54:48.716 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-11-08T01:54:48.716 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-11-08T01:54:48.717 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-08T01:54:48.717 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Options.max_open_files: -1 2023-11-08T01:54:48.717 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Options.bytes_per_sync: 0 2023-11-08T01:54:48.717 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-11-08T01:54:48.717 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-11-08T01:54:48.718 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Options.compaction_readahead_size: 0 2023-11-08T01:54:48.718 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Compression algorithms supported: 2023-11-08T01:54:48.718 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-08T01:54:48.718 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: kZSTD supported: 0 2023-11-08T01:54:48.718 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: kXpressCompression supported: 0 2023-11-08T01:54:48.719 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: kLZ4HCCompression supported: 1 2023-11-08T01:54:48.719 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: kLZ4Compression supported: 1 2023-11-08T01:54:48.719 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: kBZip2Compression supported: 0 2023-11-08T01:54:48.719 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: kZlibCompression supported: 1 2023-11-08T01:54:48.719 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: kSnappyCompression supported: 1 2023-11-08T01:54:48.720 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.385+0000 7ff64254b880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-11-08T01:54:48.720 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi001/store.db/MANIFEST-000005 2023-11-08T01:54:48.720 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: 2023-11-08T01:54:48.720 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-11-08T01:54:48.720 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: 2023-11-08T01:54:48.721 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-08T01:54:48.721 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: Options.merge_operator: 2023-11-08T01:54:48.721 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: Options.compaction_filter: None 2023-11-08T01:54:48.721 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: Options.compaction_filter_factory: None 2023-11-08T01:54:48.721 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-11-08T01:54:48.722 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-11-08T01:54:48.722 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x561898b75d30) 2023-11-08T01:54:48.722 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: cache_index_and_filter_blocks: 1 2023-11-08T01:54:48.722 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-08T01:54:48.722 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-08T01:54:48.723 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: pin_top_level_index_and_filter: 1 2023-11-08T01:54:48.723 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: index_type: 0 2023-11-08T01:54:48.723 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: data_block_index_type: 0 2023-11-08T01:54:48.723 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: index_shortening: 1 2023-11-08T01:54:48.723 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: data_block_hash_table_util_ratio: 0.750000 2023-11-08T01:54:48.724 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: hash_index_allow_collision: 1 2023-11-08T01:54:48.724 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: checksum: 1 2023-11-08T01:54:48.724 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: no_block_cache: 0 2023-11-08T01:54:48.724 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: block_cache: 0x561898baaf10 2023-11-08T01:54:48.724 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: block_cache_name: BinnedLRUCache 2023-11-08T01:54:48.724 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: block_cache_options: 2023-11-08T01:54:48.725 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: capacity : 536870912 2023-11-08T01:54:48.725 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: num_shard_bits : 4 2023-11-08T01:54:48.725 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: strict_capacity_limit : 0 2023-11-08T01:54:48.725 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: high_pri_pool_ratio: 0.000 2023-11-08T01:54:48.725 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: block_cache_compressed: (nil) 2023-11-08T01:54:48.726 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: persistent_cache: (nil) 2023-11-08T01:54:48.726 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: block_size: 4096 2023-11-08T01:54:48.726 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: block_size_deviation: 10 2023-11-08T01:54:48.726 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: block_restart_interval: 16 2023-11-08T01:54:48.726 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: index_block_restart_interval: 1 2023-11-08T01:54:48.727 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: metadata_block_size: 4096 2023-11-08T01:54:48.727 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: partition_filters: 0 2023-11-08T01:54:48.727 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: use_delta_encoding: 1 2023-11-08T01:54:48.727 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-08T01:54:48.727 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: whole_key_filtering: 1 2023-11-08T01:54:48.728 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: verify_compression: 0 2023-11-08T01:54:48.728 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: read_amp_bytes_per_bit: 0 2023-11-08T01:54:48.728 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: format_version: 2 2023-11-08T01:54:48.728 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: enable_index_compression: 1 2023-11-08T01:54:48.728 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: block_align: 0 2023-11-08T01:54:48.729 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: 2023-11-08T01:54:48.729 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: Options.write_buffer_size: 33554432 2023-11-08T01:54:48.729 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: Options.max_write_buffer_number: 2 2023-11-08T01:54:48.729 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: Options.compression: NoCompression 2023-11-08T01:54:48.729 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: Options.bottommost_compression: Disabled 2023-11-08T01:54:48.730 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: Options.prefix_extractor: nullptr 2023-11-08T01:54:48.730 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-08T01:54:48.730 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: Options.num_levels: 7 2023-11-08T01:54:48.730 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-08T01:54:48.730 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-08T01:54:48.731 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-08T01:54:48.731 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-08T01:54:48.731 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-08T01:54:48.731 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-08T01:54:48.731 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-08T01:54:48.731 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-08T01:54:48.732 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-08T01:54:48.732 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-11-08T01:54:48.732 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: Options.compression_opts.level: 32767 2023-11-08T01:54:48.732 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: Options.compression_opts.strategy: 0 2023-11-08T01:54:48.732 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-08T01:54:48.733 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-08T01:54:48.733 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: Options.compression_opts.enabled: false 2023-11-08T01:54:48.733 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-08T01:54:48.733 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-08T01:54:48.733 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-08T01:54:48.734 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: Options.target_file_size_base: 67108864 2023-11-08T01:54:48.734 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-11-08T01:54:48.734 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-08T01:54:48.734 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-08T01:54:48.734 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-08T01:54:48.735 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-08T01:54:48.735 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-08T01:54:48.735 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-08T01:54:48.735 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-08T01:54:48.735 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-08T01:54:48.736 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-08T01:54:48.736 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-08T01:54:48.736 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-08T01:54:48.736 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-08T01:54:48.736 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: Options.arena_block_size: 4194304 2023-11-08T01:54:48.737 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-08T01:54:48.737 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-08T01:54:48.737 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-08T01:54:48.737 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: Options.disable_auto_compactions: 0 2023-11-08T01:54:48.737 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-08T01:54:48.737 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-08T01:54:48.738 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-08T01:54:48.738 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-08T01:54:48.738 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-08T01:54:48.738 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-08T01:54:48.738 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-08T01:54:48.739 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-08T01:54:48.739 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-08T01:54:48.739 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-08T01:54:48.739 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: Options.table_properties_collectors: 2023-11-08T01:54:48.739 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: Options.inplace_update_support: 0 2023-11-08T01:54:48.740 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-11-08T01:54:48.740 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-08T01:54:48.740 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-08T01:54:48.740 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-11-08T01:54:48.740 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: Options.bloom_locality: 0 2023-11-08T01:54:48.741 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: Options.max_successive_merges: 0 2023-11-08T01:54:48.741 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-11-08T01:54:48.741 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: Options.paranoid_file_checks: 0 2023-11-08T01:54:48.741 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: Options.force_consistency_checks: 0 2023-11-08T01:54:48.741 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: Options.report_bg_io_stats: 0 2023-11-08T01:54:48.742 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: Options.ttl: 2592000 2023-11-08T01:54:48.742 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-11-08T01:54:48.742 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi001/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-11-08T01:54:48.742 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: 2023-11-08T01:54:48.742 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2023-11-08T01:54:48.743 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: 2023-11-08T01:54:48.743 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1699408488388292, "job": 1, "event": "recovery_started", "log_files": [6]} 2023-11-08T01:54:48.743 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.386+0000 7ff64254b880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2023-11-08T01:54:48.743 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.387+0000 7ff64254b880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-11-08T01:54:48.743 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.387+0000 7ff64254b880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1699408488389171, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 86408, "table_properties": {"data_size": 84653, "index_size": 360, "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": 9380, "raw_average_key_size": 46, "raw_value_size": 79113, "raw_average_value_size": 393, "num_data_blocks": 12, "num_entries": 201, "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": 1699408488, "oldest_key_time": 3, "file_creation_time": 0}} 2023-11-08T01:54:48.743 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.387+0000 7ff64254b880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2023-11-08T01:54:48.744 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: 2023-11-08T01:54:48.744 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.388+0000 7ff64254b880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1699408488389617, "job": 1, "event": "recovery_finished"} 2023-11-08T01:54:48.744 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.388+0000 7ff64254b880 4 rocksdb: DB pointer 0x561898c73800 2023-11-08T01:54:48.744 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.388+0000 7ff629351700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-11-08T01:54:48.744 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.389+0000 7ff629351700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-11-08T01:54:48.745 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: ** DB Stats ** 2023-11-08T01:54:48.745 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-08T01:54:48.745 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-11-08T01:54:48.745 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-08T01:54:48.745 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-08T01:54:48.746 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-11-08T01:54:48.746 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-08T01:54:48.746 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-08T01:54:48.746 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: 2023-11-08T01:54:48.746 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: ** Compaction Stats [default] ** 2023-11-08T01:54:48.747 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-08T01:54:48.747 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T01:54:48.747 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: L0 2/0 86.08 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 144.1 0.00 0.00 1 0.001 0 0 2023-11-08T01:54:48.747 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: Sum 2/0 86.08 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 144.1 0.00 0.00 1 0.001 0 0 2023-11-08T01:54:48.747 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 144.1 0.00 0.00 1 0.001 0 0 2023-11-08T01:54:48.748 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: 2023-11-08T01:54:48.748 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: ** Compaction Stats [default] ** 2023-11-08T01:54:48.748 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-08T01:54:48.748 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T01:54:48.748 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 144.1 0.00 0.00 1 0.001 0 0 2023-11-08T01:54:48.749 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-08T01:54:48.749 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-08T01:54:48.749 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-08T01:54:48.749 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: AddFile(Total Files): cumulative 0, interval 0 2023-11-08T01:54:48.749 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-08T01:54:48.750 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: AddFile(Keys): cumulative 0, interval 0 2023-11-08T01:54:48.750 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: Cumulative compaction: 0.00 GB write, 28.49 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-08T01:54:48.750 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: Interval compaction: 0.00 GB write, 28.49 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-08T01:54:48.750 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-08T01:54:48.750 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: 2023-11-08T01:54:48.751 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: ** File Read Latency Histogram By Level [default] ** 2023-11-08T01:54:48.751 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: 2023-11-08T01:54:48.751 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: ** Compaction Stats [default] ** 2023-11-08T01:54:48.751 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-08T01:54:48.751 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T01:54:48.751 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: L0 2/0 86.08 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 144.1 0.00 0.00 1 0.001 0 0 2023-11-08T01:54:48.752 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: Sum 2/0 86.08 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 144.1 0.00 0.00 1 0.001 0 0 2023-11-08T01:54:48.752 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-08T01:54:48.752 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: 2023-11-08T01:54:48.752 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: ** Compaction Stats [default] ** 2023-11-08T01:54:48.752 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-08T01:54:48.753 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T01:54:48.753 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 144.1 0.00 0.00 1 0.001 0 0 2023-11-08T01:54:48.753 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-08T01:54:48.753 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-08T01:54:48.753 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-08T01:54:48.754 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: AddFile(Total Files): cumulative 0, interval 0 2023-11-08T01:54:48.754 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-08T01:54:48.754 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: AddFile(Keys): cumulative 0, interval 0 2023-11-08T01:54:48.754 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: Cumulative compaction: 0.00 GB write, 28.21 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-08T01:54:48.755 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-08T01:54:48.755 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-08T01:54:48.755 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: 2023-11-08T01:54:48.755 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: ** File Read Latency Histogram By Level [default] ** 2023-11-08T01:54:48.756 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: 2023-11-08T01:54:48.756 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.389+0000 7ff64254b880 0 starting mon.smithi001 rank 0 at public addrs [v2:172.21.15.1:3300/0,v1:172.21.15.1:6789/0] at bind addrs [v2:172.21.15.1:3300/0,v1:172.21.15.1:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi001 fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 2023-11-08T01:54:48.756 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.390+0000 7ff64254b880 1 mon.smithi001@-1(???) e1 preinit fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 2023-11-08T01:54:48.756 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.390+0000 7ff64254b880 0 mon.smithi001@-1(???).mds e1 new map 2023-11-08T01:54:48.756 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.390+0000 7ff64254b880 0 mon.smithi001@-1(???).mds e1 print_map 2023-11-08T01:54:48.757 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: e1 2023-11-08T01:54:48.757 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: enable_multiple, ever_enabled_multiple: 1,1 2023-11-08T01:54:48.757 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-11-08T01:54:48.757 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: legacy client fscid: -1 2023-11-08T01:54:48.757 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: 2023-11-08T01:54:48.758 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: No filesystems configured 2023-11-08T01:54:48.758 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: 2023-11-08T01:54:48.758 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.390+0000 7ff64254b880 0 mon.smithi001@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-08T01:54:48.758 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.390+0000 7ff64254b880 0 mon.smithi001@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-08T01:54:48.758 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.390+0000 7ff64254b880 0 mon.smithi001@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-08T01:54:48.759 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.390+0000 7ff64254b880 0 mon.smithi001@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-08T01:54:48.759 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: audit 2023-11-08T01:54:48.759 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: 2023-11-08T01:54:46.469276+0000 mon.smithi001 (mon.0) 10 2023-11-08T01:54:48.759 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: : audit [DBG] from='client.? 172.21.15.1:0/68439801' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:54:48.759 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: debug 2023-11-08T01:54:48.391+0000 7ff64254b880 1 mon.smithi001@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-11-08T01:54:48.760 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 bash[82505]: 9491da4e1a959d9cb6d7c88fc843483bf2020fdaddec90fa94c46cbeb3988fd9 2023-11-08T01:54:48.760 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: cluster 2023-11-08T01:54:48.408161+0000 mon.smithi001 (mon.0) 1 : cluster [INF] 2023-11-08T01:54:48.760 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: mon.smithi001 is new leader, mons smithi001 in quorum (ranks 0) 2023-11-08T01:54:48.760 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: cluster 2023-11-08T01:54:48. 2023-11-08T01:54:48.760 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: 408221+0000 mon.smithi001 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi001=[v2:172.21.15.1:3300/0,v1:172.21.15.1:6789/0]} removed_ranks: {} 2023-11-08T01:54:48.761 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: cluster 2023-11- 2023-11-08T01:54:48.761 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: 08T01:54:48.408652+0000 2023-11-08T01:54:48.761 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: mon.smithi001 (mon.0) 3 : cluster [DBG] fsmap 2023-11-08T01:54:48.761 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: 2023-11-08T01:54:48.761 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: cluster 2023-11-08T 2023-11-08T01:54:48.762 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: 01:54:48.408702+0000 mon.smithi001 ( 2023-11-08T01:54:48.762 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-11-08T01:54:48.762 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: cluster 2023-11-08T01:54:48.762 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: 2023-11-08T01:54:48. 2023-11-08T01:54:48.762 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: 409073+0000 mon.smithi001 (mon.0) 5 : cluster 2023-11-08T01:54:48.763 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 conmon[82545]: [DBG] mgrmap e1: no daemons active 2023-11-08T01:54:48.763 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:48 smithi001 systemd[1]: Started Ceph mon.smithi001 for af795e7c-7dd9-11ee-8dbb-212e2dc638e7. 2023-11-08T01:54:49.437 INFO:teuthology.orchestra.run.smithi001.stderr:Wrote config to /etc/ceph/ceph.conf 2023-11-08T01:54:49.437 INFO:teuthology.orchestra.run.smithi001.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-11-08T01:54:49.437 INFO:teuthology.orchestra.run.smithi001.stderr:Creating mgr... 2023-11-08T01:54:49.438 INFO:teuthology.orchestra.run.smithi001.stderr:Verifying port 9283 ... 2023-11-08T01:54:49.575 INFO:teuthology.orchestra.run.smithi001.stderr:systemctl: Failed to reset failed state of unit ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7@mgr.smithi001.qhtxni.service: Unit ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7@mgr.smithi001.qhtxni.service not loaded. 2023-11-08T01:54:49.582 INFO:teuthology.orchestra.run.smithi001.stderr:systemctl: Created symlink /etc/systemd/system/ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7.target.wants/ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7@mgr.smithi001.qhtxni.service → /etc/systemd/system/ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7@.service. 2023-11-08T01:54:50.301 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:50 smithi001 conmon[82545]: audit 2023-11-08T01:54:49.034374 2023-11-08T01:54:50.301 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:50 smithi001 conmon[82545]: +0000 mon.smithi001 (mon.0) 6 : audit [INF] from='client.? 172.21.15.1:0/3899824502' entity='client.admin' 2023-11-08T01:54:50.312 INFO:teuthology.orchestra.run.smithi001.stderr:systemctl: disabled 2023-11-08T01:54:50.321 INFO:teuthology.orchestra.run.smithi001.stderr:systemctl: inactive 2023-11-08T01:54:50.321 INFO:teuthology.orchestra.run.smithi001.stderr:firewalld.service is not enabled 2023-11-08T01:54:50.322 INFO:teuthology.orchestra.run.smithi001.stderr:Not possible to enable service . firewalld.service is not available 2023-11-08T01:54:50.330 INFO:teuthology.orchestra.run.smithi001.stderr:systemctl: disabled 2023-11-08T01:54:50.338 INFO:teuthology.orchestra.run.smithi001.stderr:systemctl: inactive 2023-11-08T01:54:50.339 INFO:teuthology.orchestra.run.smithi001.stderr:firewalld.service is not enabled 2023-11-08T01:54:50.339 INFO:teuthology.orchestra.run.smithi001.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-11-08T01:54:50.339 INFO:teuthology.orchestra.run.smithi001.stderr:Waiting for mgr to start... 2023-11-08T01:54:50.339 INFO:teuthology.orchestra.run.smithi001.stderr:Waiting for mgr... 2023-11-08T01:54:50.958 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: 2023-11-08T01:54:50.958 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: { 2023-11-08T01:54:50.958 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "fsid": "af795e7c-7dd9-11ee-8dbb-212e2dc638e7", 2023-11-08T01:54:50.959 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "health": { 2023-11-08T01:54:50.959 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-08T01:54:50.959 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "checks": {}, 2023-11-08T01:54:50.959 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "mutes": [] 2023-11-08T01:54:50.959 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: }, 2023-11-08T01:54:50.960 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-08T01:54:50.960 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "quorum": [ 2023-11-08T01:54:50.960 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: 0 2023-11-08T01:54:50.960 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: ], 2023-11-08T01:54:50.960 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-08T01:54:50.961 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "smithi001" 2023-11-08T01:54:50.961 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: ], 2023-11-08T01:54:50.961 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "quorum_age": 2, 2023-11-08T01:54:50.961 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "monmap": { 2023-11-08T01:54:50.962 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T01:54:50.962 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-08T01:54:50.962 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-08T01:54:50.962 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: }, 2023-11-08T01:54:50.962 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "osdmap": { 2023-11-08T01:54:50.963 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T01:54:50.963 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-08T01:54:50.963 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-08T01:54:50.963 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-08T01:54:50.963 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-08T01:54:50.964 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-08T01:54:50.964 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-08T01:54:50.964 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: }, 2023-11-08T01:54:50.964 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "pgmap": { 2023-11-08T01:54:50.964 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-08T01:54:50.964 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-08T01:54:50.965 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-08T01:54:50.965 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-08T01:54:50.965 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-08T01:54:50.965 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-08T01:54:50.965 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-08T01:54:50.966 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-08T01:54:50.966 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: }, 2023-11-08T01:54:50.966 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "fsmap": { 2023-11-08T01:54:50.966 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T01:54:50.966 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-08T01:54:50.967 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-08T01:54:50.967 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: }, 2023-11-08T01:54:50.967 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-08T01:54:50.967 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "available": false, 2023-11-08T01:54:50.967 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-08T01:54:50.968 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "modules": [ 2023-11-08T01:54:50.968 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "iostat", 2023-11-08T01:54:50.969 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "nfs", 2023-11-08T01:54:50.969 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "restful" 2023-11-08T01:54:50.969 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: ], 2023-11-08T01:54:50.969 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "services": {} 2023-11-08T01:54:50.969 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: }, 2023-11-08T01:54:50.970 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "servicemap": { 2023-11-08T01:54:50.970 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T01:54:50.970 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "modified": "2023-11-08T01:54:43.055505+0000", 2023-11-08T01:54:50.970 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "services": {} 2023-11-08T01:54:50.970 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: }, 2023-11-08T01:54:50.971 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-08T01:54:50.971 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: } 2023-11-08T01:54:51.137 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:51 smithi001 conmon[82545]: audit 2023-11-08T01:54:50.951222+0000 2023-11-08T01:54:51.137 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:51 smithi001 conmon[82545]: mon.smithi001 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.1:0/348341196' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-08T01:54:51.382 INFO:teuthology.orchestra.run.smithi001.stderr:mgr not available, waiting (1/15)... 2023-11-08T01:54:53.924 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: 2023-11-08T01:54:53.925 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: { 2023-11-08T01:54:53.925 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "fsid": "af795e7c-7dd9-11ee-8dbb-212e2dc638e7", 2023-11-08T01:54:53.925 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "health": { 2023-11-08T01:54:53.925 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-08T01:54:53.925 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "checks": {}, 2023-11-08T01:54:53.926 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "mutes": [] 2023-11-08T01:54:53.926 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: }, 2023-11-08T01:54:53.926 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-08T01:54:53.927 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "quorum": [ 2023-11-08T01:54:53.927 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: 0 2023-11-08T01:54:53.927 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: ], 2023-11-08T01:54:53.927 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-08T01:54:53.927 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "smithi001" 2023-11-08T01:54:53.928 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: ], 2023-11-08T01:54:53.928 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "quorum_age": 5, 2023-11-08T01:54:53.928 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "monmap": { 2023-11-08T01:54:53.928 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T01:54:53.928 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-08T01:54:53.929 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-08T01:54:53.929 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: }, 2023-11-08T01:54:53.929 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "osdmap": { 2023-11-08T01:54:53.929 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T01:54:53.929 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-08T01:54:53.930 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-08T01:54:53.930 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-08T01:54:53.930 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-08T01:54:53.930 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-08T01:54:53.930 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-08T01:54:53.931 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: }, 2023-11-08T01:54:53.931 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "pgmap": { 2023-11-08T01:54:53.931 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-08T01:54:53.931 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-08T01:54:53.931 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-08T01:54:53.932 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-08T01:54:53.932 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-08T01:54:53.932 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-08T01:54:53.932 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-08T01:54:53.933 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-08T01:54:53.933 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: }, 2023-11-08T01:54:53.933 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "fsmap": { 2023-11-08T01:54:53.933 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T01:54:53.933 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-08T01:54:53.934 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-08T01:54:53.934 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: }, 2023-11-08T01:54:53.934 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-08T01:54:53.934 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "available": false, 2023-11-08T01:54:53.934 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-08T01:54:53.935 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "modules": [ 2023-11-08T01:54:53.935 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "iostat", 2023-11-08T01:54:53.935 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "nfs", 2023-11-08T01:54:53.935 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "restful" 2023-11-08T01:54:53.935 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: ], 2023-11-08T01:54:53.936 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "services": {} 2023-11-08T01:54:53.936 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: }, 2023-11-08T01:54:53.936 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "servicemap": { 2023-11-08T01:54:53.937 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T01:54:53.937 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "modified": "2023-11-08T01:54:43.055505+0000", 2023-11-08T01:54:53.937 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "services": {} 2023-11-08T01:54:53.937 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: }, 2023-11-08T01:54:53.937 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-08T01:54:53.938 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: } 2023-11-08T01:54:54.322 INFO:teuthology.orchestra.run.smithi001.stderr:mgr not available, waiting (2/15)... 2023-11-08T01:54:54.686 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:54 smithi001 conmon[82545]: audit 2023-11-08T01:54:53.917288+0000 mon.smithi001 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.1:0/660530923' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-08T01:54:56.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:55 smithi001 conmon[82545]: cluster 2023-11-08T01:54:55.868698+0000 2023-11-08T01:54:56.207 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:55 smithi001 conmon[82545]: mon.smithi001 (mon.0) 9 : cluster [INF] Activating manager daemon smithi001.qhtxni 2023-11-08T01:54:56.207 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:55 smithi001 conmon[82545]: cluster 2023-11-08T01:54:55.871483+0000 mon.smithi001 2023-11-08T01:54:56.207 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:55 smithi001 conmon[82545]: (mon.0) 10 : cluster [DBG] mgrmap e2: smithi001.qhtxni(active, starting, since 0.00288857s) 2023-11-08T01:54:56.207 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:55 smithi001 conmon[82545]: audit 2023- 2023-11-08T01:54:56.208 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:55 smithi001 conmon[82545]: 11-08T01:54: 2023-11-08T01:54:56.208 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:55 smithi001 conmon[82545]: 55.872370+0000 mon.smithi001 (mon.0) 11 2023-11-08T01:54:56.208 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:55 smithi001 conmon[82545]: : audit [DBG] from='mgr.14100 172.21.15.1:0/4283989038' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-08T01:54:56.208 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:55 smithi001 conmon[82545]: audit 2023 2023-11-08T01:54:56.208 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:55 smithi001 conmon[82545]: -11-08T01:54: 2023-11-08T01:54:56.209 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:55 smithi001 conmon[82545]: 55.872586+0000 mon.smithi001 (mon.0 2023-11-08T01:54:56.209 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:55 smithi001 conmon[82545]: ) 12 : audit [DBG] from='mgr.14100 172.21.15.1:0/4283989038' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-08T01:54:56.209 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:55 smithi001 conmon[82545]: audit 2023 2023-11-08T01:54:56.209 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:55 smithi001 conmon[82545]: -11-08T01:54 2023-11-08T01:54:56.209 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:55 smithi001 conmon[82545]: :55.872735+0000 mon.smithi001 (mon.0) 2023-11-08T01:54:56.210 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:55 smithi001 conmon[82545]: 13 : audit [DBG] from='mgr.14100 172.21.15.1:0/4283989038' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-08T01:54:56.210 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:55 smithi001 conmon[82545]: audit 2023- 2023-11-08T01:54:56.210 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:55 smithi001 conmon[82545]: 11-08T01:54:55.872882 2023-11-08T01:54:56.210 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:55 smithi001 conmon[82545]: +0000 mon.smithi001 (mon.0) 14 : audit [DBG] 2023-11-08T01:54:56.210 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:55 smithi001 conmon[82545]: from='mgr.14100 172.21.15.1:0/4283989038' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "mon metadata", "id": "smithi001"}]: dispatch 2023-11-08T01:54:56.211 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:55 smithi001 conmon[82545]: audit 2023-11- 2023-11-08T01:54:56.211 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:55 smithi001 conmon[82545]: 08T01:54:55.873220+0000 2023-11-08T01:54:56.211 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:55 smithi001 conmon[82545]: mon.smithi001 (mon.0) 15 : audit [DBG] 2023-11-08T01:54:56.211 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:55 smithi001 conmon[82545]: from='mgr.14100 172.21.15.1:0/4283989038' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "mgr metadata", "who": "smithi001.qhtxni", "id": "smithi001.qhtxni"}]: dispatch 2023-11-08T01:54:56.211 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:55 smithi001 conmon[82545]: cluster 2023-11-08 2023-11-08T01:54:56.211 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:55 smithi001 conmon[82545]: T01:54:55.887216 2023-11-08T01:54:56.212 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:55 smithi001 conmon[82545]: +0000 mon.smithi001 (mon.0) 16 : cluster 2023-11-08T01:54:56.212 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:55 smithi001 conmon[82545]: [INF] Manager daemon smithi001.qhtxni is now available 2023-11-08T01:54:56.212 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:55 smithi001 conmon[82545]: audit 2023-11-08 2023-11-08T01:54:56.212 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:55 smithi001 conmon[82545]: T01:54:55.894760 2023-11-08T01:54:56.212 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:55 smithi001 conmon[82545]: +0000 mon.smithi001 (mon.0) 17 : audit 2023-11-08T01:54:56.213 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:55 smithi001 conmon[82545]: [INF] from='mgr.14100 172.21.15.1:0/4283989038' entity='mgr.smithi001.qhtxni' 2023-11-08T01:54:56.214 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:55 smithi001 conmon[82545]: audit 2023 2023-11-08T01:54:56.214 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:55 smithi001 conmon[82545]: -11-08T01:54: 2023-11-08T01:54:56.214 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:55 smithi001 conmon[82545]: 55.901116+0000 mon.smithi001 (mon.0) 18 2023-11-08T01:54:56.214 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:55 smithi001 conmon[82545]: : audit [INF] from='mgr.14100 172.21.15.1:0/4283989038' entity='mgr.smithi001.qhtxni' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi001.qhtxni/mirror_snapshot_schedule"}]: dispatch 2023-11-08T01:54:56.214 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:55 smithi001 conmon[82545]: audit 2023- 2023-11-08T01:54:56.215 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:55 smithi001 conmon[82545]: 11-08T01:54: 2023-11-08T01:54:56.215 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:55 smithi001 conmon[82545]: 55.903795+0000 mon.smithi001 (mon.0) 19 2023-11-08T01:54:56.215 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:55 smithi001 conmon[82545]: : audit [INF] from='mgr.14100 172.21.15.1:0/4283989038' entity='mgr.smithi001.qhtxni' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi001.qhtxni/trash_purge_schedule"}]: dispatch 2023-11-08T01:54:56.215 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:55 smithi001 conmon[82545]: audit 2023 2023-11-08T01:54:56.215 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:55 smithi001 conmon[82545]: -11-08T01:54: 2023-11-08T01:54:56.216 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:55 smithi001 conmon[82545]: 55.907080+0000 mon.smithi001 (mon. 2023-11-08T01:54:56.216 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:55 smithi001 conmon[82545]: 0) 20 : audit [INF] from='mgr.14100 172.21.15.1:0/4283989038' entity='mgr.smithi001.qhtxni' 2023-11-08T01:54:56.216 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:55 smithi001 conmon[82545]: audit 2023 2023-11-08T01:54:56.216 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:55 smithi001 conmon[82545]: -11-08T01:54 2023-11-08T01:54:56.216 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:55 smithi001 conmon[82545]: :55.909066+0000 mon.smithi001 (mon.0) 2023-11-08T01:54:56.217 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:55 smithi001 conmon[82545]: 21 : audit [INF] from='mgr.14100 172.21.15.1:0/4283989038' entity='mgr.smithi001.qhtxni' 2023-11-08T01:54:56.878 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: 2023-11-08T01:54:56.878 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: { 2023-11-08T01:54:56.879 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "fsid": "af795e7c-7dd9-11ee-8dbb-212e2dc638e7", 2023-11-08T01:54:56.879 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "health": { 2023-11-08T01:54:56.879 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-08T01:54:56.879 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "checks": {}, 2023-11-08T01:54:56.879 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "mutes": [] 2023-11-08T01:54:56.880 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: }, 2023-11-08T01:54:56.880 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-08T01:54:56.880 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "quorum": [ 2023-11-08T01:54:56.880 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: 0 2023-11-08T01:54:56.880 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: ], 2023-11-08T01:54:56.881 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-08T01:54:56.881 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "smithi001" 2023-11-08T01:54:56.881 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: ], 2023-11-08T01:54:56.881 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "quorum_age": 8, 2023-11-08T01:54:56.881 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "monmap": { 2023-11-08T01:54:56.882 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T01:54:56.882 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-08T01:54:56.882 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-08T01:54:56.882 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: }, 2023-11-08T01:54:56.882 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "osdmap": { 2023-11-08T01:54:56.882 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T01:54:56.883 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-08T01:54:56.883 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-08T01:54:56.883 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-08T01:54:56.887 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-08T01:54:56.887 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-08T01:54:56.887 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-08T01:54:56.887 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: }, 2023-11-08T01:54:56.887 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "pgmap": { 2023-11-08T01:54:56.888 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-08T01:54:56.888 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-08T01:54:56.888 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-08T01:54:56.888 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-08T01:54:56.888 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-08T01:54:56.889 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-08T01:54:56.889 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-08T01:54:56.889 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-08T01:54:56.889 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: }, 2023-11-08T01:54:56.889 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "fsmap": { 2023-11-08T01:54:56.890 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T01:54:56.890 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-08T01:54:56.890 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-08T01:54:56.890 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: }, 2023-11-08T01:54:56.890 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-08T01:54:56.890 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "available": true, 2023-11-08T01:54:56.891 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-08T01:54:56.891 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "modules": [ 2023-11-08T01:54:56.891 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "iostat", 2023-11-08T01:54:56.891 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "nfs", 2023-11-08T01:54:56.891 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "restful" 2023-11-08T01:54:56.892 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: ], 2023-11-08T01:54:56.892 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "services": {} 2023-11-08T01:54:56.892 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: }, 2023-11-08T01:54:56.892 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "servicemap": { 2023-11-08T01:54:56.892 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T01:54:56.893 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "modified": "2023-11-08T01:54:43.055505+0000", 2023-11-08T01:54:56.893 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "services": {} 2023-11-08T01:54:56.893 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: }, 2023-11-08T01:54:56.893 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-08T01:54:56.893 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: } 2023-11-08T01:54:57.263 INFO:teuthology.orchestra.run.smithi001.stderr:mgr is available 2023-11-08T01:54:57.888 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: 2023-11-08T01:54:57.888 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: [global] 2023-11-08T01:54:57.888 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: fsid = af795e7c-7dd9-11ee-8dbb-212e2dc638e7 2023-11-08T01:54:57.888 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-11-08T01:54:57.889 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-11-08T01:54:57.889 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-11-08T01:54:57.889 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-11-08T01:54:57.889 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: 2023-11-08T01:54:57.889 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: [mgr] 2023-11-08T01:54:57.890 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-11-08T01:54:57.890 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: 2023-11-08T01:54:57.890 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: [osd] 2023-11-08T01:54:57.890 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-11-08T01:54:57.890 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-11-08T01:54:58.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:57 smithi001 conmon[82545]: cluster 2023-11-08T01:54:56.874121+0000 2023-11-08T01:54:58.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:57 smithi001 conmon[82545]: mon.smithi001 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi001.qhtxni(active, since 1.00552s) 2023-11-08T01:54:58.207 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:57 smithi001 conmon[82545]: audit 2023-11-08T01:54:56.875521+0000 mon.smithi001 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.1:0/3739346036' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-08T01:54:58.300 INFO:teuthology.orchestra.run.smithi001.stderr:Enabling cephadm module... 2023-11-08T01:54:59.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:58 smithi001 conmon[82545]: audit 2023-11-08T01:54:57.885879+0000 mon.smithi001 ( 2023-11-08T01:54:59.207 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:58 smithi001 conmon[82545]: mon.0) 24 : audit [INF] from='client.? 172.21.15.1:0/927918611' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-08T01:55:00.131 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:59 smithi001 conmon[82545]: cluster 2023-11-08T01:54:58.875165+0000 mon.smithi001 (mon.0) 25 : cluster 2023-11-08T01:55:00.132 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:59 smithi001 conmon[82545]: [DBG] mgrmap e4: smithi001.qhtxni(active, since 3s) 2023-11-08T01:55:00.132 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:54:59 smithi001 conmon[82545]: audit 2023-11-08T01:54:58.972431+0000 mon.smithi001 (mon.0) 26 : audit [INF] from='client.? 172.21.15.1:0/1853878199' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-11-08T01:55:00.917 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: { 2023-11-08T01:55:00.917 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "epoch": 5, 2023-11-08T01:55:00.918 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "available": true, 2023-11-08T01:55:00.918 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "active_name": "smithi001.qhtxni", 2023-11-08T01:55:00.919 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-08T01:55:00.919 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: } 2023-11-08T01:55:01.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:00 smithi001 conmon[82545]: audit 2023-11-08T01:54:59.877369+0000 mon.smithi001 2023-11-08T01:55:01.207 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:00 smithi001 conmon[82545]: (mon.0) 27 : audit [INF] from='client.? 172.21.15.1:0/1853878199' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-11-08T01:55:01.207 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:00 smithi001 conmon[82545]: cluster 2023-11-08T01:54:59.877448+0000 mon.smithi001 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi001.qhtxni(active, since 4s) 2023-11-08T01:55:01.373 INFO:teuthology.orchestra.run.smithi001.stderr:Waiting for the mgr to restart... 2023-11-08T01:55:01.374 INFO:teuthology.orchestra.run.smithi001.stderr:Waiting for mgr epoch 5... 2023-11-08T01:55:02.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:01 smithi001 conmon[82545]: audit 2023-11-08T01:55:00.915740+0000 mon.smithi001 ( 2023-11-08T01:55:02.207 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:01 smithi001 conmon[82545]: mon.0) 29 : audit [DBG] from='client.? 172.21.15.1:0/230978798' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-08T01:55:05.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:05 smithi001 conmon[82545]: cluster 2023-11-08T01:55:05.499460+0000 mon.smithi001 2023-11-08T01:55:05.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:05 smithi001 conmon[82545]: (mon.0) 30 : cluster [INF] Active manager daemon smithi001.qhtxni restarted 2023-11-08T01:55:05.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:05 smithi001 conmon[82545]: cluster 2023-11-08T01:55:05.499684+0000 mon.smithi001 (mon.0) 31 : cluster [INF] Activating manager daemon smithi001.qhtxni 2023-11-08T01:55:05.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:05 smithi001 conmon[82545]: cluster 2023-11-08T01:55:05.502431+0000 mon.smithi001 (mon. 2023-11-08T01:55:05.958 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:05 smithi001 conmon[82545]: 0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-11-08T01:55:05.958 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:05 smithi001 conmon[82545]: cluster 2023-11-08T01:55:05.958 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:05 smithi001 conmon[82545]: 2023-11-08T01:55:05.502574+0000 mon.smithi001 (mon.0) 33 : cluster 2023-11-08T01:55:05.958 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:05 smithi001 conmon[82545]: [DBG] mgrmap e6: smithi001.qhtxni(active, starting, since 0.0029662s) 2023-11-08T01:55:05.958 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:05 smithi001 conmon[82545]: audit 2023-11- 2023-11-08T01:55:05.959 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:05 smithi001 conmon[82545]: 08T01:55:05.503320+0000 mon.smithi001 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.1:0/517150306' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "mon metadata", "id": "smithi001"}]: dispatch 2023-11-08T01:55:05.959 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:05 smithi001 conmon[82545]: audit 2023-11- 2023-11-08T01:55:05.959 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:05 smithi001 conmon[82545]: 08T01:55:05.504017+0000 mon.smithi001 (mon.0) 35 : 2023-11-08T01:55:05.959 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:05 smithi001 conmon[82545]: audit [DBG] from='mgr.14116 172.21.15.1:0/517150306' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "mgr metadata", "who": "smithi001.qhtxni", "id": "smithi001.qhtxni"}]: dispatch 2023-11-08T01:55:05.959 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:05 smithi001 conmon[82545]: audit 2023-11-08T01:55:05.960 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:05 smithi001 conmon[82545]: 2023-11-08T01:55:05.504647+0000 mon.smithi001 (mon.0) 36 : audit [DBG] 2023-11-08T01:55:05.960 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:05 smithi001 conmon[82545]: from='mgr.14116 172.21.15.1:0/517150306' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-08T01:55:05.960 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:05 smithi001 conmon[82545]: audit 2023-11- 2023-11-08T01:55:05.960 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:05 smithi001 conmon[82545]: 08T01:55:05.504816+0000 mon.smithi001 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.1:0/517150306' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-08T01:55:05.960 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:05 smithi001 conmon[82545]: audit 2023-11-08T01:55:05. 2023-11-08T01:55:05.961 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:05 smithi001 conmon[82545]: 504961+0000 mon.smithi001 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.1:0/517150306' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-08T01:55:05.961 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:05 smithi001 conmon[82545]: cluster 2023-11-08T01:55:05 2023-11-08T01:55:05.961 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:05 smithi001 conmon[82545]: .518189+0000 mon.smithi001 (mon.0) 39 : cluster [INF] Manager daemon smithi001.qhtxni is now available 2023-11-08T01:55:05.961 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:05 smithi001 conmon[82545]: audit 2023-11-08T01:55: 2023-11-08T01:55:05.961 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:05 smithi001 conmon[82545]: 05.530732+0000 mon.smithi001 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.1:0/517150306' entity='mgr.smithi001.qhtxni' 2023-11-08T01:55:06.512 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: { 2023-11-08T01:55:06.513 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-11-08T01:55:06.513 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "initialized": true 2023-11-08T01:55:06.513 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: } 2023-11-08T01:55:06.873 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:06 smithi001 conmon[82545]: cephadm 2023-11-08T01:55:05.528233+0000 mgr.smithi001.qhtxni (mgr 2023-11-08T01:55:06.874 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:06 smithi001 conmon[82545]: .14116) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2023-11-08T01:55:06.874 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:06 smithi001 conmon[82545]: audit 2023-11-08T01:55:05.621032+0000 mon.smithi001 (mon.0) 41 : audit [INF] 2023-11-08T01:55:06.874 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:06 smithi001 conmon[82545]: from='mgr.14116 172.21.15.1:0/517150306' entity='mgr.smithi001.qhtxni' 2023-11-08T01:55:06.874 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:06 smithi001 conmon[82545]: audit 2023-11-08T01:55:05. 2023-11-08T01:55:06.875 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:06 smithi001 conmon[82545]: 622068+0000 mon.smithi001 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.1:0/517150306' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T01:55:06.875 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:06 smithi001 conmon[82545]: audit 2023-11-08T01:55:05.623445 2023-11-08T01:55:06.875 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:06 smithi001 conmon[82545]: +0000 mon.smithi001 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.1:0/517150306' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T01:55:06.875 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:06 smithi001 conmon[82545]: audit 2023-11-08 2023-11-08T01:55:06.875 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:06 smithi001 conmon[82545]: T01:55:05.625066+0000 mon.smithi001 (mon.0) 44 2023-11-08T01:55:06.876 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:06 smithi001 conmon[82545]: : audit [DBG] from='mgr.14116 172.21.15.1:0/517150306' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T01:55:06.876 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:06 smithi001 conmon[82545]: audit 2023-11-08T01:55:06.876 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:06 smithi001 conmon[82545]: 2023-11-08T01:55:05.638040+0000 mon.smithi001 (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.1:0/517150306' entity='mgr.smithi001.qhtxni' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi001.qhtxni/mirror_snapshot_schedule"}]: dispatch 2023-11-08T01:55:06.876 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:06 smithi001 conmon[82545]: audit 2023-11-08T01 2023-11-08T01:55:06.876 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:06 smithi001 conmon[82545]: :55:05.640762+0000 mon.smithi001 (mon.0) 46 : audit 2023-11-08T01:55:06.877 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:06 smithi001 conmon[82545]: [INF] from='mgr.14116 172.21.15.1:0/517150306' entity='mgr.smithi001.qhtxni' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi001.qhtxni/trash_purge_schedule"}]: dispatch 2023-11-08T01:55:06.877 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:06 smithi001 conmon[82545]: cluster 2023-11-08T01:55:06.505449+0000 2023-11-08T01:55:06.877 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:06 smithi001 conmon[82545]: mon.smithi001 (mon.0) 47 : cluster [DBG] mgrmap e7: smithi001.qhtxni(active, since 1.00584s) 2023-11-08T01:55:06.915 INFO:teuthology.orchestra.run.smithi001.stderr:mgr epoch 5 is available 2023-11-08T01:55:06.916 INFO:teuthology.orchestra.run.smithi001.stderr:Setting orchestrator backend to cephadm... 2023-11-08T01:55:07.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:07 smithi001 conmon[82545]: audit 2023-11-08T01:55:06.504569+0000 mgr.smithi001.qhtxni 2023-11-08T01:55:07.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:07 smithi001 conmon[82545]: (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-08T01:55:07.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:07 smithi001 conmon[82545]: audit 2023-11-08T01:55:06.511598+0000 mgr.smithi001.qhtxni (mgr.14116) 3 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-08T01:55:07.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:07 smithi001 conmon[82545]: audit 2023-11-08T01:55:07.586487+0000 mon.smithi001 (mon.0) 48 : audit [INF] from='mgr.14116 172.21.15.1:0/517150306' entity='mgr.smithi001.qhtxni' 2023-11-08T01:55:07.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:07 smithi001 conmon[82545]: audit 2023-11-08T01:55:07 2023-11-08T01:55:07.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:07 smithi001 conmon[82545]: .595991+0000 mon.smithi001 (mon.0) 49 : audit [DBG] from='mgr.14116 172.21.15.1:0/517150306' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T01:55:08.596 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: value unchanged 2023-11-08T01:55:08.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:08 smithi001 conmon[82545]: audit 2023-11-08T01:55:07.582538+0000 mgr.smithi001.qhtxni (mgr.14116) 4 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:55:08.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:08 smithi001 conmon[82545]: cluster 2023-11-08T01:55:07.622879+0000 mon.smithi001 (mon.0) 50 : cluster [DBG] mgrmap e8: smithi001.qhtxni(active, since 2s) 2023-11-08T01:55:08.993 INFO:teuthology.orchestra.run.smithi001.stderr:Generating ssh key... 2023-11-08T01:55:09.891 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:09 smithi001 conmon[82545]: audit 2023-11-08T01:55:08.595004+0000 mgr.smithi001.qhtxni 2023-11-08T01:55:09.891 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:09 smithi001 conmon[82545]: (mgr.14116) 5 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:55:11.020 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC5WbpwqKEWlyS7WjQc2Ep7gkQGgweIQUk/m0mGoXOZllepau10GE+xqBaWiRkgEiBp/neb9Aa58Ofz/hjxMj1rWR95qDZTXcupc3NkVWh4RcPzmvxt0iB3m3LWmaX2cPxrV/nOCzVrnpol86fHUktR/tFFerGaL8rw5SK3Rt4ZzMKG2hkJONZmje/118/OqlcEmOFKmeYkuzkdB6tPIBtcjTJolwZHhiO3EnqvafZfNFoDbU6VSrxYgLy9qv682ABdagryzRP2T3/0SUbHQ2dPGbOdV3Uwc1RSMs8i4DMR88jGxnRvDi7O9RY6+i9ebE4Kq/8/TurL4teixuxGrKH+a8j6wzaqHBK7A7oPoQKaHl8J0hJphV1dBA3L9/cUXbs5TOhjv0+Qc37Pe+z/mfVuxo5sqtUs0WO5LFeb7KSlh3eTH4l1Q56nSkXkoTIg3IIEoDhHQ7cyY0nEW2ct5wSFUhIC1jhLxNcQDgx6Hbe+h48QWo6lP/K2kIL1P5XRUKM= ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7 2023-11-08T01:55:11.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:10 smithi001 conmon[82545]: audit 2023-11-08T01:55:09.630856+0000 mgr.smithi001.qhtxni (mgr.14116) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:55:11.207 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:10 smithi001 conmon[82545]: cephadm 2023-11-08T01:55:09.631061+0000 mgr.smithi001.qhtxni (mgr.14116) 7 : cephadm [INF] Generating ssh key... 2023-11-08T01:55:11.207 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:10 smithi001 conmon[82545]: audit 2023-11-08T01:55:09.857443+0000 mon.smithi001 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.1:0/517150306' entity='mgr.smithi001.qhtxni' 2023-11-08T01:55:11.207 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:10 smithi001 conmon[82545]: audit 2023-11-08T01:55:09.859134+0000 mon.smithi001 (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.1:0/517150306' entity='mgr.smithi001.qhtxni' 2023-11-08T01:55:11.466 INFO:teuthology.orchestra.run.smithi001.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-11-08T01:55:11.466 INFO:teuthology.orchestra.run.smithi001.stderr:Adding key to root@localhost authorized_keys... 2023-11-08T01:55:11.467 INFO:teuthology.orchestra.run.smithi001.stderr:Adding host smithi001... 2023-11-08T01:55:12.223 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:11 smithi001 conmon[82545]: audit 2023-11-08T01:55:11.019504+0000 mgr.smithi001.qhtxni (mgr. 2023-11-08T01:55:12.223 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:11 smithi001 conmon[82545]: 14116) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:55:12.843 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: Added host 'smithi001' with addr '172.21.15.1' 2023-11-08T01:55:13.304 INFO:teuthology.orchestra.run.smithi001.stderr:Deploying mon service with default placement... 2023-11-08T01:55:14.052 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: Scheduled mon update... 2023-11-08T01:55:14.110 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:13 smithi001 conmon[82545]: audit 2023-11-08T01:55:12.103009+0000 mgr.smithi001.qhtxni (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi001", "addr": "172.21.15.1", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:55:14.111 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:13 smithi001 conmon[82545]: audit 2023-11-08T01:55:12.841425+0000 mon.smithi001 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.1:0/517150306' entity='mgr.smithi001.qhtxni' 2023-11-08T01:55:14.111 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:13 smithi001 conmon[82545]: cephadm 2023-11-08T01:55:12.841752+0000 mgr.smithi001.qhtxni (mgr.14116) 10 : cephadm [INF] Added host smithi001 2023-11-08T01:55:14.111 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:13 smithi001 conmon[82545]: audit 2023-11-08T01:55:12.869675+0000 mon.smithi001 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.1:0/517150306' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T01:55:14.541 INFO:teuthology.orchestra.run.smithi001.stderr:Deploying mgr service with default placement... 2023-11-08T01:55:15.098 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:15 smithi001 conmon[82545]: audit 2023-11-08T01:55:14.048246+0000 mgr.smithi001.qhtxni ( 2023-11-08T01:55:15.099 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:15 smithi001 conmon[82545]: mgr.14116) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:55:15.099 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:15 smithi001 conmon[82545]: cephadm 2023-11-08T01:55:14.049449+0000 mgr.smithi001.qhtxni (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2023-11-08T01:55:15.099 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:15 smithi001 conmon[82545]: audit 2023-11-08T01:55:14.051625+0000 mon.smithi001 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.1:0/517150306' entity='mgr.smithi001.qhtxni' 2023-11-08T01:55:15.100 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:15 smithi001 conmon[82545]: audit 2023-11-08T01:55:14.771188+0000 mon.smithi001 (mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.1:0/517150306' entity='mgr.smithi001.qhtxni' 2023-11-08T01:55:15.948 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-11-08T01:55:16.332 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:16 smithi001 conmon[82545]: audit 2023-11-08T01:55: 2023-11-08T01:55:16.333 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:16 smithi001 conmon[82545]: 15.134339+0000 mon.smithi001 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.1:0/517150306' entity='mgr.smithi001.qhtxni' 2023-11-08T01:55:16.333 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:16 smithi001 conmon[82545]: audit 2023-11-08T01:55:15.947313+0000 mon.smithi001 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.1:0/517150306' entity='mgr.smithi001.qhtxni' 2023-11-08T01:55:16.420 INFO:teuthology.orchestra.run.smithi001.stderr:Deploying crash service with default placement... 2023-11-08T01:55:17.339 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: Scheduled crash update... 2023-11-08T01:55:17.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:17 smithi001 conmon[82545]: audit 2023-11-08T01:55:15.944382+0000 mgr.smithi001.qhtxni ( 2023-11-08T01:55:17.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:17 smithi001 conmon[82545]: mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:55:17.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:17 smithi001 conmon[82545]: cephadm 2023-11-08T01:55:15.945215+0000 mgr.smithi001.qhtxni (mgr.14116) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2023-11-08T01:55:17.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:17 smithi001 conmon[82545]: audit 2023-11-08T01:55:17.016743+0000 mon.smithi001 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.1:0/517150306' entity='mgr.smithi001.qhtxni' 2023-11-08T01:55:17.758 INFO:teuthology.orchestra.run.smithi001.stderr:Deploying prometheus service with default placement... 2023-11-08T01:55:18.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:18 smithi001 conmon[82545]: audit 2023-11-08T01:55:17.334690+0000 mgr.smithi001.qhtxni (mgr.14116) 15 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:55:18.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:18 smithi001 conmon[82545]: cephadm 2023-11-08T01:55:17.336071+0000 mgr.smithi001.qhtxni (mgr.14116) 16 : cephadm [INF] Saving service crash spec with placement * 2023-11-08T01:55:18.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:18 smithi001 conmon[82545]: audit 2023-11-08T01:55:17.338248+0000 mon.smithi001 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.1:0/517150306' entity='mgr.smithi001.qhtxni' 2023-11-08T01:55:18.723 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-11-08T01:55:19.199 INFO:teuthology.orchestra.run.smithi001.stderr:Deploying grafana service with default placement... 2023-11-08T01:55:19.874 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-11-08T01:55:20.058 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:19 smithi001 conmon[82545]: audit 2023-11-08T01:55:18.719661+0000 mgr.smithi001.qhtxni (mgr.14116) 17 : audit 2023-11-08T01:55:20.058 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:19 smithi001 conmon[82545]: [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:55:20.059 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:19 smithi001 conmon[82545]: cephadm 2023-11-08T01:55:18.720504+0000 mgr.smithi001.qhtxni (mgr.14116) 18 : cephadm [INF] Saving service prometheus spec with placement count:1 2023-11-08T01:55:20.059 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:19 smithi001 conmon[82545]: audit 2023-11-08T01:55:18.722600+0000 mon.smithi001 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.1:0/517150306' entity='mgr.smithi001.qhtxni' 2023-11-08T01:55:20.234 INFO:teuthology.orchestra.run.smithi001.stderr:Deploying node-exporter service with default placement... 2023-11-08T01:55:20.855 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-11-08T01:55:21.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:20 smithi001 conmon[82545]: audit 2023-11-08T01:55:19.870589+0000 mgr.smithi001.qhtxni 2023-11-08T01:55:21.207 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:20 smithi001 conmon[82545]: (mgr.14116) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:55:21.207 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:20 smithi001 conmon[82545]: cephadm 2023-11-08T01:55:19.871416+0000 mgr.smithi001.qhtxni (mgr.14116) 20 : cephadm [INF] Saving service grafana spec with placement count:1 2023-11-08T01:55:21.207 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:20 smithi001 conmon[82545]: audit 2023-11-08T01 2023-11-08T01:55:21.207 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:20 smithi001 conmon[82545]: :55:19.873554+0000 mon.smithi001 ( 2023-11-08T01:55:21.208 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:20 smithi001 conmon[82545]: mon.0) 62 : audit [INF] 2023-11-08T01:55:21.208 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:20 smithi001 conmon[82545]: from='mgr.14116 172.21.15.1:0/517150306' entity='mgr.smithi001.qhtxni' 2023-11-08T01:55:21.208 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:20 smithi001 conmon[82545]: audit 2023 2023-11-08T01:55:21.208 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:20 smithi001 conmon[82545]: -11-08T01:55:20 2023-11-08T01:55:21.208 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:20 smithi001 conmon[82545]: .854482+0000 mon.smithi001 (mon.0 2023-11-08T01:55:21.208 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:20 smithi001 conmon[82545]: ) 63 : audit [INF] from='mgr.14116 172.21.15.1:0/517150306' entity='mgr.smithi001.qhtxni' 2023-11-08T01:55:21.269 INFO:teuthology.orchestra.run.smithi001.stderr:Deploying alertmanager service with default placement... 2023-11-08T01:55:21.970 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-11-08T01:55:22.157 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:21 smithi001 conmon[82545]: audit 2023-11-08T01:55:20.851410+0000 mgr.smithi001.qhtxni (mgr. 2023-11-08T01:55:22.158 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:21 smithi001 conmon[82545]: 14116) 21 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:55:22.158 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:21 smithi001 conmon[82545]: cephadm 2023-11-08T01:55:20.852282+0000 mgr.smithi001.qhtxni (mgr.14116) 22 : cephadm [INF] Saving service node-exporter spec with placement * 2023-11-08T01:55:23.250 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:22 smithi001 conmon[82545]: audit 2023-11-08T01:55:21.966809+0000 mgr.smithi001.qhtxni ( 2023-11-08T01:55:23.250 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:22 smithi001 conmon[82545]: mgr.14116) 23 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:55:23.250 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:22 smithi001 conmon[82545]: cephadm 2023-11-08T01:55:21.967665+0000 mgr.smithi001.qhtxni (mgr. 2023-11-08T01:55:23.250 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:22 smithi001 conmon[82545]: 14116) 24 : cephadm [INF] Saving service alertmanager spec with placement count:1 2023-11-08T01:55:23.251 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:22 smithi001 conmon[82545]: audit 2023-11-08T01:55:21.969742 2023-11-08T01:55:23.251 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:22 smithi001 conmon[82545]: +0000 mon.smithi001 (mon.0) 64 : audit [INF] from='mgr.14116 172.21.15.1:0/517150306' entity='mgr.smithi001.qhtxni' 2023-11-08T01:55:24.301 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:24 smithi001 conmon[82545]: audit 2023-11-08T01:55:23 2023-11-08T01:55:24.302 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:24 smithi001 conmon[82545]: .026788+0000 mon.smithi001 (mon.0) 65 : audit [INF] from='client.? 172.21.15.1:0/3001028232' entity='client.admin' 2023-11-08T01:55:24.477 INFO:teuthology.orchestra.run.smithi001.stderr:Enabling the dashboard module... 2023-11-08T01:55:25.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:25 smithi001 conmon[82545]: audit 2023-11-08T01:55: 2023-11-08T01:55:25.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:25 smithi001 conmon[82545]: 24.107161+0000 mon.smithi001 (mon.0) 66 : audit [INF] from='client.? 172.21.15.1:0/2310625353' entity='client.admin' 2023-11-08T01:55:26.374 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:26 smithi001 conmon[82545]: audit 2023-11-08T01:55:25.164653+0000 2023-11-08T01:55:26.374 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:26 smithi001 conmon[82545]: mon.smithi001 (mon.0) 67 : audit [INF] from='client.? 172.21.15.1:0/3524282417' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-11-08T01:55:26.374 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:26 smithi001 conmon[82545]: cluster 2023-11-08T 2023-11-08T01:55:26.375 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:26 smithi001 conmon[82545]: 01:55:25.506070+0000 mgr.smithi001.qhtxni (mgr.14116) 25 : cluster [DBG] 2023-11-08T01:55:26.375 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:26 smithi001 conmon[82545]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:55:27.208 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: { 2023-11-08T01:55:27.208 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "epoch": 9, 2023-11-08T01:55:27.208 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "available": true, 2023-11-08T01:55:27.209 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "active_name": "smithi001.qhtxni", 2023-11-08T01:55:27.209 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-08T01:55:27.209 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: } 2023-11-08T01:55:27.423 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:27 smithi001 conmon[82545]: audit 2023-11-08T01:55:26.111157+0000 mon.smithi001 (mon.0) 68 : 2023-11-08T01:55:27.424 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:27 smithi001 conmon[82545]: audit [INF] from='client.? 172.21.15.1:0/3524282417' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-11-08T01:55:27.424 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:27 smithi001 conmon[82545]: cluster 2023-11-08T01:55:26.111260+0000 mon.smithi001 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi001.qhtxni(active, since 20s) 2023-11-08T01:55:27.652 INFO:teuthology.orchestra.run.smithi001.stderr:Waiting for the mgr to restart... 2023-11-08T01:55:27.652 INFO:teuthology.orchestra.run.smithi001.stderr:Waiting for mgr epoch 9... 2023-11-08T01:55:28.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:28 smithi001 conmon[82545]: audit 2023-11-08T01:55:27.207038+0000 mon.smithi001 (mon.0) 70 : audit 2023-11-08T01:55:28.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:28 smithi001 conmon[82545]: [DBG] from='client.? 172.21.15.1:0/1890877907' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-08T01:55:32.207 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:31 smithi001 conmon[82545]: cluster 2023-11-08T01:55:31.734534+0000 mon.smithi001 2023-11-08T01:55:32.207 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:31 smithi001 conmon[82545]: (mon.0) 71 : cluster [INF] Active manager daemon smithi001.qhtxni restarted 2023-11-08T01:55:32.207 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:31 smithi001 conmon[82545]: cluster 2023-11-08T01:55:31.734864+0000 mon.smithi001 (mon.0) 72 : cluster [INF] Activating manager daemon smithi001.qhtxni 2023-11-08T01:55:32.208 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:31 smithi001 conmon[82545]: cluster 2023-11-08T01:55:31.737832 2023-11-08T01:55:32.208 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:31 smithi001 conmon[82545]: +0000 mon.smithi001 (mon.0) 73 : cluster [DBG] 2023-11-08T01:55:32.208 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:31 smithi001 conmon[82545]: osdmap e3: 0 total, 0 up, 0 in 2023-11-08T01:55:32.209 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:31 smithi001 conmon[82545]: cluster 2023-11-08T01:55:32.209 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:31 smithi001 conmon[82545]: 2023-11-08T01:55:31.737978+0000 2023-11-08T01:55:32.209 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:31 smithi001 conmon[82545]: mon.smithi001 (mon.0) 74 : cluster [DBG] 2023-11-08T01:55:32.209 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:31 smithi001 conmon[82545]: mgrmap e10: smithi001.qhtxni(active, starting, since 0.00323327s) 2023-11-08T01:55:32.209 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:31 smithi001 conmon[82545]: audit 2023-11-08T01:55:32.210 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:31 smithi001 conmon[82545]: 2023-11-08T01:55:31.739088+0000 mon.smithi001 ( 2023-11-08T01:55:32.210 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:31 smithi001 conmon[82545]: mon.0) 75 : audit [DBG] from='mgr.14156 172.21.15.1:0/3598856618' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "mon metadata", "id": "smithi001"}]: dispatch 2023-11-08T01:55:32.210 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:31 smithi001 conmon[82545]: audit 2023-11- 2023-11-08T01:55:32.210 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:31 smithi001 conmon[82545]: 08T01:55:31.739764+0000 mon.smithi001 ( 2023-11-08T01:55:32.211 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:31 smithi001 conmon[82545]: mon.0) 76 : audit [DBG] from='mgr.14156 172.21.15.1:0/3598856618' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "mgr metadata", "who": "smithi001.qhtxni", "id": "smithi001.qhtxni"}]: dispatch 2023-11-08T01:55:32.211 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:31 smithi001 conmon[82545]: audit 2023- 2023-11-08T01:55:32.211 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:31 smithi001 conmon[82545]: 11-08T01:55:31.740540+0000 2023-11-08T01:55:32.211 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:31 smithi001 conmon[82545]: mon.smithi001 (mon.0) 77 : audit [DBG] 2023-11-08T01:55:32.211 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:31 smithi001 conmon[82545]: from='mgr.14156 172.21.15.1:0/3598856618' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-08T01:55:32.211 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:31 smithi001 conmon[82545]: audit 2023-11-08T01:55:32.212 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:31 smithi001 conmon[82545]: 2023-11-08T01:55:31.740705+0000 mon.smithi001 ( 2023-11-08T01:55:32.212 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:31 smithi001 conmon[82545]: mon.0) 78 : audit [DBG] from='mgr.14156 172.21.15.1:0/3598856618' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-08T01:55:32.212 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:31 smithi001 conmon[82545]: audit 2023-11- 2023-11-08T01:55:32.213 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:31 smithi001 conmon[82545]: 08T01:55:31.740843+0000 mon.smithi001 ( 2023-11-08T01:55:32.213 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:31 smithi001 conmon[82545]: mon.0) 79 : audit [DBG] from='mgr.14156 172.21.15.1:0/3598856618' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-08T01:55:32.213 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:31 smithi001 conmon[82545]: cluster 2023-11 2023-11-08T01:55:32.214 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:31 smithi001 conmon[82545]: -08T01:55:31.754058+0000 2023-11-08T01:55:32.214 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:31 smithi001 conmon[82545]: mon.smithi001 (mon.0) 80 : cluster [INF] Manager daemon smithi001.qhtxni is now available 2023-11-08T01:55:32.215 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:31 smithi001 conmon[82545]: 2023-11-08T01:55:32.747 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: { 2023-11-08T01:55:32.747 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-11-08T01:55:32.747 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: "initialized": true 2023-11-08T01:55:32.748 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: } 2023-11-08T01:55:33.093 INFO:teuthology.orchestra.run.smithi001.stderr:mgr epoch 9 is available 2023-11-08T01:55:33.094 INFO:teuthology.orchestra.run.smithi001.stderr:Generating a dashboard self-signed certificate... 2023-11-08T01:55:33.116 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:32 smithi001 conmon[82545]: audit 2023-11-08T01:55:31.854898+0000 mon.smithi001 (mon.0) 81 : audit [DBG] from='mgr.14156 172.21.15.1:0/3598856618' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T01:55:33.116 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:32 smithi001 conmon[82545]: audit 2023-11-08T01:55:31.856352+0000 mon.smithi001 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.1:0/3598856618' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T01:55:33.117 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:32 smithi001 conmon[82545]: audit 2023-11-08T01:55:31.880730+0000 mon.smithi001 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.1:0/3598856618' entity='mgr.smithi001.qhtxni' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi001.qhtxni/mirror_snapshot_schedule"}]: dispatch 2023-11-08T01:55:33.117 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:32 smithi001 conmon[82545]: audit 2023-11-08T01:55:31.884001+0000 mon.smithi001 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.1:0/3598856618' entity='mgr.smithi001.qhtxni' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi001.qhtxni/trash_purge_schedule"}]: dispatch 2023-11-08T01:55:33.117 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:32 smithi001 conmon[82545]: cluster 2023-11-08T01:55:32.739769+0000 mon.smithi001 (mon.0) 85 : cluster [DBG] mgrmap e11: smithi001.qhtxni(active, since 1.00503s) 2023-11-08T01:55:33.934 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: Self-signed certificate created 2023-11-08T01:55:34.132 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:33 smithi001 conmon[82545]: audit 2023-11-08T01:55:32.739189+0000 mgr.smithi001.qhtxni (mgr.14156) 1 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-08T01:55:34.132 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:33 smithi001 conmon[82545]: audit 2023-11-08T01:55:32.745765+0000 mgr.smithi001.qhtxni (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-08T01:55:34.330 INFO:teuthology.orchestra.run.smithi001.stderr:Creating initial admin user... 2023-11-08T01:55:35.131 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:34 smithi001 conmon[82545]: audit 2023-11-08T01: 2023-11-08T01:55:35.131 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:34 smithi001 conmon[82545]: 55:33.767680+0000 mgr.smithi001.qhtxni (mgr.14156) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:55:35.131 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:34 smithi001 conmon[82545]: audit 2023-11-08T01:55:33.879072+0000 mon.smithi001 (mon.0) 86 : audit [INF] from='mgr.14156 172.21.15.1:0/3598856618' entity='mgr.smithi001.qhtxni' 2023-11-08T01:55:35.132 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:34 smithi001 conmon[82545]: audit 2023-11-08T01:55:33.931105+0000 mon.smithi001 (mon.0) 87 : audit [INF] from='mgr.14156 172.21.15.1:0/3598856618' entity='mgr.smithi001.qhtxni' 2023-11-08T01:55:35.132 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:34 smithi001 conmon[82545]: audit 2023-11-08T01:55:33.933174+0000 mon.smithi001 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.1:0/3598856618' entity='mgr.smithi001.qhtxni' 2023-11-08T01:55:35.132 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:34 smithi001 conmon[82545]: cluster 2023-11-08T01:55:34.405090+0000 mon.smithi001 (mon.0) 89 : cluster [DBG] mgrmap e12: smithi001.qhtxni(active, since 2s) 2023-11-08T01:55:35.255 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$BfyJ6uMbyagjwprZW.YjEetiBLdtVqjXeHA7BLusIpLAc7LEn2KIu", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1699408535, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-11-08T01:55:35.667 INFO:teuthology.orchestra.run.smithi001.stderr:Fetching dashboard port number... 2023-11-08T01:55:36.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:35 smithi001 conmon[82545]: audit 2023-11-08T01:55:35.009133+0000 mgr.smithi001.qhtxni (mgr.14156) 4 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:55:36.207 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:35 smithi001 conmon[82545]: audit 2023-11-08T01:55:35.254821+0000 mon.smithi001 (mon.0) 90 : audit [INF] from='mgr.14156 172.21.15.1:0/3598856618' entity='mgr.smithi001.qhtxni' 2023-11-08T01:55:36.315 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: 8443 2023-11-08T01:55:36.815 INFO:teuthology.orchestra.run.smithi001.stderr:systemctl: disabled 2023-11-08T01:55:36.818 INFO:teuthology.orchestra.run.smithi001.stderr:systemctl: inactive 2023-11-08T01:55:36.819 INFO:teuthology.orchestra.run.smithi001.stderr:firewalld.service is not enabled 2023-11-08T01:55:36.820 INFO:teuthology.orchestra.run.smithi001.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-11-08T01:55:36.822 INFO:teuthology.orchestra.run.smithi001.stderr:Ceph Dashboard is now available at: 2023-11-08T01:55:36.822 INFO:teuthology.orchestra.run.smithi001.stderr: 2023-11-08T01:55:36.822 INFO:teuthology.orchestra.run.smithi001.stderr: URL: https://smithi001.front.sepia.ceph.com:8443/ 2023-11-08T01:55:36.823 INFO:teuthology.orchestra.run.smithi001.stderr: User: admin 2023-11-08T01:55:36.823 INFO:teuthology.orchestra.run.smithi001.stderr: Password: 74gcq7g7oo 2023-11-08T01:55:36.823 INFO:teuthology.orchestra.run.smithi001.stderr: 2023-11-08T01:55:36.824 INFO:teuthology.orchestra.run.smithi001.stderr:Enabling autotune for osd_memory_target 2023-11-08T01:55:37.074 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:36 smithi001 conmon[82545]: audit 2023-11-08T01:55 2023-11-08T01:55:37.074 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:36 smithi001 conmon[82545]: :36.315013+0000 mon.smithi001 (mon.0) 91 : audit [DBG] from='client.? 172.21.15.1:0/910413682' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-11-08T01:55:38.608 INFO:teuthology.orchestra.run.smithi001.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-11-08T01:55:38.994 INFO:teuthology.orchestra.run.smithi001.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-11-08T01:55:38.995 INFO:teuthology.orchestra.run.smithi001.stderr: 2023-11-08T01:55:38.995 INFO:teuthology.orchestra.run.smithi001.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-11-08T01:55:38.995 INFO:teuthology.orchestra.run.smithi001.stderr: 2023-11-08T01:55:38.995 INFO:teuthology.orchestra.run.smithi001.stderr:Or, if you are only running a single cluster on this host: 2023-11-08T01:55:38.996 INFO:teuthology.orchestra.run.smithi001.stderr: 2023-11-08T01:55:38.996 INFO:teuthology.orchestra.run.smithi001.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2023-11-08T01:55:38.996 INFO:teuthology.orchestra.run.smithi001.stderr: 2023-11-08T01:55:38.996 INFO:teuthology.orchestra.run.smithi001.stderr:Please consider enabling telemetry to help improve Ceph: 2023-11-08T01:55:38.996 INFO:teuthology.orchestra.run.smithi001.stderr: 2023-11-08T01:55:38.996 INFO:teuthology.orchestra.run.smithi001.stderr: ceph telemetry on 2023-11-08T01:55:38.997 INFO:teuthology.orchestra.run.smithi001.stderr: 2023-11-08T01:55:38.997 INFO:teuthology.orchestra.run.smithi001.stderr:For more information see: 2023-11-08T01:55:38.997 INFO:teuthology.orchestra.run.smithi001.stderr: 2023-11-08T01:55:38.997 INFO:teuthology.orchestra.run.smithi001.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2023-11-08T01:55:38.998 INFO:teuthology.orchestra.run.smithi001.stderr: 2023-11-08T01:55:38.998 INFO:teuthology.orchestra.run.smithi001.stderr:Bootstrap complete. 2023-11-08T01:55:39.030 INFO:tasks.cephadm:Fetching config... 2023-11-08T01:55:39.030 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2023-11-08T01:55:39.031 DEBUG:teuthology.orchestra.run.smithi001:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-11-08T01:55:39.047 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-11-08T01:55:39.047 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2023-11-08T01:55:39.047 DEBUG:teuthology.orchestra.run.smithi001:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-11-08T01:55:39.102 INFO:tasks.cephadm:Fetching mon keyring... 2023-11-08T01:55:39.102 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2023-11-08T01:55:39.103 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd if=/var/lib/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/mon.smithi001/keyring of=/dev/stdout 2023-11-08T01:55:39.166 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:38 smithi001 conmon[82545]: cluster 2023-11-08T01:55:37.882112+0000 2023-11-08T01:55:39.166 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:38 smithi001 conmon[82545]: mon.smithi001 (mon.0) 92 : cluster [DBG] mgrmap e13: smithi001.qhtxni(active, since 6s) 2023-11-08T01:55:39.167 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:38 smithi001 conmon[82545]: audit 2023-11-08T01:55:38.605355+0000 mon.smithi001 (mon.0) 93 : audit [INF] from='client.? 172.21.15.1:0/146522312' entity='client.admin' 2023-11-08T01:55:39.170 INFO:tasks.cephadm:Fetching pub ssh key... 2023-11-08T01:55:39.170 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2023-11-08T01:55:39.170 DEBUG:teuthology.orchestra.run.smithi001:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-11-08T01:55:39.226 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-11-08T01:55:39.226 DEBUG:teuthology.orchestra.run.smithi001:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC5WbpwqKEWlyS7WjQc2Ep7gkQGgweIQUk/m0mGoXOZllepau10GE+xqBaWiRkgEiBp/neb9Aa58Ofz/hjxMj1rWR95qDZTXcupc3NkVWh4RcPzmvxt0iB3m3LWmaX2cPxrV/nOCzVrnpol86fHUktR/tFFerGaL8rw5SK3Rt4ZzMKG2hkJONZmje/118/OqlcEmOFKmeYkuzkdB6tPIBtcjTJolwZHhiO3EnqvafZfNFoDbU6VSrxYgLy9qv682ABdagryzRP2T3/0SUbHQ2dPGbOdV3Uwc1RSMs8i4DMR88jGxnRvDi7O9RY6+i9ebE4Kq/8/TurL4teixuxGrKH+a8j6wzaqHBK7A7oPoQKaHl8J0hJphV1dBA3L9/cUXbs5TOhjv0+Qc37Pe+z/mfVuxo5sqtUs0WO5LFeb7KSlh3eTH4l1Q56nSkXkoTIg3IIEoDhHQ7cyY0nEW2ct5wSFUhIC1jhLxNcQDgx6Hbe+h48QWo6lP/K2kIL1P5XRUKM= ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-08T01:55:39.307 INFO:teuthology.orchestra.run.smithi001.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC5WbpwqKEWlyS7WjQc2Ep7gkQGgweIQUk/m0mGoXOZllepau10GE+xqBaWiRkgEiBp/neb9Aa58Ofz/hjxMj1rWR95qDZTXcupc3NkVWh4RcPzmvxt0iB3m3LWmaX2cPxrV/nOCzVrnpol86fHUktR/tFFerGaL8rw5SK3Rt4ZzMKG2hkJONZmje/118/OqlcEmOFKmeYkuzkdB6tPIBtcjTJolwZHhiO3EnqvafZfNFoDbU6VSrxYgLy9qv682ABdagryzRP2T3/0SUbHQ2dPGbOdV3Uwc1RSMs8i4DMR88jGxnRvDi7O9RY6+i9ebE4Kq/8/TurL4teixuxGrKH+a8j6wzaqHBK7A7oPoQKaHl8J0hJphV1dBA3L9/cUXbs5TOhjv0+Qc37Pe+z/mfVuxo5sqtUs0WO5LFeb7KSlh3eTH4l1Q56nSkXkoTIg3IIEoDhHQ7cyY0nEW2ct5wSFUhIC1jhLxNcQDgx6Hbe+h48QWo6lP/K2kIL1P5XRUKM= ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7 2023-11-08T01:55:39.319 DEBUG:teuthology.orchestra.run.smithi023:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC5WbpwqKEWlyS7WjQc2Ep7gkQGgweIQUk/m0mGoXOZllepau10GE+xqBaWiRkgEiBp/neb9Aa58Ofz/hjxMj1rWR95qDZTXcupc3NkVWh4RcPzmvxt0iB3m3LWmaX2cPxrV/nOCzVrnpol86fHUktR/tFFerGaL8rw5SK3Rt4ZzMKG2hkJONZmje/118/OqlcEmOFKmeYkuzkdB6tPIBtcjTJolwZHhiO3EnqvafZfNFoDbU6VSrxYgLy9qv682ABdagryzRP2T3/0SUbHQ2dPGbOdV3Uwc1RSMs8i4DMR88jGxnRvDi7O9RY6+i9ebE4Kq/8/TurL4teixuxGrKH+a8j6wzaqHBK7A7oPoQKaHl8J0hJphV1dBA3L9/cUXbs5TOhjv0+Qc37Pe+z/mfVuxo5sqtUs0WO5LFeb7KSlh3eTH4l1Q56nSkXkoTIg3IIEoDhHQ7cyY0nEW2ct5wSFUhIC1jhLxNcQDgx6Hbe+h48QWo6lP/K2kIL1P5XRUKM= ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-08T01:55:39.360 INFO:teuthology.orchestra.run.smithi023.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC5WbpwqKEWlyS7WjQc2Ep7gkQGgweIQUk/m0mGoXOZllepau10GE+xqBaWiRkgEiBp/neb9Aa58Ofz/hjxMj1rWR95qDZTXcupc3NkVWh4RcPzmvxt0iB3m3LWmaX2cPxrV/nOCzVrnpol86fHUktR/tFFerGaL8rw5SK3Rt4ZzMKG2hkJONZmje/118/OqlcEmOFKmeYkuzkdB6tPIBtcjTJolwZHhiO3EnqvafZfNFoDbU6VSrxYgLy9qv682ABdagryzRP2T3/0SUbHQ2dPGbOdV3Uwc1RSMs8i4DMR88jGxnRvDi7O9RY6+i9ebE4Kq/8/TurL4teixuxGrKH+a8j6wzaqHBK7A7oPoQKaHl8J0hJphV1dBA3L9/cUXbs5TOhjv0+Qc37Pe+z/mfVuxo5sqtUs0WO5LFeb7KSlh3eTH4l1Q56nSkXkoTIg3IIEoDhHQ7cyY0nEW2ct5wSFUhIC1jhLxNcQDgx6Hbe+h48QWo6lP/K2kIL1P5XRUKM= ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7 2023-11-08T01:55:39.373 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-11-08T01:55:41.732 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-11-08T01:55:41.732 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-11-08T01:55:42.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:42 smithi001 conmon[82545]: audit 2023-11-08T01:55:41.215726+0000 mon.smithi001 (mon.0) 94 : audit [INF] from='mgr.14156 172.21.15.1:0/3598856618' entity='mgr.smithi001.qhtxni' 2023-11-08T01:55:42.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:42 smithi001 conmon[82545]: audit 2023-11-08T01:55:41.295010+0000 mon.smithi001 (mon.0) 95 : audit [INF] from='client.? 172.21.15.1:0/2900611218' entity='client.admin' 2023-11-08T01:55:42.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:42 smithi001 conmon[82545]: audit 2023-11-08T01:55:41.671143+0000 mon.smithi001 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.1:0/3598856618' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config rm", "who": "osd/host:smithi001", "name": "osd_memory_target"}]: dispatch 2023-11-08T01:55:42.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:42 smithi001 conmon[82545]: audit 2023-11-08T01:55:41.674256+0000 mon.smithi001 (mon.0) 97 : audit [INF] from='mgr.14156 172.21.15.1:0/3598856618' entity='mgr.smithi001.qhtxni' 2023-11-08T01:55:42.458 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:42 smithi001 conmon[82545]: cephadm 2023-11-08T01:55:41.682688+0000 mgr.smithi001.qhtxni (mgr.14156) 5 : cephadm [INF] Deploying daemon alertmanager.smithi001 on smithi001 2023-11-08T01:55:44.306 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi023 2023-11-08T01:55:44.307 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2023-11-08T01:55:44.307 DEBUG:teuthology.orchestra.run.smithi023:> dd of=/etc/ceph/ceph.conf 2023-11-08T01:55:44.325 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2023-11-08T01:55:44.325 DEBUG:teuthology.orchestra.run.smithi023:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-08T01:55:44.383 INFO:tasks.cephadm:Adding host smithi023 to orchestrator... 2023-11-08T01:55:44.383 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch host add smithi023 2023-11-08T01:55:45.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:44 smithi001 conmon[82545]: audit 2023-11-08T01:55:43.776877+0000 mgr.smithi001.qhtxni (mgr.14156) 6 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:55:45.207 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:44 smithi001 conmon[82545]: audit 2023-11-08T01:55:43.780069+0000 mon.smithi001 (mon.0) 98 : audit [INF] from='mgr.14156 172.21.15.1:0/3598856618' entity='mgr.smithi001.qhtxni' 2023-11-08T01:55:50.526 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:50 smithi001 conmon[82545]: audit 2023-11-08T01:55:49.258209+0000 mon.smithi001 ( 2023-11-08T01:55:50.526 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:50 smithi001 conmon[82545]: mon.0) 99 : audit [INF] from='mgr.14156 172.21.15.1:0/3598856618' entity='mgr.smithi001.qhtxni' 2023-11-08T01:55:50.526 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:50 smithi001 conmon[82545]: audit 2023-11-08T01:55:49.259832+0000 mon.smithi001 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.1:0/3598856618' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi001", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-08T01:55:50.526 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:50 smithi001 conmon[82545]: audit 2023-11-08T01:55:49.261382+0000 mon.smithi001 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.1:0/3598856618' entity='mgr.smithi001.qhtxni' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi001", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-08T01:55:50.527 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:50 smithi001 conmon[82545]: audit 2023-11-08T01:55:49.261996+0000 mon.smithi001 (mon.0) 102 : audit [DBG] from='mgr.14156 172.21.15.1:0/3598856618' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:55:50.527 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:50 smithi001 conmon[82545]: cephadm 2023-11-08T01:55:49.262542+0000 mgr.smithi001.qhtxni (mgr.14156) 7 : cephadm [INF] Deploying daemon crash.smithi001 on smithi001 2023-11-08T01:55:52.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:52 smithi001 conmon[82545]: audit 2023-11-08T01:55:51.430957+0000 mon.smithi001 (mon.0) 103 : audit [INF] from='mgr.14156 172.21.15.1:0/3598856618' entity='mgr.smithi001.qhtxni' 2023-11-08T01:55:52.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:52 smithi001 conmon[82545]: audit 2023-11-08T01:55:51.505148+0000 mon.smithi001 (mon.0) 104 : audit [INF] from='mgr.14156 172.21.15.1:0/3598856618' entity='mgr.smithi001.qhtxni' 2023-11-08T01:55:52.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:52 smithi001 conmon[82545]: audit 2023-11-08T01:55:51.506814+0000 mon.smithi001 (mon.0) 105 : audit [INF] from='mgr.14156 172.21.15.1:0/3598856618' entity='mgr.smithi001.qhtxni' 2023-11-08T01:55:52.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:52 smithi001 conmon[82545]: audit 2023-11-08T01:55:51.508251+0000 mon.smithi001 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.1:0/3598856618' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-08T01:55:52.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:52 smithi001 conmon[82545]: audit 2023-11-08T01:55:51.508602+0000 mgr.smithi001.qhtxni (mgr.14156) 8 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-08T01:55:52.708 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:52 smithi001 conmon[82545]: audit 2023-11-08T01:55:51.510787+0000 mon.smithi001 (mon.0) 107 : audit [INF] from='mgr.14156 172.21.15.1:0/3598856618' entity='mgr.smithi001.qhtxni' 2023-11-08T01:55:52.708 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:52 smithi001 conmon[82545]: cephadm 2023-11-08T01:55:51.516136+0000 mgr.smithi001.qhtxni (mgr.14156) 9 : cephadm [INF] Deploying daemon grafana.smithi001 on smithi001 2023-11-08T01:55:52.708 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:52 smithi001 conmon[82545]: cluster 2023-11-08T01:55:51.741888+0000 mgr.smithi001.qhtxni (mgr.14156) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:55:52.708 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:52 smithi001 conmon[82545]: audit 2023-11-08T01:55:51.880373+0000 mon.smithi001 (mon.0) 108 : audit [INF] from='mgr.14156 172.21.15.1:0/3598856618' entity='mgr.smithi001.qhtxni' 2023-11-08T01:55:54.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:54 smithi001 conmon[82545]: cluster 2023-11-08T01:55:53.742151+0000 mgr.smithi001.qhtxni (mgr 2023-11-08T01:55:54.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:54 smithi001 conmon[82545]: .14156) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:55:57.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:56 smithi001 conmon[82545]: cluster 2023-11-08T01:55:55.742424+0000 mgr.smithi001.qhtxni (mgr 2023-11-08T01:55:57.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:56 smithi001 conmon[82545]: .14156) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:55:59.098 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:58 smithi001 conmon[82545]: cluster 2023-11-08T01:55:57.742677+0000 2023-11-08T01:55:59.099 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:55:58 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14156) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:56:01.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:00 smithi001 conmon[82545]: cluster 2023-11-08T01:55:59.742916+0000 2023-11-08T01:56:01.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:00 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14156) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:56:02.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:02 smithi001 conmon[82545]: cluster 2023-11-08T01:56:01.743118 2023-11-08T01:56:02.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:02 smithi001 conmon[82545]: +0000 mgr.smithi001.qhtxni (mgr.14156) 15 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:56:04.704 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:04 smithi001 conmon[82545]: cluster 2023-11-08T01:56:03.743342+0000 mgr.smithi001.qhtxni (mgr.14156) 16 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:56:06.207 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:05 smithi001 conmon[82545]: audit 2023-11-08T01:56:04.970306+0000 mon.smithi001 (mon.0) 109 : audit [INF] from='mgr.14156 172.21.15.1:0/3598856618' entity='mgr.smithi001.qhtxni' 2023-11-08T01:56:06.207 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:05 smithi001 conmon[82545]: cephadm 2023-11-08T01:56:04.972611+0000 mgr.smithi001.qhtxni (mgr.14156) 17 : cephadm [INF] Deploying daemon node-exporter.smithi001 on smithi001 2023-11-08T01:56:07.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:06 smithi001 conmon[82545]: cluster 2023-11-08T01:56:05.743567+0000 mgr.smithi001.qhtxni 2023-11-08T01:56:07.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:06 smithi001 conmon[82545]: (mgr.14156) 18 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:56:07.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:06 smithi001 conmon[82545]: audit 2023-11-08T01:56:06.884162+0000 mon.smithi001 2023-11-08T01:56:07.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:06 smithi001 conmon[82545]: (mon.0) 110 : audit [INF] from='mgr.14156 172.21.15.1:0/3598856618' entity='mgr.smithi001.qhtxni' 2023-11-08T01:56:09.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:08 smithi001 conmon[82545]: cluster 2023-11-08T01:56:07.743792+0000 mgr.smithi001.qhtxni (mgr.14156) 19 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:56:09.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:08 smithi001 conmon[82545]: audit 2023-11-08T01:56:08.447927+0000 mon.smithi001 (mon.0) 111 : audit [INF] from='mgr.14156 172.21.15.1:0/3598856618' entity='mgr.smithi001.qhtxni' 2023-11-08T01:56:09.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:08 smithi001 conmon[82545]: audit 2023-11-08T01:56:08.450172+0000 mon.smithi001 (mon.0) 112 : audit [INF] from='mgr.14156 172.21.15.1:0/3598856618' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-11-08T01:56:10.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:10 smithi001 conmon[82545]: audit 2023-11-08T01:56:09.449951+0000 mon.smithi001 (mon. 2023-11-08T01:56:10.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:10 smithi001 conmon[82545]: 0) 113 : audit [INF] from='mgr.14156 172.21.15.1:0/3598856618' entity='mgr.smithi001.qhtxni' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-11-08T01:56:10.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:10 smithi001 conmon[82545]: cluster 2023-11-08T01:56:09.450071+0000 mon.smithi001 (mon.0) 114 : cluster [DBG] mgrmap e14: smithi001.qhtxni(active, since 37s) 2023-11-08T01:56:15.340 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:15 smithi001 conmon[82545]: cluster 2023-11-08T01:56:15.100553+0000 mon.smithi001 (mon.0) 115 2023-11-08T01:56:15.340 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:15 smithi001 conmon[82545]: : cluster [INF] Active manager daemon smithi001.qhtxni restarted 2023-11-08T01:56:15.340 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:15 smithi001 conmon[82545]: cluster 2023-11-08T01:56:15.100844+0000 mon.smithi001 (mon.0) 116 : cluster [INF] Activating manager daemon smithi001.qhtxni 2023-11-08T01:56:15.341 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:15 smithi001 conmon[82545]: cluster 2023- 2023-11-08T01:56:15.341 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:15 smithi001 conmon[82545]: 11-08T01:56:15.103737+0000 mon.smithi001 (mon.0) 117 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-11-08T01:56:15.341 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:15 smithi001 conmon[82545]: cluster 2023- 2023-11-08T01:56:15.341 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:15 smithi001 conmon[82545]: 11-08T01:56:15.103854+0000 mon.smithi001 2023-11-08T01:56:15.341 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:15 smithi001 conmon[82545]: (mon.0) 118 : cluster [DBG] mgrmap e15: smithi001.qhtxni(active, starting, since 0.00310266s) 2023-11-08T01:56:15.342 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:15 smithi001 conmon[82545]: audit 2023-11-08T01:56:15.342 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:15 smithi001 conmon[82545]: 2023-11-08T01:56:15.105056+0000 2023-11-08T01:56:15.345 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:15 smithi001 conmon[82545]: mon.smithi001 (mon.0) 119 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "mon metadata", "id": "smithi001"}]: dispatch 2023-11-08T01:56:15.345 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:15 smithi001 conmon[82545]: 2023-11-08T01:56:15.346 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:15 smithi001 conmon[82545]: audit 2023-11-08T01:56:15.346 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:15 smithi001 conmon[82545]: 2023-11-08T01:56:15.105769+0000 mon.smithi001 ( 2023-11-08T01:56:15.346 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:15 smithi001 conmon[82545]: mon.0) 120 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "mgr metadata", "who": "smithi001.qhtxni", "id": "smithi001.qhtxni"}]: dispatch 2023-11-08T01:56:15.346 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:15 smithi001 conmon[82545]: audit 2023-11-08 2023-11-08T01:56:15.346 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:15 smithi001 conmon[82545]: T01:56:15.106404+0000 mon.smithi001 (mon 2023-11-08T01:56:15.347 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:15 smithi001 conmon[82545]: .0) 121 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-08T01:56:15.347 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:15 smithi001 conmon[82545]: audit 2023- 2023-11-08T01:56:15.347 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:15 smithi001 conmon[82545]: 11-08T01:56:15.106647+0000 mon.smithi001 2023-11-08T01:56:15.347 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:15 smithi001 conmon[82545]: (mon.0) 122 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-08T01:56:15.347 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:15 smithi001 conmon[82545]: audit 2023-11-08 2023-11-08T01:56:15.348 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:15 smithi001 conmon[82545]: T01:56:15.106866+0000 mon.smithi001 (mon. 2023-11-08T01:56:15.348 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:15 smithi001 conmon[82545]: 0) 123 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-08T01:56:15.348 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:15 smithi001 conmon[82545]: cluster 2023-11-08 2023-11-08T01:56:15.348 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:15 smithi001 conmon[82545]: T01:56:15.122157+0000 mon.smithi001 (mon 2023-11-08T01:56:15.348 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:15 smithi001 conmon[82545]: .0) 124 : cluster [INF] Manager daemon smithi001.qhtxni is now available 2023-11-08T01:56:16.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:16 smithi001 conmon[82545]: audit 2023-11-08T01:56:15.225889+0000 mon.smithi001 (mon 2023-11-08T01:56:16.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:16 smithi001 conmon[82545]: .0) 125 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T01:56:16.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:16 smithi001 conmon[82545]: audit 2023-11-08T01:56:15.227327+0000 mon.smithi001 (mon.0) 126 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T01:56:16.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:16 smithi001 conmon[82545]: audit 2023-11-08T01:56:15.250783+0000 mon.smithi001 (mon.0) 127 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:56:16.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:16 smithi001 conmon[82545]: audit 2023-11-08T01:56:15.262522+0000 mon.smithi001 (mon.0) 128 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi001.qhtxni/mirror_snapshot_schedule"}]: dispatch 2023-11-08T01:56:16.458 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:16 smithi001 conmon[82545]: audit 2023-11-08T01:56:15.265666+0000 mon.smithi001 (mon.0) 129 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi001.qhtxni/trash_purge_schedule"}]: dispatch 2023-11-08T01:56:16.458 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:16 smithi001 conmon[82545]: cluster 2023-11-08T01:56:16.105448+0000 mon.smithi001 (mon.0) 130 : cluster [DBG] mgrmap e16: smithi001.qhtxni(active, since 1.0047s) 2023-11-08T01:56:18.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:18 smithi001 conmon[82545]: cluster 2023-11-08T01:56:17.156384+0000 mon.smithi001 ( 2023-11-08T01:56:18.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:18 smithi001 conmon[82545]: mon.0) 131 : cluster [DBG] mgrmap e17: smithi001.qhtxni(active, since 2s) 2023-11-08T01:56:21.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:21 smithi001 conmon[82545]: audit 2023-11-08T01:56:20.537229+0000 mon.smithi001 (mon.0) 132 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:56:21.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:21 smithi001 conmon[82545]: audit 2023-11-08T01:56:20.942426+0000 mon.smithi001 (mon.0) 133 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config rm", "who": "osd/host:smithi001", "name": "osd_memory_target"}]: dispatch 2023-11-08T01:56:21.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:21 smithi001 conmon[82545]: audit 2023-11-08T01:56:20.943296+0000 mon.smithi001 (mon.0) 134 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:56:21.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:21 smithi001 conmon[82545]: audit 2023-11-08T01:56:20.943911+0000 mon.smithi001 (mon.0) 135 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T01:56:21.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:21 smithi001 conmon[82545]: cephadm 2023-11-08T01:56:20.944967+0000 mgr.smithi001.qhtxni (mgr.14180) 1 : cephadm [INF] Updating smithi001:/etc/ceph/ceph.conf 2023-11-08T01:56:21.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:21 smithi001 conmon[82545]: cephadm 2023-11-08T01:56:20.967629+0000 mgr.smithi001.qhtxni (mgr.14180) 2 : cephadm [INF] Updating smithi001:/etc/ceph/ceph.client.admin.keyring 2023-11-08T01:56:21.958 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:21 smithi001 conmon[82545]: audit 2023-11-08T01:56:20 2023-11-08T01:56:21.958 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:21 smithi001 conmon[82545]: .987799+0000 mon.smithi001 (mon.0) 136 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:56:21.958 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:21 smithi001 conmon[82545]: audit 2023-11-08T01:56:20.990056+0000 mon.smithi001 (mon.0) 137 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:56:21.958 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:21 smithi001 conmon[82545]: cephadm 2023-11-08T01:56:21.001952+0000 mgr.smithi001.qhtxni (mgr.14180) 3 : cephadm [INF] Deploying daemon prometheus.smithi001 on smithi001 2023-11-08T01:56:22.689 INFO:teuthology.orchestra.run.smithi023.stdout:Added host 'smithi023' with addr '172.21.15.23' 2023-11-08T01:56:22.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:22 smithi001 conmon[82545]: audit 2023-11-08T01:56:21.953636+0000 mgr.smithi001.qhtxni ( 2023-11-08T01:56:22.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:22 smithi001 conmon[82545]: mgr.14180) 4 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi023", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:56:23.028 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch host ls --format=json 2023-11-08T01:56:23.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:23 smithi001 conmon[82545]: audit 2023-11-08T01:56:22.686828+0000 mon.smithi001 (mon.0) 138 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:56:23.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:23 smithi001 conmon[82545]: cephadm 2023-11-08T01:56:22.687312+0000 mgr.smithi001.qhtxni (mgr.14180) 5 : cephadm [INF] Added host smithi023 2023-11-08T01:56:25.061 INFO:teuthology.orchestra.run.smithi023.stdout: 2023-11-08T01:56:25.062 INFO:teuthology.orchestra.run.smithi023.stdout:[{"addr": "172.21.15.1", "hostname": "smithi001", "labels": [], "status": ""}, {"addr": "172.21.15.23", "hostname": "smithi023", "labels": [], "status": ""}] 2023-11-08T01:56:25.479 INFO:tasks.cephadm:Setting crush tunables to default 2023-11-08T01:56:25.480 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph osd crush tunables default 2023-11-08T01:56:25.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:25 smithi001 conmon[82545]: audit 2023-11-08T01:56:25.060475+0000 mgr.smithi001.qhtxni ( 2023-11-08T01:56:25.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:25 smithi001 conmon[82545]: mgr.14180) 6 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:56:29.421 INFO:teuthology.orchestra.run.smithi001.stderr:adjusted tunables profile to default 2023-11-08T01:56:29.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:29 smithi001 conmon[82545]: audit 2023-11-08T01:56:28.784287+0000 mon.smithi001 (mon.0) 2023-11-08T01:56:29.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:29 smithi001 conmon[82545]: 139 : audit [INF] from='client.? 172.21.15.1:0/823468196' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-11-08T01:56:29.832 INFO:tasks.cephadm:Adding mon.smithi001 on smithi001 2023-11-08T01:56:29.833 INFO:tasks.cephadm:Adding mon.smithi023 on smithi023 2023-11-08T01:56:29.833 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch apply mon '2;smithi001:172.21.15.1=smithi001;smithi023:172.21.15.23=smithi023' 2023-11-08T01:56:30.709 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:30 smithi001 conmon[82545]: audit 2023-11-08T01:56:29.416259+0000 mon.smithi001 (mon.0) 140 2023-11-08T01:56:30.709 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:30 smithi001 conmon[82545]: : audit [INF] from='client.? 172.21.15.1:0/823468196' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-11-08T01:56:30.710 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:30 smithi001 conmon[82545]: cluster 2023-11-08T01:56:29.416314+0000 mon.smithi001 (mon.0) 141 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-11-08T01:56:30.710 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:30 smithi001 conmon[82545]: audit 2023-11-08T01:56:30.204852+0000 mon.smithi001 (mon.0) 142 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:56:30.710 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:30 smithi001 conmon[82545]: audit 2023-11-08T01:56:30.206094+0000 mon.smithi001 (mon.0) 143 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T01:56:30.710 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:30 smithi001 conmon[82545]: audit 2023-11-08T01:56:30.254108+0000 mon.smithi001 (mon.0) 144 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:56:31.578 INFO:teuthology.orchestra.run.smithi023.stdout:Scheduled mon update... 2023-11-08T01:56:31.997 DEBUG:teuthology.orchestra.run.smithi023:mon.smithi023> sudo journalctl -f -n 0 -u ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7@mon.smithi023.service 2023-11-08T01:56:31.999 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:56:31.999 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:56:32.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:-- Logs begin at Wed 2023-11-08 01:44:42 UTC. -- 2023-11-08T01:56:32.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:32 smithi001 conmon[82545]: audit 2023-11-08T01:56:31.039384+0000 mon.smithi001 2023-11-08T01:56:32.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:32 smithi001 conmon[82545]: (mon.0) 145 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:56:32.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:32 smithi001 conmon[82545]: audit 2023-11-08T01:56:31.577512+0000 mon.smithi001 (mon.0) 146 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:56:32.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:32 smithi001 conmon[82545]: audit 2023-11-08T01:56:31.696563+0000 mon.smithi001 (mon.0) 147 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:56:33.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:33 smithi001 conmon[82545]: audit 2023-11-08T01:56:31. 2023-11-08T01:56:33.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:33 smithi001 conmon[82545]: 573278+0000 mgr.smithi001.qhtxni (mgr.14180) 7 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi001:172.21.15.1=smithi001;smithi023:172.21.15.23=smithi023", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:56:33.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:33 smithi001 conmon[82545]: cephadm 2023-11-08 2023-11-08T01:56:33.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:33 smithi001 conmon[82545]: T01:56:31.575340+0000 mgr.smithi001.qhtxni (mgr.14180) 8 : cephadm [INF] Saving service mon spec with placement smithi001:172.21.15.1=smithi001;smithi023:172.21.15.23=smithi023;count:2 2023-11-08T01:56:34.099 INFO:teuthology.orchestra.run.smithi023.stdout: 2023-11-08T01:56:34.099 INFO:teuthology.orchestra.run.smithi023.stdout:{"epoch":1,"fsid":"af795e7c-7dd9-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:54:34.725705Z","created":"2023-11-08T01:54:34.725705Z","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":"smithi001","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:3300","nonce":0},{"type":"v1","addr":"172.21.15.1:6789","nonce":0}]},"addr":"172.21.15.1:6789/0","public_addr":"172.21.15.1:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:56:34.100 INFO:teuthology.orchestra.run.smithi023.stderr:dumped monmap epoch 1 2023-11-08T01:56:34.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:34 smithi001 conmon[82545]: audit 2023-11-08T01:56:34.097761+0000 2023-11-08T01:56:34.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:34 smithi001 conmon[82545]: mon.smithi001 (mon.0) 148 : audit [DBG] from='client.? 172.21.15.23:0/957181900' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:56:35.535 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:56:35.536 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:56:35.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:35 smithi001 conmon[82545]: audit 2023-11-08T01:56:34.494785+0000 mon.smithi001 (mon.0) 2023-11-08T01:56:35.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:35 smithi001 conmon[82545]: 149 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:56:36.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:36 smithi001 conmon[82545]: cluster 2023-11-08T01:56:35.107668+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T01:56:36.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:36 smithi001 conmon[82545]: 9 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:56:36.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:36 smithi001 conmon[82545]: audit 2023-11-08T01:56:35.564700+0000 mon.smithi001 (mon.0) 150 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:56:36.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:36 smithi001 conmon[82545]: audit 2023-11-08T01:56:36.958 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:36 smithi001 conmon[82545]: 2023-11-08T01:56:36.003752+0000 mon.smithi001 (mon.0) 151 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:56:36.958 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:36 smithi001 conmon[82545]: audit 2023-11-08T01 2023-11-08T01:56:36.958 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:36 smithi001 conmon[82545]: :56:36.004683+0000 mon.smithi001 (mon.0) 2023-11-08T01:56:36.958 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:36 smithi001 conmon[82545]: 152 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config rm", "who": "osd/host:smithi023", "name": "osd_memory_target"}]: dispatch 2023-11-08T01:56:36.958 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:36 smithi001 conmon[82545]: audit 2023-11-08T01:56 2023-11-08T01:56:36.959 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:36 smithi001 conmon[82545]: :36.005756+0000 mon.smithi001 (mon.0) 153 : 2023-11-08T01:56:36.959 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:36 smithi001 conmon[82545]: audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:56:36.959 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:36 smithi001 conmon[82545]: audit 2023-11-08T01:56: 2023-11-08T01:56:36.959 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:36 smithi001 conmon[82545]: 36.006661+0000 mon.smithi001 (mon.0) 154 : audit 2023-11-08T01:56:36.959 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:36 smithi001 conmon[82545]: [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T01:56:36.960 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:36 smithi001 conmon[82545]: audit 2023-11-08T01:56: 2023-11-08T01:56:36.960 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:36 smithi001 conmon[82545]: 36.101629+0000 mon.smithi001 (mon.0) 155 : audit 2023-11-08T01:56:36.960 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:36 smithi001 conmon[82545]: [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:56:36.960 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:36 smithi001 conmon[82545]: audit 2023-11-08T01:56:36. 2023-11-08T01:56:36.961 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:36 smithi001 conmon[82545]: 104366+0000 mon.smithi001 (mon.0) 156 : audit [INF] 2023-11-08T01:56:36.961 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:36 smithi001 conmon[82545]: from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:56:36.961 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:36 smithi001 conmon[82545]: audit 2023-11-08T01:56:36.962 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:36 smithi001 conmon[82545]: 2023-11-08T01:56:36.106312+0000 mon.smithi001 2023-11-08T01:56:36.962 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:36 smithi001 conmon[82545]: (mon.0) 157 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi023", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-08T01:56:36.962 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:36 smithi001 conmon[82545]: audit 2023-11- 2023-11-08T01:56:36.962 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:36 smithi001 conmon[82545]: 08T01:56:36.108323+0000 mon.smithi001 ( 2023-11-08T01:56:36.962 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:36 smithi001 conmon[82545]: mon.0) 158 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi023", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-08T01:56:36.963 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:36 smithi001 conmon[82545]: audit 2023-11- 2023-11-08T01:56:36.963 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:36 smithi001 conmon[82545]: 08T01:56:36.109198+0000 mon.smithi001 (mon. 2023-11-08T01:56:36.963 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:36 smithi001 conmon[82545]: 0) 159 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:56:37.806 INFO:teuthology.orchestra.run.smithi023.stdout: 2023-11-08T01:56:37.807 INFO:teuthology.orchestra.run.smithi023.stdout:{"epoch":1,"fsid":"af795e7c-7dd9-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:54:34.725705Z","created":"2023-11-08T01:54:34.725705Z","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":"smithi001","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:3300","nonce":0},{"type":"v1","addr":"172.21.15.1:6789","nonce":0}]},"addr":"172.21.15.1:6789/0","public_addr":"172.21.15.1:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:56:37.815 INFO:teuthology.orchestra.run.smithi023.stderr:dumped monmap epoch 1 2023-11-08T01:56:37.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:37 smithi001 conmon[82545]: cephadm 2023-11-08T01:56:36.007960+0000 mgr.smithi001.qhtxni (mgr.14180) 10 : cephadm [INF] Updating smithi023:/etc/ceph/ceph.conf 2023-11-08T01:56:37.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:37 smithi001 conmon[82545]: cephadm 2023-11-08T01:56:37.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:37 smithi001 conmon[82545]: 2023-11-08T01:56:36.049188+0000 mgr.smithi001.qhtxni (mgr.14180) 11 : cephadm [INF] Updating smithi023:/etc/ceph/ceph.client.admin.keyring 2023-11-08T01:56:37.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:37 smithi001 conmon[82545]: cephadm 2023-11-08T01:56:36.110006+0000 mgr.smithi001.qhtxni (mgr.14180) 12 : cephadm [INF] Deploying daemon crash.smithi023 on smithi023 2023-11-08T01:56:38.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:38 smithi001 conmon[82545]: cluster 2023-11-08T01:56:37.107993+0000 mgr.smithi001.qhtxni (mgr.14180) 13 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:56:38.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:38 smithi001 conmon[82545]: audit 2023-11-08T01:56:38.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:38 smithi001 conmon[82545]: 2023-11-08T01:56:37.804375+0000 mon.smithi001 (mon.0) 160 : audit [DBG] from='client.? 172.21.15.23:0/1139620006' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:56:39.175 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:56:39.176 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:56:40.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:39 smithi001 conmon[82545]: audit 2023-11-08T01:56:38.736748+0000 mon.smithi001 (mon.0) 161 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:56:40.207 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:39 smithi001 conmon[82545]: audit 2023-11-08T01:56:38.739205+0000 mon.smithi001 (mon.0) 162 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi023.qdxjtc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-08T01:56:40.207 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:39 smithi001 conmon[82545]: audit 2023-11-08T01:56:38.741134+0000 mon.smithi001 (mon.0) 163 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi023.qdxjtc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-11-08T01:56:40.207 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:39 smithi001 conmon[82545]: audit 2023-11-08T01:56:38.741975+0000 mon.smithi001 (mon.0) 164 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-08T01:56:40.207 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:39 smithi001 conmon[82545]: audit 2023-11-08T01:56:38.742907+0000 mon.smithi001 (mon.0) 165 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:56:40.207 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:39 smithi001 conmon[82545]: cephadm 2023-11-08T01:56:38.743593+0000 mgr.smithi001.qhtxni (mgr.14180) 14 : cephadm [INF] Deploying daemon mgr.smithi023.qdxjtc on smithi023 2023-11-08T01:56:40.208 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:39 smithi001 conmon[82545]: cluster 2023-11-08T01:56:39.108337+0000 mgr.smithi001.qhtxni (mgr.14180) 15 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:56:41.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:41 smithi001 conmon[82545]: audit 2023-11-08T01:56:40.260024+0000 mon.smithi001 (mon.0) 2023-11-08T01:56:41.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:41 smithi001 conmon[82545]: 166 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:56:42.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:42 smithi001 conmon[82545]: cluster 2023-11-08T01:56:41.108814+0000 2023-11-08T01:56:42.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:42 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 16 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:56:44.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:44 smithi001 conmon[82545]: cluster 2023-11-08T01:56:43.109080+0000 mgr.smithi001.qhtxni (mgr.14180) 17 : cluster 2023-11-08T01:56:44.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:44 smithi001 conmon[82545]: [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:56:45.615 INFO:teuthology.orchestra.run.smithi023.stdout: 2023-11-08T01:56:45.616 INFO:teuthology.orchestra.run.smithi023.stdout:{"epoch":1,"fsid":"af795e7c-7dd9-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:54:34.725705Z","created":"2023-11-08T01:54:34.725705Z","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":"smithi001","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:3300","nonce":0},{"type":"v1","addr":"172.21.15.1:6789","nonce":0}]},"addr":"172.21.15.1:6789/0","public_addr":"172.21.15.1:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:56:45.618 INFO:teuthology.orchestra.run.smithi023.stderr:dumped monmap epoch 1 2023-11-08T01:56:46.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:46 smithi001 conmon[82545]: audit 2023-11-08T01:56:45.014438+0000 mon.smithi001 (mon.0) 167 : audit 2023-11-08T01:56:46.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:46 smithi001 conmon[82545]: [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:56:46.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:46 smithi001 conmon[82545]: audit 2023-11-08T01:56:45.016776+0000 mon.smithi001 (mon.0) 168 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-08T01:56:46.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:46 smithi001 conmon[82545]: audit 2023-11-08T01:56:45.017629+0000 mon.smithi001 (mon.0) 169 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:56:46.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:46 smithi001 conmon[82545]: cephadm 2023 2023-11-08T01:56:46.458 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:46 smithi001 conmon[82545]: -11-08T01:56:45.018342+0000 mgr.smithi001.qhtxni (mgr.14180) 18 2023-11-08T01:56:46.458 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:46 smithi001 conmon[82545]: : cephadm [INF] Deploying daemon mon.smithi023 on smithi023 2023-11-08T01:56:46.458 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:46 smithi001 conmon[82545]: cluster 2023-11-08T 2023-11-08T01:56:46.458 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:46 smithi001 conmon[82545]: 01:56:45.109332+0000 mgr.smithi001.qhtxni (mgr.14180) 19 : cluster 2023-11-08T01:56:46.458 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:46 smithi001 conmon[82545]: [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:56:46.459 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:46 smithi001 conmon[82545]: audit 2023-11-08T01:56: 2023-11-08T01:56:46.459 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:46 smithi001 conmon[82545]: 45.263528+0000 mon.smithi001 (mon.0) 170 : audit [INF] 2023-11-08T01:56:46.459 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:46 smithi001 conmon[82545]: from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:56:46.459 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:46 smithi001 conmon[82545]: audit 2023-11-08T01:56:45.614754 2023-11-08T01:56:46.459 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:46 smithi001 conmon[82545]: +0000 mon.smithi001 (mon.0) 171 : audit [DBG] from='client.? 172.21.15.23:0/1593592301' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:56:48.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:48 smithi001 conmon[82545]: cluster 2023-11-08T01:56:47.109751+0000 mgr.smithi001.qhtxni (mgr.14180) 20 : cluster [DBG] 2023-11-08T01:56:48.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:48 smithi001 conmon[82545]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:56:49.685 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:56:49.686 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:56:50.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:50 smithi001 conmon[82545]: cluster 2023-11-08T01:56:49.110078+0000 mgr.smithi001.qhtxni (mgr.14180) 21 : cluster 2023-11-08T01:56:50.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:50 smithi001 conmon[82545]: [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:56:51.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:51 smithi001 conmon[82545]: cluster 2023-11-08T01:56:50.494470+0000 mon.smithi001 (mon.0) 2023-11-08T01:56:51.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:51 smithi001 conmon[82545]: 172 : cluster [DBG] Standby manager daemon smithi023.qdxjtc started 2023-11-08T01:56:51.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:51 smithi001 conmon[82545]: audit 2023-11-08T01:56:50.496442+0000 mon.smithi001 (mon.0) 173 : audit [DBG] from='mgr.? 172.21.15.23:0/495620844' entity='mgr.smithi023.qdxjtc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi023.qdxjtc/crt"}]: dispatch 2023-11-08T01:56:51.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:51 smithi001 conmon[82545]: audit 2023-11-08T01:56:50.497007 2023-11-08T01:56:51.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:51 smithi001 conmon[82545]: +0000 mon.smithi001 (mon.0) 174 : audit [DBG] from='mgr.? 172.21.15.23:0/495620844' entity='mgr.smithi023.qdxjtc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-08T01:56:51.708 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:51 smithi001 conmon[82545]: audit 2023-11-08T01:56:51.708 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:51 smithi001 conmon[82545]: 2023-11-08T01:56:50.499037+0000 mon.smithi001 (mon.0 2023-11-08T01:56:51.708 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:51 smithi001 conmon[82545]: ) 175 : audit [DBG] from='mgr.? 172.21.15.23:0/495620844' entity='mgr.smithi023.qdxjtc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi023.qdxjtc/key"}]: dispatch 2023-11-08T01:56:51.708 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:51 smithi001 conmon[82545]: audit 2023-11-08T 2023-11-08T01:56:51.708 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:51 smithi001 conmon[82545]: 01:56:50.499870+0000 mon.smithi001 (mon.0) 176 : audit 2023-11-08T01:56:51.709 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:51 smithi001 conmon[82545]: [DBG] from='mgr.? 172.21.15.23:0/495620844' entity='mgr.smithi023.qdxjtc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-08T01:56:52.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:52 smithi001 conmon[82545]: cluster 2023-11-08T01:56:51.110339+0000 mgr.smithi001.qhtxni (mgr.14180) 22 : 2023-11-08T01:56:52.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:52 smithi001 conmon[82545]: cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:56:52.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:52 smithi001 conmon[82545]: cluster 2023-11-08T01:56:51.424419+0000 mon.smithi001 (mon.0) 177 : cluster [DBG] mgrmap e18: smithi001.qhtxni(active, since 36s), standbys: smithi023.qdxjtc 2023-11-08T01:56:52.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:52 smithi001 conmon[82545]: audit 2023-11- 2023-11-08T01:56:52.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:52 smithi001 conmon[82545]: 08T01:56:51.424600+0000 mon.smithi001 (mon.0) 178 : audit 2023-11-08T01:56:52.708 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:52 smithi001 conmon[82545]: [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "mgr metadata", "who": "smithi023.qdxjtc", "id": "smithi023.qdxjtc"}]: dispatch 2023-11-08T01:56:53.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:52 smithi023 systemd[1]: Starting Ceph mon.smithi023 for af795e7c-7dd9-11ee-8dbb-212e2dc638e7... 2023-11-08T01:56:53.221 INFO:teuthology.orchestra.run.smithi023.stdout: 2023-11-08T01:56:53.221 INFO:teuthology.orchestra.run.smithi023.stdout:{"epoch":1,"fsid":"af795e7c-7dd9-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:54:34.725705Z","created":"2023-11-08T01:54:34.725705Z","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":"smithi001","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:3300","nonce":0},{"type":"v1","addr":"172.21.15.1:6789","nonce":0}]},"addr":"172.21.15.1:6789/0","public_addr":"172.21.15.1:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:56:53.223 INFO:teuthology.orchestra.run.smithi023.stderr:dumped monmap epoch 1 2023-11-08T01:56:53.510 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.469+0000 7efcd5409880 0 set uid:gid to 167:167 (ceph:ceph) 2023-11-08T01:56:53.510 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.469+0000 7efcd5409880 0 ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable), process ceph-mon, pid 7 2023-11-08T01:56:53.510 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.469+0000 7efcd5409880 0 pidfile_write: ignore empty --pid-file 2023-11-08T01:56:53.511 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.473+0000 7efcd5409880 0 load: jerasure load: lrc load: isa 2023-11-08T01:56:53.511 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: RocksDB version: 6.8.1 2023-11-08T01:56:53.511 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: 2023-11-08T01:56:53.511 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-08T01:56:53.512 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Compile date Nov 7 2023 2023-11-08T01:56:53.512 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: DB SUMMARY 2023-11-08T01:56:53.512 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: 2023-11-08T01:56:53.512 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: CURRENT file: CURRENT 2023-11-08T01:56:53.513 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: 2023-11-08T01:56:53.513 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 bash[87476]: 7edd5e26997945ef6bee958c8efd7ad278c656ea9ad1a63581f4ec67f44d6270 2023-11-08T01:56:53.513 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: IDENTITY file: IDENTITY 2023-11-08T01:56:53.513 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: 2023-11-08T01:56:53.513 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2023-11-08T01:56:53.514 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: 2023-11-08T01:56:53.514 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi023/store.db dir, Total Num: 0, files: 2023-11-08T01:56:53.514 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: 2023-11-08T01:56:53.514 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi023/store.db: 000003.log size: 511 ; 2023-11-08T01:56:53.514 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: 2023-11-08T01:56:53.515 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.error_if_exists: 0 2023-11-08T01:56:53.515 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.create_if_missing: 0 2023-11-08T01:56:53.515 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.paranoid_checks: 1 2023-11-08T01:56:53.516 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.env: 0x55c6308f3080 2023-11-08T01:56:53.516 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.fs: Posix File System 2023-11-08T01:56:53.517 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.info_log: 0x55c631dafd80 2023-11-08T01:56:53.517 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.max_file_opening_threads: 16 2023-11-08T01:56:53.517 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.statistics: (nil) 2023-11-08T01:56:53.517 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.use_fsync: 0 2023-11-08T01:56:53.517 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.max_log_file_size: 0 2023-11-08T01:56:53.518 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-08T01:56:53.518 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-11-08T01:56:53.518 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.keep_log_file_num: 1000 2023-11-08T01:56:53.518 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.recycle_log_file_num: 0 2023-11-08T01:56:53.518 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.allow_fallocate: 1 2023-11-08T01:56:53.519 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.allow_mmap_reads: 0 2023-11-08T01:56:53.519 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.allow_mmap_writes: 0 2023-11-08T01:56:53.519 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.use_direct_reads: 0 2023-11-08T01:56:53.519 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-08T01:56:53.519 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.create_missing_column_families: 0 2023-11-08T01:56:53.520 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.db_log_dir: 2023-11-08T01:56:53.520 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi023/store.db 2023-11-08T01:56:53.520 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-11-08T01:56:53.520 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.max_subcompactions: 1 2023-11-08T01:56:53.520 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.max_background_flushes: -1 2023-11-08T01:56:53.521 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-11-08T01:56:53.521 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-11-08T01:56:53.521 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-08T01:56:53.521 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-08T01:56:53.522 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-11-08T01:56:53.522 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.advise_random_on_open: 1 2023-11-08T01:56:53.522 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.db_write_buffer_size: 0 2023-11-08T01:56:53.523 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.write_buffer_manager: 0x55c632a06480 2023-11-08T01:56:53.523 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-08T01:56:53.523 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-08T01:56:53.523 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-08T01:56:53.524 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-11-08T01:56:53.524 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.rate_limiter: (nil) 2023-11-08T01:56:53.524 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-08T01:56:53.524 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.wal_recovery_mode: 2 2023-11-08T01:56:53.524 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.enable_thread_tracking: 0 2023-11-08T01:56:53.525 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.enable_pipelined_write: 0 2023-11-08T01:56:53.525 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.unordered_write: 0 2023-11-08T01:56:53.525 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-08T01:56:53.525 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-08T01:56:53.525 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-08T01:56:53.526 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-08T01:56:53.526 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.row_cache: None 2023-11-08T01:56:53.526 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.wal_filter: None 2023-11-08T01:56:53.526 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-08T01:56:53.527 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.allow_ingest_behind: 0 2023-11-08T01:56:53.527 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.preserve_deletes: 0 2023-11-08T01:56:53.527 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.two_write_queues: 0 2023-11-08T01:56:53.527 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.manual_wal_flush: 0 2023-11-08T01:56:53.527 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.atomic_flush: 0 2023-11-08T01:56:53.528 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-08T01:56:53.528 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-11-08T01:56:53.528 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-11-08T01:56:53.528 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.log_readahead_size: 0 2023-11-08T01:56:53.528 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-11-08T01:56:53.529 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.max_background_jobs: 2 2023-11-08T01:56:53.529 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.max_background_compactions: -1 2023-11-08T01:56:53.529 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-08T01:56:53.529 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-08T01:56:53.529 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-11-08T01:56:53.530 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.max_total_wal_size: 0 2023-11-08T01:56:53.530 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-08T01:56:53.530 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-11-08T01:56:53.530 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-11-08T01:56:53.530 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-08T01:56:53.531 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.max_open_files: -1 2023-11-08T01:56:53.531 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.bytes_per_sync: 0 2023-11-08T01:56:53.531 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-11-08T01:56:53.531 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-11-08T01:56:53.532 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.compaction_readahead_size: 0 2023-11-08T01:56:53.532 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Compression algorithms supported: 2023-11-08T01:56:53.533 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-08T01:56:53.533 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: kZSTD supported: 0 2023-11-08T01:56:53.533 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: kXpressCompression supported: 0 2023-11-08T01:56:53.533 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: kLZ4HCCompression supported: 1 2023-11-08T01:56:53.533 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: kLZ4Compression supported: 1 2023-11-08T01:56:53.534 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: kBZip2Compression supported: 0 2023-11-08T01:56:53.534 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: kZlibCompression supported: 1 2023-11-08T01:56:53.534 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: kSnappyCompression supported: 1 2023-11-08T01:56:53.534 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-11-08T01:56:53.535 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi023/store.db/MANIFEST-000001 2023-11-08T01:56:53.535 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: 2023-11-08T01:56:53.535 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-11-08T01:56:53.535 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: 2023-11-08T01:56:53.535 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-08T01:56:53.536 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.merge_operator: 2023-11-08T01:56:53.536 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.compaction_filter: None 2023-11-08T01:56:53.536 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.compaction_filter_factory: None 2023-11-08T01:56:53.536 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-11-08T01:56:53.536 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-11-08T01:56:53.537 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55c631d5fd30) 2023-11-08T01:56:53.537 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: cache_index_and_filter_blocks: 1 2023-11-08T01:56:53.538 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-08T01:56:53.538 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-08T01:56:53.538 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: pin_top_level_index_and_filter: 1 2023-11-08T01:56:53.538 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: index_type: 0 2023-11-08T01:56:53.538 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: data_block_index_type: 0 2023-11-08T01:56:53.539 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: index_shortening: 1 2023-11-08T01:56:53.539 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: data_block_hash_table_util_ratio: 0.750000 2023-11-08T01:56:53.539 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: hash_index_allow_collision: 1 2023-11-08T01:56:53.539 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: checksum: 1 2023-11-08T01:56:53.539 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: no_block_cache: 0 2023-11-08T01:56:53.540 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: block_cache: 0x55c631d94f10 2023-11-08T01:56:53.540 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: block_cache_name: BinnedLRUCache 2023-11-08T01:56:53.540 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: block_cache_options: 2023-11-08T01:56:53.540 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: capacity : 536870912 2023-11-08T01:56:53.541 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: num_shard_bits : 4 2023-11-08T01:56:53.541 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: strict_capacity_limit : 0 2023-11-08T01:56:53.541 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: high_pri_pool_ratio: 0.000 2023-11-08T01:56:53.541 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: block_cache_compressed: (nil) 2023-11-08T01:56:53.541 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: persistent_cache: (nil) 2023-11-08T01:56:53.542 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: block_size: 4096 2023-11-08T01:56:53.542 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: block_size_deviation: 10 2023-11-08T01:56:53.542 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: block_restart_interval: 16 2023-11-08T01:56:53.543 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: index_block_restart_interval: 1 2023-11-08T01:56:53.543 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: metadata_block_size: 4096 2023-11-08T01:56:53.543 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: partition_filters: 0 2023-11-08T01:56:53.543 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: use_delta_encoding: 1 2023-11-08T01:56:53.544 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-08T01:56:53.544 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: whole_key_filtering: 1 2023-11-08T01:56:53.544 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: verify_compression: 0 2023-11-08T01:56:53.544 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: read_amp_bytes_per_bit: 0 2023-11-08T01:56:53.544 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: format_version: 2 2023-11-08T01:56:53.545 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: enable_index_compression: 1 2023-11-08T01:56:53.545 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: block_align: 0 2023-11-08T01:56:53.545 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: 2023-11-08T01:56:53.545 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.write_buffer_size: 33554432 2023-11-08T01:56:53.545 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.max_write_buffer_number: 2 2023-11-08T01:56:53.545 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.compression: NoCompression 2023-11-08T01:56:53.546 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.bottommost_compression: Disabled 2023-11-08T01:56:53.546 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.prefix_extractor: nullptr 2023-11-08T01:56:53.546 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-08T01:56:53.546 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.num_levels: 7 2023-11-08T01:56:53.547 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-08T01:56:53.547 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-08T01:56:53.547 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-08T01:56:53.547 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-08T01:56:53.547 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-08T01:56:53.548 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-08T01:56:53.548 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-08T01:56:53.548 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-08T01:56:53.548 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-08T01:56:53.549 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-11-08T01:56:53.549 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.compression_opts.level: 32767 2023-11-08T01:56:53.549 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.compression_opts.strategy: 0 2023-11-08T01:56:53.549 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-08T01:56:53.549 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-08T01:56:53.550 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.compression_opts.enabled: false 2023-11-08T01:56:53.550 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-08T01:56:53.550 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-08T01:56:53.550 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-08T01:56:53.550 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.target_file_size_base: 67108864 2023-11-08T01:56:53.551 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-11-08T01:56:53.551 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.max_bytes_for_l 2023-11-08T01:56:53.551 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: evel_base: 268435456 2023-11-08T01:56:53.551 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-08T01:56:53.553 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-08T01:56:53.553 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-08T01:56:53.554 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-08T01:56:53.554 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-08T01:56:53.554 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-08T01:56:53.555 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-08T01:56:53.555 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-08T01:56:53.555 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-08T01:56:53.555 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-08T01:56:53.556 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-08T01:56:53.556 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.arena_block_size: 4194304 2023-11-08T01:56:53.556 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-08T01:56:53.556 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-08T01:56:53.556 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-08T01:56:53.557 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.disable_auto_compactions: 0 2023-11-08T01:56:53.557 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-08T01:56:53.557 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-08T01:56:53.557 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-08T01:56:53.557 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-08T01:56:53.557 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-08T01:56:53.558 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-08T01:56:53.558 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-08T01:56:53.558 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-08T01:56:53.558 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-08T01:56:53.558 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-08T01:56:53.559 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.table_properties_collectors: 2023-11-08T01:56:53.559 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.inplace_update_support: 0 2023-11-08T01:56:53.559 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-11-08T01:56:53.559 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-08T01:56:53.559 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-08T01:56:53.560 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-11-08T01:56:53.561 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.bloom_locality: 0 2023-11-08T01:56:53.561 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.max_successive_merges: 0 2023-11-08T01:56:53.561 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-11-08T01:56:53.561 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.paranoid_file_checks: 0 2023-11-08T01:56:53.562 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.force_consistency_checks: 0 2023-11-08T01:56:53.562 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.report_bg_io_stats: 0 2023-11-08T01:56:53.562 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.ttl: 2592000 2023-11-08T01:56:53.562 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.474+0000 7efcd5409880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-11-08T01:56:53.562 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.475+0000 7efcd5409880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi023/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-11-08T01:56:53.563 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: 2023-11-08T01:56:53.563 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.475+0000 7efcd5409880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-11-08T01:56:53.563 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: 2023-11-08T01:56:53.563 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.475+0000 7efcd5409880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1699408613475752, "job": 1, "event": "recovery_started", "log_files": [3]} 2023-11-08T01:56:53.564 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.475+0000 7efcd5409880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2023-11-08T01:56:53.564 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.475+0000 7efcd5409880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-11-08T01:56:53.564 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.475+0000 7efcd5409880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1699408613476330, "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": 1699408613, "oldest_key_time": 3, "file_creation_time": 0}} 2023-11-08T01:56:53.564 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.475+0000 7efcd5409880 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2023-11-08T01:56:53.565 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: 2023-11-08T01:56:53.565 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.476+0000 7efcd5409880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1699408613477062, "job": 1, "event": "recovery_finished"} 2023-11-08T01:56:53.565 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.479+0000 7efcd5409880 4 rocksdb: DB pointer 0x55c631e5d800 2023-11-08T01:56:53.565 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.479+0000 7efcbc20f700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-11-08T01:56:53.565 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.479+0000 7efcbc20f700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-11-08T01:56:53.566 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: ** DB Stats ** 2023-11-08T01:56:53.566 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-08T01:56:53.566 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-11-08T01:56:53.566 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-08T01:56:53.566 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-08T01:56:53.567 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-11-08T01:56:53.567 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-08T01:56:53.567 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-08T01:56:53.567 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: 2023-11-08T01:56:53.567 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: ** Compaction Stats [default] ** 2023-11-08T01:56:53.567 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-08T01:56:53.568 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T01:56:53.568 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.6 0.00 0.00 1 0.001 0 0 2023-11-08T01:56:53.568 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.6 0.00 0.00 1 0.001 0 0 2023-11-08T01:56:53.568 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.6 0.00 0.00 1 0.001 0 0 2023-11-08T01:56:53.569 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: 2023-11-08T01:56:53.569 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: ** Compaction Stats [default] ** 2023-11-08T01:56:53.569 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-08T01:56:53.570 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T01:56:53.570 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.6 0.00 0.00 1 0.001 0 0 2023-11-08T01:56:53.570 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-08T01:56:53.570 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-08T01:56:53.570 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-08T01:56:53.571 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: AddFile(Total Files): cumulative 0, interval 0 2023-11-08T01:56:53.571 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-08T01:56:53.571 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: AddFile(Keys): cumulative 0, interval 0 2023-11-08T01:56:53.571 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: Cumulative compaction: 0.00 GB write, 0.30 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-08T01:56:53.571 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: Interval compaction: 0.00 GB write, 0.30 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-08T01:56:53.572 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-08T01:56:53.572 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: 2023-11-08T01:56:53.572 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: ** File Read Latency Histogram By Level [default] ** 2023-11-08T01:56:53.572 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: 2023-11-08T01:56:53.572 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: ** Compaction Stats [default] ** 2023-11-08T01:56:53.572 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-08T01:56:53.573 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T01:56:53.573 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.6 0.00 0.00 1 0.001 0 0 2023-11-08T01:56:53.573 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.6 0.00 0.00 1 0.001 0 0 2023-11-08T01:56:53.573 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-08T01:56:53.573 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: 2023-11-08T01:56:53.574 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: ** Compaction Stats [default] ** 2023-11-08T01:56:53.574 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-08T01:56:53.574 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T01:56:53.574 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.6 0.00 0.00 1 0.001 0 0 2023-11-08T01:56:53.574 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-08T01:56:53.575 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-08T01:56:53.575 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-08T01:56:53.575 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: AddFile(Total Files): cumulative 0, interval 0 2023-11-08T01:56:53.575 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-08T01:56:53.575 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: AddFile(Keys): cumulative 0, interval 0 2023-11-08T01:56:53.576 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: Cumulative compaction: 0.00 GB write, 0.30 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-08T01:56:53.576 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-08T01:56:53.576 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-08T01:56:53.576 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: 2023-11-08T01:56:53.576 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: ** File Read Latency Histogram By Level [default] ** 2023-11-08T01:56:53.577 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: 2023-11-08T01:56:53.577 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.479+0000 7efcd5409880 0 mon.smithi023 does not exist in monmap, will attempt to join an existing cluster 2023-11-08T01:56:53.577 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.479+0000 7efcd5409880 0 using public_addr v2:172.21.15.23:0/0 -> [v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0] 2023-11-08T01:56:53.577 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.480+0000 7efcd5409880 0 starting mon.smithi023 rank -1 at public addrs [v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0] at bind addrs [v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi023 fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 2023-11-08T01:56:53.577 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.481+0000 7efcd5409880 1 mon.smithi023@-1(???) e0 preinit fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 2023-11-08T01:56:53.578 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 systemd[1]: Started Ceph mon.smithi023 for af795e7c-7dd9-11ee-8dbb-212e2dc638e7. 2023-11-08T01:56:53.578 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.507+0000 7efcbea14700 0 mon.smithi023@-1(synchronizing).mds e1 new map 2023-11-08T01:56:53.578 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.507+0000 7efcbea14700 0 mon.smithi023@-1(synchronizing).mds e1 print_map 2023-11-08T01:56:53.578 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: e1 2023-11-08T01:56:53.578 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: enable_multiple, ever_enabled_multiple: 1,1 2023-11-08T01:56:53.579 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-11-08T01:56:53.579 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: legacy client fscid: -1 2023-11-08T01:56:53.579 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: 2023-11-08T01:56:53.579 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: No filesystems configured 2023-11-08T01:56:53.579 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: 2023-11-08T01:56:53.580 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.507+0000 7efcbea14700 1 mon.smithi023@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-11-08T01:56:53.580 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.507+0000 7efcbea14700 1 mon.smithi023@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-11-08T01:56:53.580 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.507+0000 7efcbea14700 1 mon.smithi023@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-11-08T01:56:53.580 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.507+0000 7efcbea14700 1 mon.smithi023@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-11-08T01:56:53.580 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.508+0000 7efcbea14700 1 mon.smithi023@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-11-08T01:56:53.580 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.508+0000 7efcbea14700 1 mon.smithi023@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-11-08T01:56:53.581 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.508+0000 7efcbea14700 1 mon.smithi023@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-11-08T01:56:53.581 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.508+0000 7efcbea14700 0 mon.smithi023@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-08T01:56:53.581 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.508+0000 7efcbea14700 0 mon.smithi023@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-11-08T01:56:53.581 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.508+0000 7efcbea14700 0 mon.smithi023@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-11-08T01:56:53.581 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.508+0000 7efcbea14700 0 mon.smithi023@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-11-08T01:56:53.582 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: audit 2023-11-08T01:56:53.582 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: 2023-11-08T01:56:53.220610+0000 2023-11-08T01:56:53.582 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: mon.smithi001 (mon.0) 179 : audit [DBG] from='client.? 172.21.15.23:0/336210557' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:56:53.582 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:53 smithi023 conmon[87519]: debug 2023-11-08T01:56:53.508+0000 7efcbea14700 1 mon.smithi023@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2023-11-08T01:56:53.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:53 smithi001 conmon[82545]: audit 2023-11-08T01:56:53.220610+0000 mon.smithi001 (mon.0) 179 : audit 2023-11-08T01:56:53.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:53 smithi001 conmon[82545]: [DBG] from='client.? 172.21.15.23:0/336210557' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:56:54.693 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:56:54.694 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:56:58.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:58 smithi001 conmon[82545]: audit 2023-11-08T01:56:53.518270+0000 mon.smithi001 (mon.0) 181 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "mon metadata", "id": "smithi001"}]: dispatch 2023-11-08T01:56:58.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:58 smithi001 conmon[82545]: cluster 2023-11-08T01:56:53.518487+0000 mon.smithi001 (mon.0) 182 : cluster [INF] mon.smithi001 calling monitor election 2023-11-08T01:56:58.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:58 smithi001 conmon[82545]: audit 2023-11-08T01:56:53.531590+0000 mon.smithi001 (mon.0) 183 : audit 2023-11-08T01:56:58.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:58 smithi001 conmon[82545]: [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "mon metadata", "id": "smithi023"}]: dispatch 2023-11-08T01:56:58.958 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:58 smithi001 conmon[82545]: audit 2023-11-08T01:56:54.514822 2023-11-08T01:56:58.958 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:58 smithi001 conmon[82545]: +0000 mon.smithi001 (mon.0) 184 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "mon metadata", "id": "smithi023"}]: dispatch 2023-11-08T01:56:58.958 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:58 smithi001 conmon[82545]: cluster 2023-11-08T01:56:55.110989+0000 2023-11-08T01:56:58.958 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:58 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 24 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:56:58.958 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:58 smithi001 conmon[82545]: audit 2023-11-08T01: 2023-11-08T01:56:58.959 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:58 smithi001 conmon[82545]: 56:55.514833+0000 mon.smithi001 (mon.0) 185 : audit 2023-11-08T01:56:58.959 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:58 smithi001 conmon[82545]: [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "mon metadata", "id": "smithi023"}]: dispatch 2023-11-08T01:56:58.959 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:58 smithi001 conmon[82545]: cluster 2023-11-08T01:56 2023-11-08T01:56:58.959 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:58 smithi001 conmon[82545]: :55.516296+0000 mon.smithi023 (mon.1) 1 : cluster 2023-11-08T01:56:58.959 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:58 smithi001 conmon[82545]: [INF] mon.smithi023 calling monitor election 2023-11-08T01:56:58.960 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:58 smithi001 conmon[82545]: audit 2023-11-08T01: 2023-11-08T01:56:58.960 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:58 smithi001 conmon[82545]: 56:56.514825+0000 mon.smithi001 (mon.0) 186 : audit 2023-11-08T01:56:58.960 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:58 smithi001 conmon[82545]: [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "mon metadata", "id": "smithi023"}]: dispatch 2023-11-08T01:56:58.960 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:58 smithi001 conmon[82545]: cluster 2023-11-08T01: 2023-11-08T01:56:58.960 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:58 smithi001 conmon[82545]: 56:57.111365+0000 mgr.smithi001.qhtxni (mgr.14180) 25 : cluster 2023-11-08T01:56:58.961 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:58 smithi001 conmon[82545]: [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:56:58.961 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:58 smithi001 conmon[82545]: audit 2023-11-08T01:56: 2023-11-08T01:56:58.961 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:58 smithi001 conmon[82545]: 57.515034+0000 mon.smithi001 (mon.0) 187 : audit [DBG] 2023-11-08T01:56:58.961 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:58 smithi001 conmon[82545]: from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "mon metadata", "id": "smithi023"}]: dispatch 2023-11-08T01:56:58.962 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:58 smithi001 conmon[82545]: audit 2023-11-08T01:56:58.515244 2023-11-08T01:56:58.962 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:58 smithi001 conmon[82545]: +0000 mon.smithi001 (mon.0) 188 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "mon metadata", "id": "smithi023"}]: dispatch 2023-11-08T01:56:58.962 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:58 smithi001 conmon[82545]: cluster 2023-11-08T01 2023-11-08T01:56:58.962 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:58 smithi001 conmon[82545]: :56:58.545784+0000 mon.smithi001 (mon.0) 189 : cluster [INF] mon.smithi001 is new leader, mons smithi001,smithi023 in quorum (ranks 0,1) 2023-11-08T01:56:58.962 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:58 smithi001 conmon[82545]: cluster 2023-11-08 2023-11-08T01:56:58.963 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:58 smithi001 conmon[82545]: T01:56:58.551688+0000 mon.smithi001 (mon.0) 190 : cluster [DBG] 2023-11-08T01:56:58.963 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:58 smithi001 conmon[82545]: monmap e2: 2 mons at {smithi001=[v2:172.21.15.1:3300/0,v1:172.21.15.1:6789/0],smithi023=[v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0]} removed_ranks: {} 2023-11-08T01:56:58.963 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:58 smithi001 conmon[82545]: cluster 2023-11-08T01:56:58.564036+0000 mon.smithi001 (mon 2023-11-08T01:56:58.963 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:58 smithi001 conmon[82545]: .0) 191 : cluster [DBG] fsmap 2023-11-08T01:56:58.963 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:58 smithi001 conmon[82545]: cluster 2023 2023-11-08T01:56:58.964 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:58 smithi001 conmon[82545]: -11-08T01:56:58.564085+0000 mon.smithi001 (mon. 2023-11-08T01:56:58.964 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:58 smithi001 conmon[82545]: 0) 192 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-11-08T01:56:58.964 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:58 smithi001 conmon[82545]: cluster 2023-11-08T01:56:58.564469+0000 mon.smithi001 (mon.0) 193 : cluster 2023-11-08T01:56:58.964 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:58 smithi001 conmon[82545]: [DBG] mgrmap e18: smithi001.qhtxni(active, since 43s), standbys: smithi023.qdxjtc 2023-11-08T01:56:58.964 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:58 smithi001 conmon[82545]: cluster 2023-11-08T01:56: 2023-11-08T01:56:58.964 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:58 smithi001 conmon[82545]: 58.567980+0000 mon.smithi001 (mon.0) 194 : cluster [INF] 2023-11-08T01:56:58.965 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:58 smithi001 conmon[82545]: overall HEALTH_OK 2023-11-08T01:56:58.965 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:58 smithi001 conmon[82545]: audit 2023-11-08T01:56:58.570483+0000 mon.smithi001 (mon 2023-11-08T01:56:58.965 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:58 smithi001 conmon[82545]: .0) 195 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:56:59.006 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:58 smithi023 conmon[87519]: audit 2023-11-08T01:56:53.518270+0000 mon.smithi001 (mon.0) 181 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "mon metadata", "id": "smithi001"}]: dispatch 2023-11-08T01:56:59.007 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:58 smithi023 conmon[87519]: cluster 2023-11-08T01:56:53.518487+0000 mon.smithi001 (mon.0) 182 : cluster [INF] mon.smithi001 calling monitor election 2023-11-08T01:56:59.007 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:58 smithi023 conmon[87519]: audit 2023-11-08T01:56:53.531590+0000 mon.smithi001 (mon.0) 183 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "mon metadata", "id": "smithi023"}]: dispatch 2023-11-08T01:56:59.007 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:58 smithi023 conmon[87519]: audit 2023-11-08T01:56:54.514822+0000 mon.smithi001 (mon.0) 184 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "mon metadata", "id": "smithi023"}]: dispatch 2023-11-08T01:56:59.007 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:58 smithi023 conmon[87519]: cluster 2023-11-08T01:56:55.110989+0000 mgr.smithi001.qhtxni (mgr.14180) 24 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:56:59.007 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:58 smithi023 conmon[87519]: audit 2023-11-08T01:56:55.514833+0000 mon.smithi001 (mon.0) 185 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "mon metadata", "id": "smithi023"}]: dispatch 2023-11-08T01:56:59.008 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:58 smithi023 conmon[87519]: cluster 2023-11-08T01:56:55.516296+0000 mon.smithi023 (mon.1) 1 : cluster [INF] mon.smithi023 calling monitor election 2023-11-08T01:56:59.008 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:58 smithi023 conmon[87519]: audit 2023-11-08T01:56:56.514825+0000 mon.smithi001 (mon.0) 186 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "mon metadata", "id": "smithi023"}]: dispatch 2023-11-08T01:56:59.008 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:58 smithi023 conmon[87519]: cluster 2023-11-08T01:56:57.111365+0000 mgr.smithi001.qhtxni (mgr.14180) 25 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:56:59.008 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:58 smithi023 conmon[87519]: audit 2023-11-08T01:56:57.515034+0000 mon.smithi001 (mon.0) 187 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "mon metadata", "id": "smithi023"}]: dispatch 2023-11-08T01:56:59.008 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:58 smithi023 conmon[87519]: audit 2023-11-08T01:56:58.515244+0000 mon.smithi001 (mon.0) 188 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "mon metadata", "id": "smithi023"}]: dispatch 2023-11-08T01:56:59.009 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:58 smithi023 conmon[87519]: cluster 2023-11-08T01:56:58.545784+0000 mon.smithi001 (mon.0) 189 : cluster [INF] mon.smithi001 is new leader, mons smithi001,smithi023 in quorum (ranks 0,1) 2023-11-08T01:56:59.009 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:58 smithi023 conmon[87519]: cluster 2023-11-08T01:56:58.551688+0000 mon.smithi001 (mon.0) 190 : cluster [DBG] monmap e2: 2 mons at {smithi001=[v2:172.21.15.1:3300/0,v1:172.21.15.1:6789/0],smithi023=[v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0]} removed_ranks: {} 2023-11-08T01:56:59.009 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:58 smithi023 conmon[87519]: cluster 2023-11-08T01:56:58.564036+0000 mon.smithi001 (mon.0) 191 : cluster [DBG] fsmap 2023-11-08T01:56:59.009 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:58 smithi023 conmon[87519]: cluster 2023-11-08T01:56:58.564085+0000 mon.smithi001 (mon.0) 192 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-11-08T01:56:59.009 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:58 smithi023 conmon[87519]: cluster 2023-11-08T01:56:58.564469+0000 mon.smithi001 (mon.0) 193 : cluster [DBG] mgrmap e18: smithi001.qhtxni(active, since 43s), standbys: smithi023.qdxjtc 2023-11-08T01:56:59.010 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:58 smithi023 conmon[87519]: cluster 2023-11-08T01:56:58.567980+0000 mon.smithi001 (mon.0) 194 : cluster [INF] overall HEALTH_OK 2023-11-08T01:56:59.010 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:58 smithi023 conmon[87519]: audit 2023-11-08T01:56:58.570483+0000 mon.smithi001 (mon.0) 195 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:56:59.434 INFO:teuthology.orchestra.run.smithi023.stdout: 2023-11-08T01:56:59.434 INFO:teuthology.orchestra.run.smithi023.stdout:{"epoch":2,"fsid":"af795e7c-7dd9-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:56:53.515327Z","created":"2023-11-08T01:54:34.725705Z","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":"smithi001","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:3300","nonce":0},{"type":"v1","addr":"172.21.15.1:6789","nonce":0}]},"addr":"172.21.15.1:6789/0","public_addr":"172.21.15.1:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi023","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:3300","nonce":0},{"type":"v1","addr":"172.21.15.23:6789","nonce":0}]},"addr":"172.21.15.23:6789/0","public_addr":"172.21.15.23:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-11-08T01:56:59.435 INFO:teuthology.orchestra.run.smithi023.stderr:dumped monmap epoch 2 2023-11-08T01:56:59.841 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:59 smithi023 conmon[87519]: cephadm 2023-11-08T01:56:58.572459+0000 2023-11-08T01:56:59.841 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:59 smithi023 conmon[87519]: mgr.smithi001.qhtxni (mgr.14180) 26 : cephadm [INF] Deploying daemon node-exporter.smithi023 on smithi023 2023-11-08T01:56:59.841 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:59 smithi023 conmon[87519]: cluster 2023-11-08T01:56:59.111741+0000 mgr.smithi001.qhtxni (mgr.14180) 27 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:56:59.842 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:59 smithi023 conmon[87519]: audit 2023-11-08T01:56:59.431735+0000 mon.smithi001 (mon.0) 196 : audit [DBG] from='client.? 172.21.15.23:0/2566935355' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:56:59.842 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:56:59 smithi023 conmon[87519]: audit 2023-11-08T01:56:59.515679+0000 mon.smithi001 (mon.0) 197 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "mon metadata", "id": "smithi023"}]: dispatch 2023-11-08T01:56:59.843 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-11-08T01:56:59.843 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph config generate-minimal-conf 2023-11-08T01:56:59.878 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:59 smithi001 conmon[82545]: cephadm 2023-11-08T01:56:58.572459+0000 mgr.smithi001.qhtxni (mgr. 2023-11-08T01:56:59.878 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:59 smithi001 conmon[82545]: 14180) 26 : cephadm [INF] Deploying daemon node-exporter.smithi023 on smithi023 2023-11-08T01:56:59.878 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:59 smithi001 conmon[82545]: cluster 2023-11-08T01:56:59.111741+0000 mgr.smithi001.qhtxni (mgr.14180) 27 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:56:59.879 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:59 smithi001 conmon[82545]: audit 2023-11-08T01:56:59.431735+0000 mon.smithi001 (mon.0) 196 : audit [DBG] from='client.? 172.21.15.23:0/2566935355' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:56:59.879 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:59 smithi001 conmon[82545]: audit 2023-11-08 2023-11-08T01:56:59.879 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:59 smithi001 conmon[82545]: T01:56:59.515679+0000 mon.smithi001 (mon.0) 197 : audit 2023-11-08T01:56:59.879 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:56:59 smithi001 conmon[82545]: [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "mon metadata", "id": "smithi023"}]: dispatch 2023-11-08T01:57:01.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:01 smithi001 conmon[82545]: audit 2023-11-08T01:57:00.274225+0000 2023-11-08T01:57:01.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:01 smithi001 conmon[82545]: mon.smithi001 (mon.0) 198 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:57:01.529 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:01 smithi023 conmon[87519]: audit 2023-11-08T01:57:00.274225+0000 mon.smithi001 (mon.0) 198 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:57:01.895 INFO:teuthology.orchestra.run.smithi001.stdout:# minimal ceph.conf for af795e7c-7dd9-11ee-8dbb-212e2dc638e7 2023-11-08T01:57:01.896 INFO:teuthology.orchestra.run.smithi001.stdout:[global] 2023-11-08T01:57:01.896 INFO:teuthology.orchestra.run.smithi001.stdout: fsid = af795e7c-7dd9-11ee-8dbb-212e2dc638e7 2023-11-08T01:57:01.896 INFO:teuthology.orchestra.run.smithi001.stdout: mon_host = [v2:172.21.15.1:3300/0,v1:172.21.15.1:6789/0] [v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0] 2023-11-08T01:57:02.253 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-11-08T01:57:02.254 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2023-11-08T01:57:02.254 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd of=/etc/ceph/ceph.conf 2023-11-08T01:57:02.322 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2023-11-08T01:57:02.323 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-08T01:57:02.388 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2023-11-08T01:57:02.389 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd of=/etc/ceph/ceph.conf 2023-11-08T01:57:02.419 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2023-11-08T01:57:02.419 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-08T01:57:02.484 INFO:tasks.cephadm:Deploying OSDs... 2023-11-08T01:57:02.485 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2023-11-08T01:57:02.485 DEBUG:teuthology.orchestra.run.smithi001:> dd if=/scratch_devs of=/dev/stdout 2023-11-08T01:57:02.500 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-08T01:57:02.501 DEBUG:teuthology.orchestra.run.smithi001:> stat /dev/nvme1n1 2023-11-08T01:57:02.556 INFO:teuthology.orchestra.run.smithi001.stdout: File: /dev/nvme1n1 2023-11-08T01:57:02.556 INFO:teuthology.orchestra.run.smithi001.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-08T01:57:02.557 INFO:teuthology.orchestra.run.smithi001.stdout:Device: 6h/6d Inode: 237495 Links: 1 Device type: 103,1 2023-11-08T01:57:02.557 INFO:teuthology.orchestra.run.smithi001.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-08T01:57:02.557 INFO:teuthology.orchestra.run.smithi001.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-08T01:57:02.557 INFO:teuthology.orchestra.run.smithi001.stdout:Access: 2023-11-08 01:55:41.727277770 +0000 2023-11-08T01:57:02.557 INFO:teuthology.orchestra.run.smithi001.stdout:Modify: 2023-11-08 01:55:41.650278716 +0000 2023-11-08T01:57:02.558 INFO:teuthology.orchestra.run.smithi001.stdout:Change: 2023-11-08 01:55:41.650278716 +0000 2023-11-08T01:57:02.558 INFO:teuthology.orchestra.run.smithi001.stdout: Birth: - 2023-11-08T01:57:02.558 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-11-08T01:57:02.618 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:02 smithi001 conmon[82545]: cluster 2023-11-08T01:57:01.112097+0000 mgr.smithi001.qhtxni (mgr.14180) 28 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:57:02.619 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:02 smithi001 conmon[82545]: audit 2023-11-08T01:57:01.894505+0000 mon.smithi001 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.1:0/1917356664' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:57:02.619 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:02 smithi001 conmon[82545]: audit 2023-11-08T01:57:02.058044+0000 mon.smithi001 (mon.0) 200 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:57:02.619 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:02 smithi001 conmon[82545]: audit 2023-11-08T01:57:02.059373+0000 mon.smithi001 (mon.0) 201 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T01:57:02.620 INFO:teuthology.orchestra.run.smithi001.stderr:1+0 records in 2023-11-08T01:57:02.621 INFO:teuthology.orchestra.run.smithi001.stderr:1+0 records out 2023-11-08T01:57:02.621 INFO:teuthology.orchestra.run.smithi001.stderr:512 bytes copied, 0.00011481 s, 4.5 MB/s 2023-11-08T01:57:02.622 DEBUG:teuthology.orchestra.run.smithi001:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-11-08T01:57:02.679 DEBUG:teuthology.orchestra.run.smithi001:> stat /dev/nvme2n1 2023-11-08T01:57:02.734 INFO:teuthology.orchestra.run.smithi001.stdout: File: /dev/nvme2n1 2023-11-08T01:57:02.734 INFO:teuthology.orchestra.run.smithi001.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-08T01:57:02.734 INFO:teuthology.orchestra.run.smithi001.stdout:Device: 6h/6d Inode: 243742 Links: 1 Device type: 103,2 2023-11-08T01:57:02.734 INFO:teuthology.orchestra.run.smithi001.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-08T01:57:02.735 INFO:teuthology.orchestra.run.smithi001.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-08T01:57:02.735 INFO:teuthology.orchestra.run.smithi001.stdout:Access: 2023-11-08 01:55:41.737277647 +0000 2023-11-08T01:57:02.735 INFO:teuthology.orchestra.run.smithi001.stdout:Modify: 2023-11-08 01:55:41.652278692 +0000 2023-11-08T01:57:02.735 INFO:teuthology.orchestra.run.smithi001.stdout:Change: 2023-11-08 01:55:41.652278692 +0000 2023-11-08T01:57:02.735 INFO:teuthology.orchestra.run.smithi001.stdout: Birth: - 2023-11-08T01:57:02.736 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-11-08T01:57:02.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:02 smithi023 conmon[87519]: cluster 2023-11-08T01:57:01. 2023-11-08T01:57:02.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:02 smithi023 conmon[87519]: 112097+0000 mgr.smithi001.qhtxni (mgr.14180) 28 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:57:02.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:02 smithi023 conmon[87519]: audit 2023-11-08T01 2023-11-08T01:57:02.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:02 smithi023 conmon[87519]: :57:01.894505+0000 mon.smithi001 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.1:0/1917356664' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:57:02.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:02 smithi023 conmon[87519]: audit 2023-11-08T01:57:02.058044+0000 2023-11-08T01:57:02.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:02 smithi023 conmon[87519]: mon.smithi001 (mon.0) 200 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:57:02.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:02 smithi023 conmon[87519]: audit 2023 2023-11-08T01:57:02.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:02 smithi023 conmon[87519]: -11-08T01:57:02.059373 2023-11-08T01:57:02.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:02 smithi023 conmon[87519]: +0000 mon.smithi001 (mon.0) 201 : audit [DBG] 2023-11-08T01:57:02.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:02 smithi023 conmon[87519]: from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T01:57:02.797 INFO:teuthology.orchestra.run.smithi001.stderr:1+0 records in 2023-11-08T01:57:02.797 INFO:teuthology.orchestra.run.smithi001.stderr:1+0 records out 2023-11-08T01:57:02.797 INFO:teuthology.orchestra.run.smithi001.stderr:512 bytes copied, 0.000136267 s, 3.8 MB/s 2023-11-08T01:57:02.798 DEBUG:teuthology.orchestra.run.smithi001:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-11-08T01:57:02.854 DEBUG:teuthology.orchestra.run.smithi001:> stat /dev/nvme3n1 2023-11-08T01:57:02.910 INFO:teuthology.orchestra.run.smithi001.stdout: File: /dev/nvme3n1 2023-11-08T01:57:02.910 INFO:teuthology.orchestra.run.smithi001.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-08T01:57:02.910 INFO:teuthology.orchestra.run.smithi001.stdout:Device: 6h/6d Inode: 243843 Links: 1 Device type: 103,3 2023-11-08T01:57:02.911 INFO:teuthology.orchestra.run.smithi001.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-08T01:57:02.911 INFO:teuthology.orchestra.run.smithi001.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-08T01:57:02.911 INFO:teuthology.orchestra.run.smithi001.stdout:Access: 2023-11-08 01:55:41.748277512 +0000 2023-11-08T01:57:02.911 INFO:teuthology.orchestra.run.smithi001.stdout:Modify: 2023-11-08 01:55:41.656278643 +0000 2023-11-08T01:57:02.911 INFO:teuthology.orchestra.run.smithi001.stdout:Change: 2023-11-08 01:55:41.656278643 +0000 2023-11-08T01:57:02.912 INFO:teuthology.orchestra.run.smithi001.stdout: Birth: - 2023-11-08T01:57:02.912 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-11-08T01:57:02.974 INFO:teuthology.orchestra.run.smithi001.stderr:1+0 records in 2023-11-08T01:57:02.974 INFO:teuthology.orchestra.run.smithi001.stderr:1+0 records out 2023-11-08T01:57:02.974 INFO:teuthology.orchestra.run.smithi001.stderr:512 bytes copied, 0.000128657 s, 4.0 MB/s 2023-11-08T01:57:02.976 DEBUG:teuthology.orchestra.run.smithi001:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-11-08T01:57:03.031 DEBUG:teuthology.orchestra.run.smithi001:> stat /dev/nvme4n1 2023-11-08T01:57:03.087 INFO:teuthology.orchestra.run.smithi001.stdout: File: /dev/nvme4n1 2023-11-08T01:57:03.087 INFO:teuthology.orchestra.run.smithi001.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-08T01:57:03.087 INFO:teuthology.orchestra.run.smithi001.stdout:Device: 6h/6d Inode: 240622 Links: 1 Device type: 103,4 2023-11-08T01:57:03.087 INFO:teuthology.orchestra.run.smithi001.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-08T01:57:03.088 INFO:teuthology.orchestra.run.smithi001.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-08T01:57:03.088 INFO:teuthology.orchestra.run.smithi001.stdout:Access: 2023-11-08 01:55:41.759277377 +0000 2023-11-08T01:57:03.088 INFO:teuthology.orchestra.run.smithi001.stdout:Modify: 2023-11-08 01:55:41.659278606 +0000 2023-11-08T01:57:03.088 INFO:teuthology.orchestra.run.smithi001.stdout:Change: 2023-11-08 01:55:41.659278606 +0000 2023-11-08T01:57:03.088 INFO:teuthology.orchestra.run.smithi001.stdout: Birth: - 2023-11-08T01:57:03.089 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-11-08T01:57:03.151 INFO:teuthology.orchestra.run.smithi001.stderr:1+0 records in 2023-11-08T01:57:03.151 INFO:teuthology.orchestra.run.smithi001.stderr:1+0 records out 2023-11-08T01:57:03.151 INFO:teuthology.orchestra.run.smithi001.stderr:512 bytes copied, 0.000160388 s, 3.2 MB/s 2023-11-08T01:57:03.152 DEBUG:teuthology.orchestra.run.smithi001:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-11-08T01:57:03.208 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2023-11-08T01:57:03.209 DEBUG:teuthology.orchestra.run.smithi023:> dd if=/scratch_devs of=/dev/stdout 2023-11-08T01:57:03.225 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-08T01:57:03.225 DEBUG:teuthology.orchestra.run.smithi023:> stat /dev/nvme1n1 2023-11-08T01:57:03.281 INFO:teuthology.orchestra.run.smithi023.stdout: File: /dev/nvme1n1 2023-11-08T01:57:03.281 INFO:teuthology.orchestra.run.smithi023.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-08T01:57:03.282 INFO:teuthology.orchestra.run.smithi023.stdout:Device: 6h/6d Inode: 238292 Links: 1 Device type: 103,1 2023-11-08T01:57:03.282 INFO:teuthology.orchestra.run.smithi023.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-08T01:57:03.282 INFO:teuthology.orchestra.run.smithi023.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-08T01:57:03.282 INFO:teuthology.orchestra.run.smithi023.stdout:Access: 2023-11-08 01:56:34.576345220 +0000 2023-11-08T01:57:03.283 INFO:teuthology.orchestra.run.smithi023.stdout:Modify: 2023-11-08 01:56:34.508345725 +0000 2023-11-08T01:57:03.283 INFO:teuthology.orchestra.run.smithi023.stdout:Change: 2023-11-08 01:56:34.508345725 +0000 2023-11-08T01:57:03.283 INFO:teuthology.orchestra.run.smithi023.stdout: Birth: - 2023-11-08T01:57:03.283 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-11-08T01:57:03.347 INFO:teuthology.orchestra.run.smithi023.stderr:1+0 records in 2023-11-08T01:57:03.347 INFO:teuthology.orchestra.run.smithi023.stderr:1+0 records out 2023-11-08T01:57:03.347 INFO:teuthology.orchestra.run.smithi023.stderr:512 bytes copied, 0.000310318 s, 1.6 MB/s 2023-11-08T01:57:03.348 DEBUG:teuthology.orchestra.run.smithi023:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-11-08T01:57:03.405 DEBUG:teuthology.orchestra.run.smithi023:> stat /dev/nvme2n1 2023-11-08T01:57:03.462 INFO:teuthology.orchestra.run.smithi023.stdout: File: /dev/nvme2n1 2023-11-08T01:57:03.462 INFO:teuthology.orchestra.run.smithi023.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-08T01:57:03.462 INFO:teuthology.orchestra.run.smithi023.stdout:Device: 6h/6d Inode: 235490 Links: 1 Device type: 103,2 2023-11-08T01:57:03.462 INFO:teuthology.orchestra.run.smithi023.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-08T01:57:03.463 INFO:teuthology.orchestra.run.smithi023.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-08T01:57:03.463 INFO:teuthology.orchestra.run.smithi023.stdout:Access: 2023-11-08 01:56:34.587345139 +0000 2023-11-08T01:57:03.463 INFO:teuthology.orchestra.run.smithi023.stdout:Modify: 2023-11-08 01:56:34.509345718 +0000 2023-11-08T01:57:03.463 INFO:teuthology.orchestra.run.smithi023.stdout:Change: 2023-11-08 01:56:34.509345718 +0000 2023-11-08T01:57:03.463 INFO:teuthology.orchestra.run.smithi023.stdout: Birth: - 2023-11-08T01:57:03.464 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-11-08T01:57:03.528 INFO:teuthology.orchestra.run.smithi023.stderr:1+0 records in 2023-11-08T01:57:03.529 INFO:teuthology.orchestra.run.smithi023.stderr:1+0 records out 2023-11-08T01:57:03.529 INFO:teuthology.orchestra.run.smithi023.stderr:512 bytes copied, 0.000311191 s, 1.6 MB/s 2023-11-08T01:57:03.530 DEBUG:teuthology.orchestra.run.smithi023:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-11-08T01:57:03.587 DEBUG:teuthology.orchestra.run.smithi023:> stat /dev/nvme3n1 2023-11-08T01:57:03.643 INFO:teuthology.orchestra.run.smithi023.stdout: File: /dev/nvme3n1 2023-11-08T01:57:03.643 INFO:teuthology.orchestra.run.smithi023.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-08T01:57:03.644 INFO:teuthology.orchestra.run.smithi023.stdout:Device: 6h/6d Inode: 245789 Links: 1 Device type: 103,3 2023-11-08T01:57:03.644 INFO:teuthology.orchestra.run.smithi023.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-08T01:57:03.644 INFO:teuthology.orchestra.run.smithi023.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-08T01:57:03.645 INFO:teuthology.orchestra.run.smithi023.stdout:Access: 2023-11-08 01:56:34.598345057 +0000 2023-11-08T01:57:03.645 INFO:teuthology.orchestra.run.smithi023.stdout:Modify: 2023-11-08 01:56:34.512345695 +0000 2023-11-08T01:57:03.645 INFO:teuthology.orchestra.run.smithi023.stdout:Change: 2023-11-08 01:56:34.512345695 +0000 2023-11-08T01:57:03.645 INFO:teuthology.orchestra.run.smithi023.stdout: Birth: - 2023-11-08T01:57:03.646 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-11-08T01:57:03.709 INFO:teuthology.orchestra.run.smithi023.stderr:1+0 records in 2023-11-08T01:57:03.709 INFO:teuthology.orchestra.run.smithi023.stderr:1+0 records out 2023-11-08T01:57:03.709 INFO:teuthology.orchestra.run.smithi023.stderr:512 bytes copied, 0.000325018 s, 1.6 MB/s 2023-11-08T01:57:03.711 DEBUG:teuthology.orchestra.run.smithi023:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-11-08T01:57:03.767 DEBUG:teuthology.orchestra.run.smithi023:> stat /dev/nvme4n1 2023-11-08T01:57:03.825 INFO:teuthology.orchestra.run.smithi023.stdout: File: /dev/nvme4n1 2023-11-08T01:57:03.826 INFO:teuthology.orchestra.run.smithi023.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-08T01:57:03.826 INFO:teuthology.orchestra.run.smithi023.stdout:Device: 6h/6d Inode: 245829 Links: 1 Device type: 103,4 2023-11-08T01:57:03.826 INFO:teuthology.orchestra.run.smithi023.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-08T01:57:03.827 INFO:teuthology.orchestra.run.smithi023.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-08T01:57:03.827 INFO:teuthology.orchestra.run.smithi023.stdout:Access: 2023-11-08 01:56:34.609344976 +0000 2023-11-08T01:57:03.827 INFO:teuthology.orchestra.run.smithi023.stdout:Modify: 2023-11-08 01:56:34.514345681 +0000 2023-11-08T01:57:03.828 INFO:teuthology.orchestra.run.smithi023.stdout:Change: 2023-11-08 01:56:34.514345681 +0000 2023-11-08T01:57:03.828 INFO:teuthology.orchestra.run.smithi023.stdout: Birth: - 2023-11-08T01:57:03.829 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-11-08T01:57:03.890 INFO:teuthology.orchestra.run.smithi023.stderr:1+0 records in 2023-11-08T01:57:03.890 INFO:teuthology.orchestra.run.smithi023.stderr:1+0 records out 2023-11-08T01:57:03.891 INFO:teuthology.orchestra.run.smithi023.stderr:512 bytes copied, 0.00037965 s, 1.3 MB/s 2023-11-08T01:57:03.892 DEBUG:teuthology.orchestra.run.smithi023:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-11-08T01:57:03.950 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch apply osd --all-available-devices 2023-11-08T01:57:04.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:04 smithi023 conmon[87519]: cluster 2023-11-08T01:57:03.112470+0000 mgr.smithi001.qhtxni ( 2023-11-08T01:57:04.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:04 smithi023 conmon[87519]: mgr.14180) 29 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:57:04.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:04 smithi023 conmon[87519]: audit 2023-11-08T01:57:04.392703+0000 mon.smithi001 (mon.0) 202 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:57:04.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:04 smithi023 conmon[87519]: audit 2023-11-08T01:57:04.393630+0000 mon.smithi001 (mon.0) 203 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:57:04.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:04 smithi023 conmon[87519]: audit 2023-11-08T01:57:04.394588+0000 mon.smithi001 (mon.0) 204 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T01:57:04.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:04 smithi023 conmon[87519]: audit 2023-11-08T01:57:04.425523+0000 mon.smithi001 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:57:04.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:04 smithi023 conmon[87519]: audit 2023-11-08T01:57:04.428839+0000 mon.smithi001 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:57:04.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:04 smithi023 conmon[87519]: audit 2023-11-08T01:57:04.432397+0000 mon.smithi001 (mon.0) 207 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:57:04.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:04 smithi023 conmon[87519]: audit 2023-11-08T01:57:04.437116+0000 mon.smithi001 (mon.0) 208 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-08T01:57:04.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:04 smithi023 conmon[87519]: audit 2023-11-08T01:57:04.437905+0000 mon.smithi001 (mon.0) 209 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-08T01:57:04.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:04 smithi023 conmon[87519]: audit 2023-11-08T01:57:04.438649+0000 mon.smithi001 (mon.0) 210 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:57:04.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:04 smithi001 conmon[82545]: cluster 2023-11-08T01:57:03.112470+0000 mgr.smithi001.qhtxni (mgr 2023-11-08T01:57:04.958 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:04 smithi001 conmon[82545]: .14180) 29 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:57:04.958 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:04 smithi001 conmon[82545]: audit 2023-11-08T01:57:04.392703+0000 mon.smithi001 (mon.0) 202 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:57:04.958 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:04 smithi001 conmon[82545]: audit 2023-11-08T01:57:04.393630+0000 mon.smithi001 (mon.0) 203 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:57:04.958 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:04 smithi001 conmon[82545]: audit 2023-11-08T01:57:04.394588+0000 mon.smithi001 (mon.0) 204 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T01:57:04.959 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:04 smithi001 conmon[82545]: audit 2023-11-08T01:57:04.425523+0000 mon.smithi001 (mon.0 2023-11-08T01:57:04.959 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:04 smithi001 conmon[82545]: ) 205 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:57:04.959 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:04 smithi001 conmon[82545]: audit 2023-11-08T01:57:04.428839+0000 mon.smithi001 (mon. 2023-11-08T01:57:04.959 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:04 smithi001 conmon[82545]: 0) 206 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:57:04.960 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:04 smithi001 conmon[82545]: audit 2023-11-08T01:57:04.432397 2023-11-08T01:57:04.960 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:04 smithi001 conmon[82545]: +0000 mon.smithi001 (mon.0) 207 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:57:04.960 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:04 smithi001 conmon[82545]: audit 2023-11-08T 2023-11-08T01:57:04.960 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:04 smithi001 conmon[82545]: 01:57:04.437116+0000 mon.smithi001 (mon.0) 208 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-08T01:57:04.960 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:04 smithi001 conmon[82545]: 2023-11-08T01:57:04.961 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:04 smithi001 conmon[82545]: audit 2023-11-08T01:57:04.437905 2023-11-08T01:57:04.961 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:04 smithi001 conmon[82545]: +0000 mon.smithi001 (mon.0) 209 : audit [DBG] 2023-11-08T01:57:04.961 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:04 smithi001 conmon[82545]: from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-08T01:57:04.961 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:04 smithi001 conmon[82545]: audit 2023-11-08T01:57:04.438649+0000 mon.smithi001 ( 2023-11-08T01:57:04.961 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:04 smithi001 conmon[82545]: mon.0) 210 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:57:05.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:05 smithi001 conmon[82545]: cephadm 2023-11-08T01:57:04.395816+0000 2023-11-08T01:57:05.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:05 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 30 : cephadm [INF] Updating smithi001:/etc/ceph/ceph.conf 2023-11-08T01:57:05.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:05 smithi001 conmon[82545]: cephadm 2023-11-08T01:57:04.396192+0000 mgr.smithi001.qhtxni (mgr.14180) 31 : cephadm [INF] Updating smithi023:/etc/ceph/ceph.conf 2023-11-08T01:57:05.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:05 smithi001 conmon[82545]: cephadm 2023-11-08T01:57:04.436788+0000 mgr.smithi001.qhtxni (mgr.14180) 32 : cephadm [INF] Reconfiguring mon.smithi001 (unknown last config time)... 2023-11-08T01:57:05.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:05 smithi001 conmon[82545]: cephadm 2023-11-08T01:57:04.439372+0000 mgr.smithi001.qhtxni (mgr.14180) 33 : cephadm [INF] Reconfiguring daemon mon.smithi001 on smithi001 2023-11-08T01:57:05.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:05 smithi001 conmon[82545]: audit 2023-11-08T01:57:05.278471+0000 mon.smithi001 (mon.0) 211 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:57:05.760 INFO:teuthology.orchestra.run.smithi023.stdout:Scheduled osd.all-available-devices update... 2023-11-08T01:57:05.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:05 smithi023 conmon[87519]: cephadm 2023-11-08T01:57:04.395816+0000 mgr.smithi001.qhtxni (mgr.14180) 30 : cephadm [INF] Updating smithi001:/etc/ceph/ceph.conf 2023-11-08T01:57:05.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:05 smithi023 conmon[87519]: cephadm 2023-11-08T01:57:04.396192+0000 mgr.smithi001.qhtxni (mgr.14180) 31 : cephadm [INF] Updating smithi023:/etc/ceph/ceph.conf 2023-11-08T01:57:05.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:05 smithi023 conmon[87519]: cephadm 2023-11-08T01:57:04.436788+0000 mgr.smithi001.qhtxni (mgr.14180) 32 : cephadm [INF] Reconfiguring mon.smithi001 (unknown last config time)... 2023-11-08T01:57:05.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:05 smithi023 conmon[87519]: cephadm 2023-11-08T01:57:04.439372+0000 mgr.smithi001.qhtxni (mgr.14180) 33 : cephadm [INF] Reconfiguring daemon mon.smithi001 on smithi001 2023-11-08T01:57:05.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:05 smithi023 conmon[87519]: audit 2023-11-08T01:57:05.278471+0000 mon.smithi001 (mon.0) 211 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:57:06.122 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-11-08T01:57:06.123 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T01:57:06.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:06 smithi001 conmon[82545]: cluster 2023-11-08T01:57:05.112774+0000 2023-11-08T01:57:06.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:06 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 34 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:57:06.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:06 smithi001 conmon[82545]: audit 2023-11-08T01:57:05.546265+0000 mon.smithi001 (mon.0) 212 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:57:06.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:06 smithi001 conmon[82545]: audit 2023-11-08T01:57:05.547107+0000 mon.smithi001 (mon.0) 213 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi001.qhtxni", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-08T01:57:06.708 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:06 smithi001 conmon[82545]: audit 2023-11-08T01:57:05.547811+0000 mon.smithi001 (mon.0) 214 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-08T01:57:06.708 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:06 smithi001 conmon[82545]: audit 2023-11-08T01:57:05.548362+0000 mon.smithi001 (mon.0) 215 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:57:06.708 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:06 smithi001 conmon[82545]: audit 2023-11-08T01:57:05.759436+0000 mon.smithi001 (mon.0) 216 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:57:06.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:06 smithi023 conmon[87519]: cluster 2023-11-08T01:57:05.112774+0000 mgr.smithi001.qhtxni (mgr.14180) 34 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:57:06.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:06 smithi023 conmon[87519]: audit 2023-11-08T01:57:05.546265+0000 mon.smithi001 (mon.0) 212 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:57:06.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:06 smithi023 conmon[87519]: audit 2023-11-08T01:57:05.547107+0000 mon.smithi001 (mon.0) 213 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi001.qhtxni", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-08T01:57:06.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:06 smithi023 conmon[87519]: audit 2023-11-08T01:57:05.547811+0000 mon.smithi001 (mon.0) 214 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-08T01:57:06.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:06 smithi023 conmon[87519]: audit 2023-11-08T01:57:05.548362+0000 mon.smithi001 (mon.0) 215 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:57:06.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:06 smithi023 conmon[87519]: audit 2023-11-08T01:57:05.759436+0000 mon.smithi001 (mon.0) 216 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:57:07.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:07 smithi023 conmon[87519]: cephadm 2023-11-08T01:57:05.546869+0000 mgr.smithi001.qhtxni (mgr.14180) 35 : cephadm [INF] Reconfiguring mgr.smithi001.qhtxni (unknown last config time)... 2023-11-08T01:57:07.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:07 smithi023 conmon[87519]: cephadm 2023-11-08T01:57:05.548858+0000 mgr.smithi001.qhtxni (mgr.14180) 36 : cephadm [INF] Reconfiguring daemon mgr.smithi001.qhtxni on smithi001 2023-11-08T01:57:07.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:07 smithi023 conmon[87519]: audit 2023-11-08T01:57 2023-11-08T01:57:07.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:07 smithi023 conmon[87519]: :05.754280+0000 mgr.smithi001.qhtxni (mgr.14180) 37 : audit 2023-11-08T01:57:07.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:07 smithi023 conmon[87519]: [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:57:07.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:07 smithi023 conmon[87519]: cephadm 2023-11-08T01:57:07.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:07 smithi023 conmon[87519]: 2023-11-08T01:57: 2023-11-08T01:57:07.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:07 smithi023 conmon[87519]: 05.755688+0000 mgr.smithi001.qhtxni (mgr. 2023-11-08T01:57:07.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:07 smithi023 conmon[87519]: 14180) 38 : cephadm [INF] Marking host: smithi001 for OSDSpec preview refresh. 2023-11-08T01:57:07.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:07 smithi023 conmon[87519]: cephadm 2023-11- 2023-11-08T01:57:07.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:07 smithi023 conmon[87519]: 08T01:57:05.755748+0000 mgr.smithi001.qhtxni 2023-11-08T01:57:07.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:07 smithi023 conmon[87519]: (mgr.14180) 39 : cephadm [INF] 2023-11-08T01:57:07.782 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:07 smithi023 conmon[87519]: Marking host: smithi023 for OSDSpec preview refresh. 2023-11-08T01:57:07.782 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:07 smithi023 conmon[87519]: cephadm 2023-11-08T01:57:07.782 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:07 smithi023 conmon[87519]: 2023-11- 2023-11-08T01:57:07.782 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:07 smithi023 conmon[87519]: 08T01:57:05.756008 2023-11-08T01:57:07.782 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:07 smithi023 conmon[87519]: +0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T01:57:07.783 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:07 smithi023 conmon[87519]: 40 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-11-08T01:57:07.783 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:07 smithi023 conmon[87519]: audit 2023-11-08T01:57:07.783 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:07 smithi023 conmon[87519]: 2023-11-08T01:57:06 2023-11-08T01:57:07.783 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:07 smithi023 conmon[87519]: .658231+0000 mon.smithi001 (mon 2023-11-08T01:57:07.783 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:07 smithi023 conmon[87519]: .0) 217 : audit [INF] 2023-11-08T01:57:07.784 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:07 smithi023 conmon[87519]: from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:57:07.789 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:07 smithi001 conmon[82545]: cephadm 2023-11-08T01:57:05.546869+0000 mgr.smithi001.qhtxni (mgr.14180) 35 : cephadm [INF] Reconfiguring mgr.smithi001.qhtxni (unknown last config time)... 2023-11-08T01:57:07.789 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:07 smithi001 conmon[82545]: cephadm 2023-11-08T01:57:05.548858+0000 mgr.smithi001.qhtxni (mgr.14180) 36 : cephadm [INF] Reconfiguring daemon mgr.smithi001.qhtxni on smithi001 2023-11-08T01:57:07.789 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:07 smithi001 conmon[82545]: audit 2023-11-08T01:57:05.754280+0000 mgr.smithi001.qhtxni (mgr.14180) 37 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:57:07.789 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:07 smithi001 conmon[82545]: cephadm 2023-11-08T01:57:05.755688+0000 mgr.smithi001.qhtxni (mgr.14180) 38 : cephadm [INF] Marking host: smithi001 for OSDSpec preview refresh. 2023-11-08T01:57:07.790 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:07 smithi001 conmon[82545]: cephadm 2023-11-08T01:57:05.755748+0000 mgr.smithi001.qhtxni (mgr.14180) 39 : cephadm [INF] Marking host: smithi023 for OSDSpec preview refresh. 2023-11-08T01:57:07.790 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:07 smithi001 conmon[82545]: cephadm 2023-11-08T01:57:05.756008+0000 mgr.smithi001.qhtxni (mgr.14180) 40 : cephadm 2023-11-08T01:57:07.790 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:07 smithi001 conmon[82545]: [INF] Saving service osd.all-available-devices spec with placement * 2023-11-08T01:57:07.790 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:07 smithi001 conmon[82545]: audit 2023-11-08T01:57:06.658231+0000 mon.smithi001 (mon.0) 217 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:57:08.233 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T01:57:08.744 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:08 smithi001 conmon[82545]: cephadm 2023-11-08T01:57:06.659032+0000 mgr.smithi001.qhtxni (mgr.14180) 41 : cephadm [INF] Reconfiguring alertmanager.smithi001 (dependencies changed)... 2023-11-08T01:57:08.745 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:08 smithi001 conmon[82545]: cephadm 2023-11-08T01:57:06.665919+0000 mgr.smithi001.qhtxni (mgr.14180) 42 : cephadm [INF] Reconfiguring daemon alertmanager.smithi001 on smithi001 2023-11-08T01:57:08.745 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:08 smithi001 conmon[82545]: cluster 2023-11-08T01:57:07.112977+0000 mgr.smithi001.qhtxni (mgr.14180) 43 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:57:08.745 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:08 smithi001 conmon[82545]: audit 2023-11-08T01:57:08.232707+0000 mon.smithi001 (mon.0) 218 : audit [DBG] from='client.? 172.21.15.1:0/4166535162' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:57:08.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:08 smithi023 conmon[87519]: cephadm 2023-11-08T01:57 2023-11-08T01:57:08.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:08 smithi023 conmon[87519]: :06.659032+0000 mgr.smithi001.qhtxni (mgr.14180) 41 : cephadm [INF] Reconfiguring alertmanager.smithi001 (dependencies changed)... 2023-11-08T01:57:08.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:08 smithi023 conmon[87519]: cephadm 2023-11-08T01:57:06.665919+0000 2023-11-08T01:57:08.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:08 smithi023 conmon[87519]: mgr.smithi001.qhtxni (mgr.14180) 42 : cephadm [INF] Reconfiguring daemon alertmanager.smithi001 on smithi001 2023-11-08T01:57:08.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:08 smithi023 conmon[87519]: cluster 2023-11-08T01:57:08.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:08 smithi023 conmon[87519]: 2023-11-08T01:57:07.112977+0000 mgr.smithi001.qhtxni (mgr. 2023-11-08T01:57:08.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:08 smithi023 conmon[87519]: 14180) 43 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:57:08.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:08 smithi023 conmon[87519]: audit 2023-11 2023-11-08T01:57:08.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:08 smithi023 conmon[87519]: -08T01:57:08.232707+0000 mon.smithi001 (mon.0) 218 2023-11-08T01:57:08.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:08 smithi023 conmon[87519]: : audit [DBG] from='client.? 172.21.15.1:0/4166535162' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:57:08.883 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-11-08T01:57:09.884 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T01:57:10.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:10 smithi023 conmon[87519]: cluster 2023-11-08T01:57:09.113409+0000 mgr.smithi001.qhtxni (mgr.14180) 44 2023-11-08T01:57:10.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:10 smithi023 conmon[87519]: : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:57:10.785 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:10 smithi001 conmon[82545]: cluster 2023-11-08T01:57:09.113409 2023-11-08T01:57:10.785 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:10 smithi001 conmon[82545]: +0000 mgr.smithi001.qhtxni (mgr.14180) 44 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:57:11.974 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T01:57:12.144 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:11 smithi001 conmon[82545]: audit 2023-11-08T01:57:10.975263+0000 mon.smithi001 (mon.0) 219 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:57:12.144 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:11 smithi001 conmon[82545]: cephadm 2023-11-08T01:57:10.975837+0000 mgr.smithi001.qhtxni (mgr.14180) 45 : cephadm [INF] Reconfiguring crash.smithi001 (monmap changed)... 2023-11-08T01:57:12.144 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:11 smithi001 conmon[82545]: audit 2023-11-08T01:57:10.976068+0000 mon.smithi001 (mon.0) 220 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi001", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-08T01:57:12.144 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:11 smithi001 conmon[82545]: audit 2023-11-08T01:57:10.976714+0000 mon.smithi001 (mon.0) 221 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:57:12.145 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:11 smithi001 conmon[82545]: cephadm 2023-11-08T01:57:10.977242+0000 mgr.smithi001.qhtxni (mgr.14180) 46 : cephadm [INF] Reconfiguring daemon crash.smithi001 on smithi001 2023-11-08T01:57:12.145 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:11 smithi001 conmon[82545]: cluster 2023-11-08T01:57:11.113631+0000 mgr.smithi001.qhtxni (mgr.14180) 47 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:57:12.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:11 smithi023 conmon[87519]: audit 2023-11-08T01:57: 2023-11-08T01:57:12.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:11 smithi023 conmon[87519]: 10.975263+0000 mon.smithi001 (mon.0) 219 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:57:12.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:11 smithi023 conmon[87519]: cephadm 2023-11-08T01:57:12.280 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:11 smithi023 conmon[87519]: 2023-11-08T01:57:10.975837+0000 mgr.smithi001.qhtxni (mgr.14180) 45 : cephadm [INF] Reconfiguring crash.smithi001 (monmap changed)... 2023-11-08T01:57:12.280 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:11 smithi023 conmon[87519]: audit 2023- 2023-11-08T01:57:12.280 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:11 smithi023 conmon[87519]: 11-08T01:57:10.976068+0000 mon.smithi001 (mon.0) 220 : audit 2023-11-08T01:57:12.280 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:11 smithi023 conmon[87519]: [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi001", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-08T01:57:12.280 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:11 smithi023 conmon[87519]: audit 2023-11-08T01:57:10.976714 2023-11-08T01:57:12.281 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:11 smithi023 conmon[87519]: +0000 mon.smithi001 (mon.0) 221 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:57:12.281 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:11 smithi023 conmon[87519]: cephadm 2023-11-08T01: 2023-11-08T01:57:12.281 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:11 smithi023 conmon[87519]: 57:10.977242+0000 mgr.smithi001.qhtxni (mgr.14180) 46 : cephadm [INF] Reconfiguring daemon crash.smithi001 on smithi001 2023-11-08T01:57:12.281 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:11 smithi023 conmon[87519]: cluster 2023-11 2023-11-08T01:57:12.281 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:11 smithi023 conmon[87519]: -08T01:57:11.113631+0000 mgr.smithi001.qhtxni (mgr.14180) 47 : cluster [DBG] 2023-11-08T01:57:12.282 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:11 smithi023 conmon[87519]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:57:12.688 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-11-08T01:57:13.245 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:12 smithi001 conmon[82545]: audit 2023-11-08T01:57:11.973960+0000 mon.smithi001 2023-11-08T01:57:13.245 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:12 smithi001 conmon[82545]: (mon.0) 222 : audit [DBG] from='client.? 172.21.15.1:0/1306782645' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:57:13.245 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:12 smithi001 conmon[82545]: audit 2023-11-08T01:57:12.712336+0000 mon.smithi001 (mon.0) 223 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:57:13.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:12 smithi023 conmon[87519]: audit 2023-11-08T01:57:11.973960+0000 2023-11-08T01:57:13.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:12 smithi023 conmon[87519]: mon.smithi001 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.1:0/1306782645' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:57:13.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:12 smithi023 conmon[87519]: audit 2023-11-08T01:57:12 2023-11-08T01:57:13.280 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:12 smithi023 conmon[87519]: .712336+0000 mon.smithi001 (mon.0) 223 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:57:13.689 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T01:57:14.551 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:14 smithi001 conmon[82545]: cephadm 2023-11-08T01:57:12.712944+0000 mgr.smithi001.qhtxni 2023-11-08T01:57:14.551 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:14 smithi001 conmon[82545]: (mgr.14180) 48 : cephadm [INF] Reconfiguring grafana.smithi001 (dependencies changed)... 2023-11-08T01:57:14.552 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:14 smithi001 conmon[82545]: cephadm 2023-11-08T01:57:12.744565+0000 mgr.smithi001.qhtxni (mgr.14180) 49 : cephadm [INF] Reconfiguring daemon grafana.smithi001 on smithi001 2023-11-08T01:57:14.552 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:14 smithi001 conmon[82545]: cluster 2023-11-08T01:57:13.113943+0000 mgr.smithi001.qhtxni (mgr.14180) 50 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:57:14.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:14 smithi023 conmon[87519]: cephadm 2023-11-08T01:57:12.712944+0000 mgr.smithi001.qhtxni 2023-11-08T01:57:14.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:14 smithi023 conmon[87519]: (mgr.14180) 48 : cephadm [INF] Reconfiguring grafana.smithi001 (dependencies changed)... 2023-11-08T01:57:14.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:14 smithi023 conmon[87519]: cephadm 2023-11-08T01: 2023-11-08T01:57:14.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:14 smithi023 conmon[87519]: 57:12.744565+0000 mgr.smithi001.qhtxni (mgr.14180) 49 : cephadm [INF] Reconfiguring daemon grafana.smithi001 on smithi001 2023-11-08T01:57:14.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:14 smithi023 conmon[87519]: cluster 2023-11-08T01:57 2023-11-08T01:57:14.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:14 smithi023 conmon[87519]: :13.113943+0000 mgr.smithi001.qhtxni (mgr.14180) 50 : cluster [DBG] 2023-11-08T01:57:14.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:14 smithi023 conmon[87519]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:57:15.581 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T01:57:16.140 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-11-08T01:57:16.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:16 smithi001 conmon[82545]: cluster 2023-11-08T01:57:15.114347+0000 mgr.smithi001.qhtxni (mgr.14180) 51 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:57:16.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:16 smithi001 conmon[82545]: audit 2023-11-08T01:57:15.578956+0000 mon.smithi001 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.1:0/2860026759' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:57:16.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:16 smithi023 conmon[87519]: cluster 2023-11-08T01:57:15.114347+0000 mgr.smithi001.qhtxni ( 2023-11-08T01:57:16.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:16 smithi023 conmon[87519]: mgr.14180) 51 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:57:16.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:16 smithi023 conmon[87519]: audit 2023-11-08T01:57:15.578956+0000 mon.smithi001 (mon 2023-11-08T01:57:16.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:16 smithi023 conmon[87519]: .0) 224 : audit [DBG] from='client.? 172.21.15.1:0/2860026759' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:57:17.142 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T01:57:18.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:17 smithi001 conmon[82545]: audit 2023-11-08T01:57:16.867366+0000 mon.smithi001 (mon.0) 225 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:57:18.207 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:17 smithi001 conmon[82545]: cephadm 2023-11-08T01:57:16.868170+0000 mgr.smithi001.qhtxni (mgr.14180) 52 : cephadm [INF] Reconfiguring prometheus.smithi001 (dependencies changed)... 2023-11-08T01:57:18.207 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:17 smithi001 conmon[82545]: cephadm 2023-11-08T01:57:16.872408+0000 mgr.smithi001.qhtxni (mgr.14180) 53 : cephadm [INF] Reconfiguring daemon prometheus.smithi001 on smithi001 2023-11-08T01:57:18.207 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:17 smithi001 conmon[82545]: cluster 2023-11-08T01:57:17.114621+0000 mgr.smithi001.qhtxni (mgr.14180) 54 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:57:18.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:17 smithi023 conmon[87519]: audit 2023-11-08T01:57:16.867366+0000 mon.smithi001 ( 2023-11-08T01:57:18.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:17 smithi023 conmon[87519]: mon.0) 225 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:57:18.280 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:17 smithi023 conmon[87519]: cephadm 2023-11-08T01:57:16.868170+0000 mgr.smithi001.qhtxni (mgr.14180) 52 : cephadm [INF] 2023-11-08T01:57:18.280 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:17 smithi023 conmon[87519]: Reconfiguring prometheus.smithi001 (dependencies changed)... 2023-11-08T01:57:18.280 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:17 smithi023 conmon[87519]: cephadm 2023-11-08T 2023-11-08T01:57:18.280 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:17 smithi023 conmon[87519]: 01:57:16.872408+0000 mgr.smithi001.qhtxni (mgr.14180) 53 : cephadm [INF] Reconfiguring daemon prometheus.smithi001 on smithi001 2023-11-08T01:57:18.280 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:17 smithi023 conmon[87519]: cluster 2023-11-08T01:57:18.281 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:17 smithi023 conmon[87519]: 2023-11-08T01:57:17.114621+0000 mgr.smithi001.qhtxni (mgr 2023-11-08T01:57:18.281 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:17 smithi023 conmon[87519]: .14180) 54 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:57:19.510 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T01:57:19.895 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-11-08T01:57:20.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:20 smithi001 conmon[82545]: cluster 2023-11-08T01:57:19.114882+0000 mgr.smithi001.qhtxni (mgr 2023-11-08T01:57:20.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:20 smithi001 conmon[82545]: .14180) 55 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:57:20.708 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:20 smithi001 conmon[82545]: audit 2023-11-08T01:57:19.508889+0000 mon.smithi001 (mon.0) 226 : audit [DBG] from='client.? 172.21.15.1:0/2928225047' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:57:20.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:20 smithi023 conmon[87519]: cluster 2023-11-08T01:57:19.114882+0000 mgr.smithi001.qhtxni 2023-11-08T01:57:20.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:20 smithi023 conmon[87519]: (mgr.14180) 55 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:57:20.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:20 smithi023 conmon[87519]: audit 2023-11-08T01:57:19.508889+0000 mon.smithi001 ( 2023-11-08T01:57:20.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:20 smithi023 conmon[87519]: mon.0) 226 : audit [DBG] from='client.? 172.21.15.1:0/2928225047' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:57:20.897 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T01:57:22.530 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:22 smithi023 conmon[87519]: cluster 2023-11-08T01:57 2023-11-08T01:57:22.531 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:22 smithi023 conmon[87519]: :21.115115+0000 mgr.smithi001.qhtxni (mgr.14180) 56 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:57:22.531 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:22 smithi023 conmon[87519]: audit 2023-11-08T01:57:21.221298+0000 mon.smithi001 (mon.0) 227 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:57:22.531 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:22 smithi023 conmon[87519]: cephadm 2023-11-08T01:57:21.221839+0000 mgr.smithi001.qhtxni (mgr.14180) 57 : cephadm [INF] Reconfiguring crash.smithi023 (monmap changed)... 2023-11-08T01:57:22.531 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:22 smithi023 conmon[87519]: audit 2023-11-08T01:57:21.222097+0000 mon.smithi001 (mon.0) 228 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi023", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-08T01:57:22.531 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:22 smithi023 conmon[87519]: audit 2023-11-08T01:57:21.222746+0000 mon.smithi001 (mon.0) 229 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:57:22.532 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:22 smithi023 conmon[87519]: cephadm 2023-11-08T01:57:21.223215+0000 mgr.smithi001.qhtxni (mgr.14180) 58 : cephadm [INF] Reconfiguring daemon crash.smithi023 on smithi023 2023-11-08T01:57:22.631 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T01:57:22.656 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:22 smithi001 conmon[82545]: cluster 2023-11-08T01:57:21.115115+0000 mgr.smithi001.qhtxni (mgr.14180) 56 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:57:22.657 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:22 smithi001 conmon[82545]: audit 2023-11-08T01:57:21.221298+0000 mon.smithi001 (mon.0) 227 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:57:22.657 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:22 smithi001 conmon[82545]: cephadm 2023-11-08T01:57:21.221839+0000 mgr.smithi001.qhtxni (mgr.14180) 57 : cephadm [INF] Reconfiguring crash.smithi023 (monmap changed)... 2023-11-08T01:57:22.657 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:22 smithi001 conmon[82545]: audit 2023-11-08T01:57:21.222097+0000 mon.smithi001 (mon.0) 228 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi023", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-08T01:57:22.657 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:22 smithi001 conmon[82545]: audit 2023-11-08T01:57:21.222746+0000 mon.smithi001 (mon.0) 229 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:57:22.657 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:22 smithi001 conmon[82545]: cephadm 2023-11-08T01:57:21.223215+0000 mgr.smithi001.qhtxni (mgr 2023-11-08T01:57:22.658 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:22 smithi001 conmon[82545]: .14180) 58 : cephadm [INF] Reconfiguring daemon crash.smithi023 on smithi023 2023-11-08T01:57:23.006 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-11-08T01:57:23.529 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:23 smithi023 conmon[87519]: audit 2023-11-08T01: 2023-11-08T01:57:23.529 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:23 smithi023 conmon[87519]: 57:22.630975+0000 mon.smithi001 (mon.0) 230 : audit [DBG] from='client.? 172.21.15.1:0/4145905585' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:57:23.530 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:23 smithi023 conmon[87519]: audit 2023-11-08T01:57:22.743090+0000 mon.smithi001 (mon.0) 231 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:57:23.530 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:23 smithi023 conmon[87519]: audit 2023-11-08T01:57:23.530 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:23 smithi023 conmon[87519]: 2023-11-08T01: 2023-11-08T01:57:23.530 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:23 smithi023 conmon[87519]: 57:22.743881+0000 2023-11-08T01:57:23.530 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:23 smithi023 conmon[87519]: mon.smithi001 (mon.0) 232 : 2023-11-08T01:57:23.531 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:23 smithi023 conmon[87519]: audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi023.qdxjtc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-08T01:57:23.531 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:23 smithi023 conmon[87519]: audit 2023 2023-11-08T01:57:23.531 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:23 smithi023 conmon[87519]: -11-08T01:57: 2023-11-08T01:57:23.531 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:23 smithi023 conmon[87519]: 22.744545+0000 mon.smithi001 ( 2023-11-08T01:57:23.531 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:23 smithi023 conmon[87519]: mon.0) 233 : audit 2023-11-08T01:57:23.532 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:23 smithi023 conmon[87519]: [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-08T01:57:23.532 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:23 smithi023 conmon[87519]: audit 2023-11-08T01:57:23.532 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:23 smithi023 conmon[87519]: 2023-11-08T01:57 2023-11-08T01:57:23.532 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:23 smithi023 conmon[87519]: :22.745111+0000 mon.smithi001 2023-11-08T01:57:23.532 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:23 smithi023 conmon[87519]: (mon.0) 234 : audit 2023-11-08T01:57:23.533 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:23 smithi023 conmon[87519]: [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:57:23.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:23 smithi001 conmon[82545]: audit 2023-11-08T01:57:22.630975+0000 mon.smithi001 (mon.0) 230 : audit [DBG] from='client.? 172.21.15.1:0/4145905585' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:57:23.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:23 smithi001 conmon[82545]: audit 2023-11-08T01:57:22.743090+0000 mon.smithi001 (mon.0) 231 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:57:23.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:23 smithi001 conmon[82545]: audit 2023-11-08T01:57:22.743881+0000 mon.smithi001 (mon.0) 232 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi023.qdxjtc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-08T01:57:23.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:23 smithi001 conmon[82545]: audit 2023-11-08T01:57:22.744545+0000 mon.smithi001 (mon.0) 233 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-08T01:57:23.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:23 smithi001 conmon[82545]: audit 2023-11-08T01:57:22.745111+0000 mon.smithi001 (mon.0) 234 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:57:24.007 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T01:57:24.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:24 smithi001 conmon[82545]: cephadm 2023-11-08T01:57:22.743655+0000 2023-11-08T01:57:24.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:24 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 59 : cephadm [INF] Reconfiguring mgr.smithi023.qdxjtc (monmap changed)... 2023-11-08T01:57:24.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:24 smithi001 conmon[82545]: cephadm 2023-11-08T01:57:22.745613+0000 mgr.smithi001.qhtxni (mgr.14180) 60 : cephadm [INF] Reconfiguring daemon mgr.smithi023.qdxjtc on smithi023 2023-11-08T01:57:24.708 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:24 smithi001 conmon[82545]: cluster 2023-11-08T01:57:23.115398+0000 mgr.smithi001.qhtxni (mgr.14180) 61 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:57:24.708 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:24 smithi001 conmon[82545]: audit 2023-11-08T01:57:23.856591+0000 mon.smithi001 (mon.0) 235 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:57:24.708 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:24 smithi001 conmon[82545]: audit 2023-11-08T01:57:23.857676+0000 mon.smithi001 (mon.0) 236 : audit [INF] 2023-11-08T01:57:24.708 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:24 smithi001 conmon[82545]: from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-08T01:57:24.708 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:24 smithi001 conmon[82545]: audit 2023-11-08T01:57:24.709 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:24 smithi001 conmon[82545]: 2023-11-08T01:57:23.858473+0000 mon.smithi001 2023-11-08T01:57:24.709 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:24 smithi001 conmon[82545]: (mon.0) 237 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-08T01:57:24.709 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:24 smithi001 conmon[82545]: audit 2023-11-08T01:57:24.709 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:24 smithi001 conmon[82545]: 2023-11-08T01:57:23 2023-11-08T01:57:24.709 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:24 smithi001 conmon[82545]: .859225+0000 mon.smithi001 (mon.0) 238 : audit [DBG] 2023-11-08T01:57:24.710 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:24 smithi001 conmon[82545]: from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:57:24.722 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:24 smithi023 conmon[87519]: cephadm 2023-11-08T01:57:22.743655+0000 mgr.smithi001.qhtxni (mgr.14180) 59 : cephadm [INF] Reconfiguring mgr.smithi023.qdxjtc (monmap changed)... 2023-11-08T01:57:24.722 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:24 smithi023 conmon[87519]: cephadm 2023-11-08T01:57:22.745613+0000 mgr.smithi001.qhtxni (mgr.14180) 60 : cephadm [INF] Reconfiguring daemon mgr.smithi023.qdxjtc on smithi023 2023-11-08T01:57:24.722 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:24 smithi023 conmon[87519]: cluster 2023-11-08T01:57:23.115398+0000 mgr.smithi001.qhtxni (mgr.14180) 61 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:57:24.722 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:24 smithi023 conmon[87519]: audit 2023-11-08T01:57:23.856591+0000 mon.smithi001 (mon.0) 235 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:57:24.723 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:24 smithi023 conmon[87519]: audit 2023-11-08T01:57:23.857676+0000 mon.smithi001 (mon.0) 236 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-08T01:57:24.723 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:24 smithi023 conmon[87519]: audit 2023-11-08T01:57:23.858473+0000 mon.smithi001 (mon.0) 237 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-08T01:57:24.723 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:24 smithi023 conmon[87519]: audit 2023-11-08T01:57:23.859225+0000 mon.smithi001 (mon.0) 238 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:57:25.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:25 smithi001 conmon[82545]: cephadm 2023-11-08T01:57:23.857358+0000 2023-11-08T01:57:25.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:25 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 62 : cephadm [INF] Reconfiguring mon.smithi023 (monmap changed)... 2023-11-08T01:57:25.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:25 smithi001 conmon[82545]: cephadm 2023-11-08T01:57:23.859913+0000 mgr.smithi001.qhtxni (mgr.14180) 63 : cephadm [INF] Reconfiguring daemon mon.smithi023 on smithi023 2023-11-08T01:57:25.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:25 smithi001 conmon[82545]: audit 2023-11-08T01:57:24.952130+0000 mon.smithi001 (mon.0) 239 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:57:25.708 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:25 smithi001 conmon[82545]: audit 2023-11-08T01:57:24.954738+0000 mon.smithi001 (mon.0) 240 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-08T01:57:25.708 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:25 smithi001 conmon[82545]: audit 2023-11-08T01:57:24.955864+0000 mon.smithi001 (mon.0) 241 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi001.front.sepia.ceph.com:9093"}]: dispatch 2023-11-08T01:57:25.708 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:25 smithi001 conmon[82545]: audit 2023-11-08T01:57:24.959284+0000 mon.smithi001 (mon.0) 242 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:57:25.708 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:25 smithi001 conmon[82545]: audit 2023-11-08T01:57:24.963809+0000 mon.smithi001 (mon.0) 243 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-08T01:57:25.708 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:25 smithi001 conmon[82545]: audit 2023-11-08T01:57:24.969468+0000 mon.smithi001 (mon.0) 244 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi001.front.sepia.ceph.com:3000"}]: dispatch 2023-11-08T01:57:25.709 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:25 smithi001 conmon[82545]: audit 2023-11-08T01:57:24.973857+0000 mon.smithi001 (mon.0) 245 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:57:25.709 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:25 smithi001 conmon[82545]: audit 2023-11-08T01:57:24.977824+0000 mon.smithi001 (mon.0) 246 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-08T01:57:25.709 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:25 smithi001 conmon[82545]: audit 2023-11-08T01:57:24.982259+0000 mon.smithi001 (mon.0) 247 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi001.front.sepia.ceph.com:9095"}]: dispatch 2023-11-08T01:57:25.709 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:25 smithi001 conmon[82545]: audit 2023-11-08T01:57:24.987113+0000 mon.smithi001 (mon.0) 248 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:57:25.709 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:25 smithi001 conmon[82545]: audit 2023-11-08T01:57:24.990397+0000 mon.smithi001 (mon.0) 249 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T01:57:25.718 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T01:57:25.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:25 smithi023 conmon[87519]: cephadm 2023-11-08T01:57:23.857358+0000 mgr.smithi001.qhtxni (mgr.14180) 62 : cephadm [INF] Reconfiguring mon.smithi023 (monmap changed)... 2023-11-08T01:57:25.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:25 smithi023 conmon[87519]: cephadm 2023-11-08T01:57:23.859913+0000 mgr.smithi001.qhtxni (mgr.14180) 63 : cephadm [INF] Reconfiguring daemon mon.smithi023 on smithi023 2023-11-08T01:57:25.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:25 smithi023 conmon[87519]: audit 2023-11-08T01:57:25.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:25 smithi023 conmon[87519]: 2023-11-08T01:57:24.952130+0000 mon.smithi001 (mon. 2023-11-08T01:57:25.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:25 smithi023 conmon[87519]: 0) 239 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:57:25.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:25 smithi023 conmon[87519]: audit 2023- 2023-11-08T01:57:25.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:25 smithi023 conmon[87519]: 11-08T01:57:24.954738+0000 2023-11-08T01:57:25.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:25 smithi023 conmon[87519]: mon.smithi001 (mon.0) 240 : audit 2023-11-08T01:57:25.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:25 smithi023 conmon[87519]: [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-08T01:57:25.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:25 smithi023 conmon[87519]: audit 2023-11-08T01:57: 2023-11-08T01:57:25.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:25 smithi023 conmon[87519]: 24.955864+0000 mon.smithi001 (mon. 2023-11-08T01:57:25.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:25 smithi023 conmon[87519]: 0) 241 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi001.front.sepia.ceph.com:9093"}]: dispatch 2023-11-08T01:57:25.782 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:25 smithi023 conmon[87519]: audit 2023-11- 2023-11-08T01:57:25.782 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:25 smithi023 conmon[87519]: 08T01:57:24.959284+0000 mon.smithi001 2023-11-08T01:57:25.782 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:25 smithi023 conmon[87519]: (mon.0) 242 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:57:25.782 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:25 smithi023 conmon[87519]: audit 2023-11-08T 2023-11-08T01:57:25.782 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:25 smithi023 conmon[87519]: 01:57:24.963809+0000 mon.smithi001 (mon 2023-11-08T01:57:25.783 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:25 smithi023 conmon[87519]: .0) 243 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-08T01:57:25.783 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:25 smithi023 conmon[87519]: audit 2023 2023-11-08T01:57:25.783 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:25 smithi023 conmon[87519]: -11-08T01:57:24.969468 2023-11-08T01:57:25.783 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:25 smithi023 conmon[87519]: +0000 mon.smithi001 (mon.0) 244 : audit 2023-11-08T01:57:25.783 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:25 smithi023 conmon[87519]: [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi001.front.sepia.ceph.com:3000"}]: dispatch 2023-11-08T01:57:25.784 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:25 smithi023 conmon[87519]: audit 2023-11-08T01:57: 2023-11-08T01:57:25.784 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:25 smithi023 conmon[87519]: 24.973857+0000 mon.smithi001 (mon.0) 245 2023-11-08T01:57:25.784 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:25 smithi023 conmon[87519]: : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:57:25.784 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:25 smithi023 conmon[87519]: audit 2023-11-08T01 2023-11-08T01:57:25.784 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:25 smithi023 conmon[87519]: :57:24.977824+0000 mon.smithi001 (mon. 2023-11-08T01:57:25.784 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:25 smithi023 conmon[87519]: 0) 246 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-08T01:57:25.785 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:25 smithi023 conmon[87519]: audit 2023-11-08 2023-11-08T01:57:25.785 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:25 smithi023 conmon[87519]: T01:57:24.982259+0000 mon.smithi001 2023-11-08T01:57:25.785 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:25 smithi023 conmon[87519]: (mon.0) 247 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi001.front.sepia.ceph.com:9095"}]: dispatch 2023-11-08T01:57:25.785 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:25 smithi023 conmon[87519]: 2023-11-08T01:57:25.785 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:25 smithi023 conmon[87519]: audit 2023- 2023-11-08T01:57:25.786 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:25 smithi023 conmon[87519]: 11-08T01:57:24.987113+0000 mon.smithi001 (mon 2023-11-08T01:57:25.786 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:25 smithi023 conmon[87519]: .0) 248 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:57:25.786 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:25 smithi023 conmon[87519]: audit 2023-11-08 2023-11-08T01:57:25.786 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:25 smithi023 conmon[87519]: T01:57:24.990397+0000 mon.smithi001 ( 2023-11-08T01:57:25.786 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:25 smithi023 conmon[87519]: mon.0) 249 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T01:57:26.071 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-11-08T01:57:26.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:26 smithi001 conmon[82545]: audit 2023-11-08T01:57:24.955051+0000 mgr.smithi001.qhtxni (mgr.14180) 64 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-08T01:57:26.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:26 smithi001 conmon[82545]: audit 2023-11-08T01:57:24.956107+0000 mgr.smithi001.qhtxni (mgr.14180) 65 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi001.front.sepia.ceph.com:9093"}]: dispatch 2023-11-08T01:57:26.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:26 smithi001 conmon[82545]: audit 2023-11-08T01:57:24.964215+0000 mgr.smithi001.qhtxni (mgr.14180) 66 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-08T01:57:26.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:26 smithi001 conmon[82545]: audit 2023-11-08T01:57:24.969814+0000 mgr.smithi001.qhtxni (mgr.14180) 67 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi001.front.sepia.ceph.com:3000"}]: dispatch 2023-11-08T01:57:26.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:26 smithi001 conmon[82545]: audit 2023-11-08T01:57:24.978202+0000 mgr.smithi001.qhtxni (mgr.14180) 68 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-08T01:57:26.708 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:26 smithi001 conmon[82545]: audit 2023-11-08T01:57:24.982593+0000 mgr.smithi001.qhtxni (mgr.14180) 69 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi001.front.sepia.ceph.com:9095"}]: dispatch 2023-11-08T01:57:26.708 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:26 smithi001 conmon[82545]: cluster 2023-11-08T01:57:25.115689+0000 mgr.smithi001.qhtxni (mgr.14180) 70 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:57:26.708 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:26 smithi001 conmon[82545]: audit 2023-11-08T01:57:25.717373+0000 mon.smithi001 (mon.0) 250 : audit [DBG] from='client.? 172.21.15.1:0/744044724' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:57:26.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:26 smithi023 conmon[87519]: audit 2023-11-08T01:57:24.955051+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T01:57:26.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:26 smithi023 conmon[87519]: 64 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-08T01:57:26.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:26 smithi023 conmon[87519]: audit 2023-11-08T01:57:24.956107+0000 mgr.smithi001.qhtxni (mgr.14180) 65 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi001.front.sepia.ceph.com:9093"}]: dispatch 2023-11-08T01:57:26.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:26 smithi023 conmon[87519]: audit 2023-11-08T01:57:24.964215+0000 mgr.smithi001.qhtxni (mgr.14180 2023-11-08T01:57:26.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:26 smithi023 conmon[87519]: ) 66 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-08T01:57:26.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:26 smithi023 conmon[87519]: audit 2023-11-08T 2023-11-08T01:57:26.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:26 smithi023 conmon[87519]: 01:57:24.969814+0000 mgr.smithi001.qhtxni (mgr.14180) 67 : 2023-11-08T01:57:26.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:26 smithi023 conmon[87519]: audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi001.front.sepia.ceph.com:3000"}]: dispatch 2023-11-08T01:57:26.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:26 smithi023 conmon[87519]: audit 2023-11-08T01:57 2023-11-08T01:57:26.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:26 smithi023 conmon[87519]: :24.978202+0000 mgr.smithi001.qhtxni (mgr.14180) 68 2023-11-08T01:57:26.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:26 smithi023 conmon[87519]: : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-08T01:57:26.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:26 smithi023 conmon[87519]: audit 2023-11-08T01 2023-11-08T01:57:26.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:26 smithi023 conmon[87519]: :57:24.982593+0000 mgr.smithi001.qhtxni (mgr.14180 2023-11-08T01:57:26.782 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:26 smithi023 conmon[87519]: ) 69 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi001.front.sepia.ceph.com:9095"}]: dispatch 2023-11-08T01:57:26.782 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:26 smithi023 conmon[87519]: cluster 2023-11-08 2023-11-08T01:57:26.782 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:26 smithi023 conmon[87519]: T01:57:25.115689+0000 mgr.smithi001.qhtxni ( 2023-11-08T01:57:26.783 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:26 smithi023 conmon[87519]: mgr.14180) 70 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:57:26.783 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:26 smithi023 conmon[87519]: audit 2023- 2023-11-08T01:57:26.783 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:26 smithi023 conmon[87519]: 11-08T01:57:25.717373+0000 2023-11-08T01:57:26.783 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:26 smithi023 conmon[87519]: mon.smithi001 (mon.0) 250 : audit [DBG] from='client.? 172.21.15.1:0/744044724' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:57:27.072 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T01:57:28.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:28 smithi001 conmon[82545]: cluster 2023-11-08T01:57:27.115927+0000 mgr.smithi001.qhtxni (mgr.14180) 71 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:57:28.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:28 smithi001 conmon[82545]: audit 2023-11-08T01:57:27.320282+0000 mon.smithi001 (mon.0) 251 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:57:28.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:28 smithi001 conmon[82545]: audit 2023-11-08T01:57:27.325451+0000 mon.smithi001 (mon.0) 252 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:57:28.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:28 smithi023 conmon[87519]: cluster 2023-11-08T01:57:27.115927+0000 mgr.smithi001.qhtxni (mgr.14180) 71 : cluster 2023-11-08T01:57:28.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:28 smithi023 conmon[87519]: [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:57:28.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:28 smithi023 conmon[87519]: audit 2023-11-08T01:57:27.320282+0000 mon.smithi001 (mon.0) 251 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:57:28.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:28 smithi023 conmon[87519]: audit 2023-11-08T01: 2023-11-08T01:57:28.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:28 smithi023 conmon[87519]: 57:27.325451+0000 mon.smithi001 (mon.0) 252 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:57:29.016 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T01:57:29.325 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-11-08T01:57:29.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:29 smithi001 conmon[82545]: audit 2023-11-08T01:57:29.015920+0000 mon.smithi001 (mon.0) 253 : audit 2023-11-08T01:57:29.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:29 smithi001 conmon[82545]: [DBG] from='client.? 172.21.15.1:0/2198090605' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:57:29.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:29 smithi023 conmon[87519]: audit 2023-11-08T01:57:29.015920+0000 mon.smithi001 (mon.0) 253 : audit [DBG] from='client.? 172.21.15.1:0/2198090605' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:57:30.327 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T01:57:30.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:30 smithi001 conmon[82545]: cluster 2023-11-08T01:57:29.116167+0000 mgr.smithi001.qhtxni (mgr.14180) 72 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:57:30.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:30 smithi001 conmon[82545]: audit 2023-11-08T01:57:29.623494+0000 mon.smithi001 (mon.0) 254 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:57:30.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:30 smithi001 conmon[82545]: audit 2023-11-08T01:57:30.026416+0000 mon.smithi001 (mon.0) 255 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:57:30.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:30 smithi001 conmon[82545]: audit 2023-11-08T01:57:30.027154+0000 mon.smithi001 (mon.0) 256 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:57:30.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:30 smithi001 conmon[82545]: audit 2023-11-08T01:57:30.027818+0000 2023-11-08T01:57:30.708 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:30 smithi001 conmon[82545]: mon.smithi001 (mon.0) 257 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T01:57:30.708 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:30 smithi001 conmon[82545]: audit 2023-11-08T01:57:30.031512+0000 mon.smithi001 (mon.0) 258 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:57:30.708 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:30 smithi001 conmon[82545]: audit 2023-11-08T01:57:30.035022+0000 mon.smithi001 (mon.0) 259 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T01:57:30.708 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:30 smithi001 conmon[82545]: audit 2023-11-08T01:57:30.037772+0000 mon.smithi001 ( 2023-11-08T01:57:30.708 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:30 smithi001 conmon[82545]: mon.0) 260 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-08T01:57:30.709 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:30 smithi001 conmon[82545]: audit 2023-11-08T01:57:30.709 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:30 smithi001 conmon[82545]: 2023-11-08T01:57:30.038748 2023-11-08T01:57:30.709 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:30 smithi001 conmon[82545]: +0000 mon.smithi001 (mon.0) 261 : audit 2023-11-08T01:57:30.709 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:30 smithi001 conmon[82545]: [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-08T01:57:30.709 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:30 smithi001 conmon[82545]: audit 2023-11- 2023-11-08T01:57:30.710 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:30 smithi001 conmon[82545]: 08T01:57:30.038922+0000 2023-11-08T01:57:30.710 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:30 smithi001 conmon[82545]: mon.smithi001 (mon.0) 262 : audit [DBG] 2023-11-08T01:57:30.710 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:30 smithi001 conmon[82545]: from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:57:30.710 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:30 smithi001 conmon[82545]: audit 2023-11- 2023-11-08T01:57:30.710 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:30 smithi001 conmon[82545]: 08T01:57:30.039363 2023-11-08T01:57:30.711 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:30 smithi001 conmon[82545]: +0000 mon.smithi001 (mon.0) 263 : audit [DBG] 2023-11-08T01:57:30.711 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:30 smithi001 conmon[82545]: from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:57:30.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:30 smithi023 conmon[87519]: cluster 2023-11-08T01:57:29.116167+0000 mgr.smithi001.qhtxni (mgr.14180) 72 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:57:30.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:30 smithi023 conmon[87519]: audit 2023-11-08T01:57:29.623494+0000 mon.smithi001 (mon.0) 254 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:57:30.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:30 smithi023 conmon[87519]: audit 2023-11-08T01:57:30.026416+0000 mon.smithi001 (mon.0) 255 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:57:30.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:30 smithi023 conmon[87519]: audit 2023-11-08T01:57:30.027154+0000 mon.smithi001 (mon.0) 256 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:57:30.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:30 smithi023 conmon[87519]: audit 2023-11-08T01:57:30.027818+0000 mon.smithi001 (mon.0) 257 2023-11-08T01:57:30.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:30 smithi023 conmon[87519]: : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T01:57:30.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:30 smithi023 conmon[87519]: audit 2023-11-08T01:57 2023-11-08T01:57:30.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:30 smithi023 conmon[87519]: :30.031512+0000 mon.smithi001 (mon.0) 258 2023-11-08T01:57:30.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:30 smithi023 conmon[87519]: : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:57:30.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:30 smithi023 conmon[87519]: audit 2023-11-08T01 2023-11-08T01:57:30.782 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:30 smithi023 conmon[87519]: :57:30.035022+0000 mon.smithi001 (mon. 2023-11-08T01:57:30.782 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:30 smithi023 conmon[87519]: 0) 259 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T01:57:30.782 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:30 smithi023 conmon[87519]: audit 2023-11-08 2023-11-08T01:57:30.782 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:30 smithi023 conmon[87519]: T01:57:30.037772+0000 mon.smithi001 2023-11-08T01:57:30.782 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:30 smithi023 conmon[87519]: (mon.0) 260 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-08T01:57:30.783 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:30 smithi023 conmon[87519]: 2023-11-08T01:57:30.783 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:30 smithi023 conmon[87519]: audit 2023-11 2023-11-08T01:57:30.783 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:30 smithi023 conmon[87519]: -08T01:57:30.038748+0000 mon.smithi001 (mon. 2023-11-08T01:57:30.783 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:30 smithi023 conmon[87519]: 0) 261 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-08T01:57:30.783 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:30 smithi023 conmon[87519]: audit 2023-11- 2023-11-08T01:57:30.784 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:30 smithi023 conmon[87519]: 08T01:57:30.038922+0000 mon.smithi001 2023-11-08T01:57:30.785 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:30 smithi023 conmon[87519]: (mon.0) 262 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:57:30.785 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:30 smithi023 conmon[87519]: audit 2023-11 2023-11-08T01:57:30.785 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:30 smithi023 conmon[87519]: -08T01:57:30.039363+0000 2023-11-08T01:57:30.785 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:30 smithi023 conmon[87519]: mon.smithi001 (mon.0) 263 : audit [DBG] 2023-11-08T01:57:30.785 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:30 smithi023 conmon[87519]: from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:57:32.511 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T01:57:32.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:32 smithi001 conmon[82545]: cluster 2023-11-08T01:57:31.116412+0000 mgr.smithi001.qhtxni 2023-11-08T01:57:32.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:32 smithi001 conmon[82545]: (mgr.14180) 73 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:57:32.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:32 smithi023 conmon[87519]: cluster 2023-11-08T01:57:31.116412+0000 mgr.smithi001.qhtxni ( 2023-11-08T01:57:32.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:32 smithi023 conmon[87519]: mgr.14180) 73 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:57:32.900 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-11-08T01:57:33.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:33 smithi001 conmon[82545]: audit 2023-11-08T01:57:32.510205+0000 mon.smithi001 2023-11-08T01:57:33.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:33 smithi001 conmon[82545]: (mon.0) 264 : audit [DBG] from='client.? 172.21.15.1:0/1238521612' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:57:33.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:33 smithi001 conmon[82545]: audit 2023-11-08T01:57:32.629818+0000 mon.smithi023 (mon.1) 2 : audit [INF] from='client.? 172.21.15.23:0/1412755752' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "22e9b815-7ad4-4458-9db8-b86427c4c307"}]: dispatch 2023-11-08T01:57:33.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:33 smithi001 conmon[82545]: audit 2023-11-08T01:57:32.630204+0000 mon.smithi001 (mon.0) 265 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "22e9b815-7ad4-4458-9db8-b86427c4c307"}]: dispatch 2023-11-08T01:57:33.708 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:33 smithi001 conmon[82545]: audit 2023-11-08T01:57:32.634006+0000 mon.smithi001 (mon.0) 266 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "22e9b815-7ad4-4458-9db8-b86427c4c307"}]': finished 2023-11-08T01:57:33.708 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:33 smithi001 conmon[82545]: cluster 2023-11-08T01:57:32.634066+0000 mon.smithi001 (mon.0) 267 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-11-08T01:57:33.708 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:33 smithi001 conmon[82545]: audit 2023-11-08T01:57:32.634199+0000 mon.smithi001 (mon.0) 268 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T01:57:33.708 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:33 smithi001 conmon[82545]: audit 2023-11-08T01:57:32.997658+0000 mon.smithi001 (mon.0) 269 : audit [INF] from='client.? 172.21.15.1:0/79495634' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "af7a55ef-fe7c-4feb-a4bd-872d210ebd42"}]: dispatch 2023-11-08T01:57:33.708 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:33 smithi001 conmon[82545]: audit 2023-11-08T01:57:33.000889+0000 mon.smithi001 (mon.0) 270 : audit [INF] from='client.? 172.21.15.1:0/79495634' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "af7a55ef-fe7c-4feb-a4bd-872d210ebd42"}]': finished 2023-11-08T01:57:33.709 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:33 smithi001 conmon[82545]: cluster 2023-11-08T01:57:33.000938+0000 mon.smithi001 (mon.0) 271 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-11-08T01:57:33.709 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:33 smithi001 conmon[82545]: audit 2023-11-08T01:57:33.001052+0000 mon.smithi001 (mon.0) 272 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T01:57:33.709 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:33 smithi001 conmon[82545]: audit 2023-11-08T01:57:33.001299+0000 mon.smithi001 (mon.0) 273 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T01:57:33.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:33 smithi023 conmon[87519]: audit 2023-11-08T01:57:32.510205+0000 mon.smithi001 (mon.0) 264 : audit [DBG] from='client.? 172.21.15.1:0/1238521612' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:57:33.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:33 smithi023 conmon[87519]: audit 2023-11-08T01:57:32.629818+0000 mon.smithi023 (mon.1) 2 : audit [INF] from='client.? 172.21.15.23:0/1412755752' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "22e9b815-7ad4-4458-9db8-b86427c4c307"}]: dispatch 2023-11-08T01:57:33.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:33 smithi023 conmon[87519]: audit 2023-11-08T01:57:32.630204+0000 mon.smithi001 (mon.0) 265 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "22e9b815-7ad4-4458-9db8-b86427c4c307"}]: dispatch 2023-11-08T01:57:33.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:33 smithi023 conmon[87519]: audit 2023-11-08T01:57:32.634006+0000 mon.smithi001 (mon.0) 266 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "22e9b815-7ad4-4458-9db8-b86427c4c307"}]': finished 2023-11-08T01:57:33.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:33 smithi023 conmon[87519]: cluster 2023-11-08T01:57:32.634066+0000 mon.smithi001 (mon.0) 267 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-11-08T01:57:33.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:33 smithi023 conmon[87519]: audit 2023-11-08T01:57:32.634199+0000 mon.smithi001 (mon.0) 268 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T01:57:33.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:33 smithi023 conmon[87519]: audit 2023-11-08T01:57:32.997658+0000 mon.smithi001 ( 2023-11-08T01:57:33.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:33 smithi023 conmon[87519]: mon.0) 269 : audit [INF] from='client.? 172.21.15.1:0/79495634' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "af7a55ef-fe7c-4feb-a4bd-872d210ebd42"}]: dispatch 2023-11-08T01:57:33.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:33 smithi023 conmon[87519]: audit 2023-11-08T01:57:33.000889+0000 mon.smithi001 (mon.0) 270 : audit [INF] from='client.? 172.21.15.1:0/79495634' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "af7a55ef-fe7c-4feb-a4bd-872d210ebd42"}]': finished 2023-11-08T01:57:33.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:33 smithi023 conmon[87519]: cluster 2023-11-08T01:57:33.000938+0000 mon.smithi001 (mon.0) 271 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-11-08T01:57:33.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:33 smithi023 conmon[87519]: audit 2023-11-08T01:57:33.001052+0000 mon.smithi001 (mon.0) 272 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T01:57:33.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:33 smithi023 conmon[87519]: audit 2023-11-08T01:57:33.001299+0000 mon.smithi001 (mon.0) 273 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T01:57:33.900 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T01:57:34.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:34 smithi001 conmon[82545]: cluster 2023-11-08T01:57:33.116660+0000 mgr.smithi001.qhtxni (mgr.14180) 74 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:57:34.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:34 smithi001 conmon[82545]: audit 2023-11-08T01:57:34.132268+0000 mon.smithi001 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.1:0/181267301' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T01:57:34.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:34 smithi001 conmon[82545]: audit 2023-11-08T01:57:34.175394+0000 mon.smithi023 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.23:0/719421056' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T01:57:34.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:34 smithi023 conmon[87519]: cluster 2023-11-08T01:57:33.116660+0000 mgr.smithi001.qhtxni ( 2023-11-08T01:57:34.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:34 smithi023 conmon[87519]: mgr.14180) 74 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:57:34.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:34 smithi023 conmon[87519]: audit 2023-11-08T01:57:34.132268+0000 mon.smithi001 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.1:0/181267301' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T01:57:34.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:34 smithi023 conmon[87519]: 2023-11-08T01:57:34.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:34 smithi023 conmon[87519]: audit 2023-11-08T01:57:34.175394+0000 mon.smithi023 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.23:0/719421056' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T01:57:35.603 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T01:57:36.044 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1699408652,"num_remapped_pgs":0} 2023-11-08T01:57:36.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:36 smithi001 conmon[82545]: cluster 2023-11-08T01:57:35.116890+0000 2023-11-08T01:57:36.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:36 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 75 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:57:36.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:36 smithi001 conmon[82545]: audit 2023-11-08T01:57:35.602434+0000 mon.smithi001 (mon.0) 275 : audit [DBG] from='client.? 172.21.15.1:0/942364664' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:57:36.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:36 smithi023 conmon[87519]: cluster 2023-11-08T01:57:35.116890+0000 mgr.smithi001.qhtxni (mgr. 2023-11-08T01:57:36.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:36 smithi023 conmon[87519]: 14180) 75 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:57:36.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:36 smithi023 conmon[87519]: audit 2023-11-08T01:57:35.602434+0000 mon.smithi001 (mon.0) 275 : audit [DBG] from='client.? 172.21.15.1:0/942364664' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:57:37.045 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T01:57:37.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:37 smithi001 conmon[82545]: audit 2023-11-08T01:57:36.658397+0000 mon.smithi001 (mon.0) 276 : audit [INF] from='client.? 172.21.15.1:0/3620919631' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4e406286-6105-47dc-8731-10b929d2cb3b"}]: dispatch 2023-11-08T01:57:37.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:37 smithi001 conmon[82545]: audit 2023-11-08T01:57:36.661805+0000 mon.smithi001 (mon.0) 277 : audit [INF] from='client.? 172.21.15.1:0/3620919631' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4e406286-6105-47dc-8731-10b929d2cb3b"}]': finished 2023-11-08T01:57:37.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:37 smithi001 conmon[82545]: cluster 2023-11-08T01:57:36.661851+0000 mon.smithi001 (mon.0) 278 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-11-08T01:57:37.708 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:37 smithi001 conmon[82545]: audit 2023-11-08T01:57:36.661943+0000 mon.smithi001 (mon.0) 279 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T01:57:37.708 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:37 smithi001 conmon[82545]: audit 2023-11-08T01:57:36.662192+0000 mon.smithi001 (mon.0) 280 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T01:57:37.708 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:37 smithi001 conmon[82545]: audit 2023-11-08T01:57:36.662379+0000 mon.smithi001 (mon.0) 281 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T01:57:37.708 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:37 smithi001 conmon[82545]: audit 2023-11-08T01:57:36.707865+0000 mon.smithi001 (mon.0) 282 : audit [INF] from='client.? 172.21.15.23:0/3999577289' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e83ae1f5-0d91-4e93-b4b8-a181a1d2758e"}]: dispatch 2023-11-08T01:57:37.708 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:37 smithi001 conmon[82545]: audit 2023-11-08T01:57:37.709 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:37 smithi001 conmon[82545]: 2023-11-08T01:57:36.711514+0000 mon.smithi001 (mon.0) 283 : audit [INF] from='client.? 172.21.15.23:0/3999577289' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e83ae1f5-0d91-4e93-b4b8-a181a1d2758e"}]': finished 2023-11-08T01:57:37.709 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:37 smithi001 conmon[82545]: cluster 2023-11-08T01:57:36.711585+0000 mon.smithi001 (mon.0) 284 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-11-08T01:57:37.709 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:37 smithi001 conmon[82545]: audit 2023-11-08T01:57:36.711676+0000 mon.smithi001 (mon.0) 285 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T01:57:37.709 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:37 smithi001 conmon[82545]: audit 2023-11-08T01:57:36.711933+0000 mon.smithi001 (mon.0) 286 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T01:57:37.709 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:37 smithi001 conmon[82545]: audit 2023-11-08T01:57:36.712085+0000 mon.smithi001 (mon.0) 287 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T01:57:37.710 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:37 smithi001 conmon[82545]: audit 2023-11-08T01:57:36.712239+0000 mon.smithi001 (mon.0) 288 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T01:57:37.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:37 smithi023 conmon[87519]: audit 2023-11-08T01:57:36.658397+0000 mon.smithi001 ( 2023-11-08T01:57:37.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:37 smithi023 conmon[87519]: mon.0) 276 : audit [INF] from='client.? 172.21.15.1:0/3620919631' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4e406286-6105-47dc-8731-10b929d2cb3b"}]: dispatch 2023-11-08T01:57:37.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:37 smithi023 conmon[87519]: audit 2023-11-08T01:57:36.661805+0000 mon.smithi001 (mon.0) 277 : audit [INF] from='client.? 172.21.15.1:0/3620919631' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4e406286-6105-47dc-8731-10b929d2cb3b"}]': finished 2023-11-08T01:57:37.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:37 smithi023 conmon[87519]: cluster 2023-11-08T01:57:36.661851+0000 mon.smithi001 (mon.0) 278 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-11-08T01:57:37.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:37 smithi023 conmon[87519]: audit 2023-11-08T01:57:36.661943+0000 mon.smithi001 (mon.0) 279 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T01:57:37.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:37 smithi023 conmon[87519]: audit 2023-11-08T01:57:36.662192+0000 mon.smithi001 ( 2023-11-08T01:57:37.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:37 smithi023 conmon[87519]: mon.0) 280 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T01:57:37.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:37 smithi023 conmon[87519]: audit 2023-11-08T01:57:36.662379 2023-11-08T01:57:37.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:37 smithi023 conmon[87519]: +0000 mon.smithi001 (mon.0) 281 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T01:57:37.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:37 smithi023 conmon[87519]: audit 2023-11-08 2023-11-08T01:57:37.782 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:37 smithi023 conmon[87519]: T01:57:36.707865+0000 mon.smithi001 ( 2023-11-08T01:57:37.782 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:37 smithi023 conmon[87519]: mon.0) 282 : audit [INF] from='client.? 172.21.15.23:0/3999577289' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e83ae1f5-0d91-4e93-b4b8-a181a1d2758e"}]: dispatch 2023-11-08T01:57:37.782 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:37 smithi023 conmon[87519]: audit 2023- 2023-11-08T01:57:37.782 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:37 smithi023 conmon[87519]: 11-08T01:57:36.711514+0000 2023-11-08T01:57:37.782 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:37 smithi023 conmon[87519]: mon.smithi001 (mon.0) 283 : audit [INF] 2023-11-08T01:57:37.783 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:37 smithi023 conmon[87519]: from='client.? 172.21.15.23:0/3999577289' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e83ae1f5-0d91-4e93-b4b8-a181a1d2758e"}]': finished 2023-11-08T01:57:37.783 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:37 smithi023 conmon[87519]: cluster 2023-11-08 2023-11-08T01:57:37.783 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:37 smithi023 conmon[87519]: T01:57:36.711585+0000 mon.smithi001 ( 2023-11-08T01:57:37.783 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:37 smithi023 conmon[87519]: mon.0) 284 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-11-08T01:57:37.783 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:37 smithi023 conmon[87519]: audit 2023 2023-11-08T01:57:37.784 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:37 smithi023 conmon[87519]: -11-08T01:57:36.711676 2023-11-08T01:57:37.784 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:37 smithi023 conmon[87519]: +0000 mon.smithi001 (mon.0) 285 : audit 2023-11-08T01:57:37.784 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:37 smithi023 conmon[87519]: [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T01:57:37.784 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:37 smithi023 conmon[87519]: audit 2023-11-08 2023-11-08T01:57:37.785 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:37 smithi023 conmon[87519]: T01:57:36.711933+0000 mon.smithi001 2023-11-08T01:57:37.785 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:37 smithi023 conmon[87519]: (mon.0) 286 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T01:57:37.785 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:37 smithi023 conmon[87519]: 2023-11-08T01:57:37.785 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:37 smithi023 conmon[87519]: audit 2023-11-08T01:57:37.785 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:37 smithi023 conmon[87519]: 2023-11-08T01:57:36 2023-11-08T01:57:37.786 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:37 smithi023 conmon[87519]: .712085+0000 mon.smithi001 (mon.0) 287 : 2023-11-08T01:57:37.786 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:37 smithi023 conmon[87519]: audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T01:57:37.786 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:37 smithi023 conmon[87519]: audit 2023- 2023-11-08T01:57:37.786 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:37 smithi023 conmon[87519]: 11-08T01:57:36.712239+0000 2023-11-08T01:57:37.786 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:37 smithi023 conmon[87519]: mon.smithi001 (mon.0) 288 : audit [DBG] 2023-11-08T01:57:37.787 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:37 smithi023 conmon[87519]: from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T01:57:38.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:38 smithi001 conmon[82545]: cluster 2023-11-08T01:57:37.117171+0000 mgr.smithi001.qhtxni (mgr.14180) 76 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:57:38.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:38 smithi001 conmon[82545]: audit 2023-11-08T01:57:37.799903+0000 mon.smithi001 (mon.0) 289 : audit [DBG] from='client.? 172.21.15.1:0/2642925494' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T01:57:38.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:38 smithi001 conmon[82545]: audit 2023-11-08T01:57:37.843441+0000 mon.smithi023 (mon.1) 4 : audit [DBG] from='client.? 172.21.15.23:0/3489184043' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T01:57:38.728 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T01:57:38.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:38 smithi023 conmon[87519]: cluster 2023-11-08T01:57:37.117171+0000 mgr.smithi001.qhtxni (mgr. 2023-11-08T01:57:38.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:38 smithi023 conmon[87519]: 14180) 76 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:57:38.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:38 smithi023 conmon[87519]: audit 2023-11-08T01:57:37.799903+0000 mon.smithi001 (mon.0) 289 : audit [DBG] from='client.? 172.21.15.1:0/2642925494' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T01:57:38.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:38 smithi023 conmon[87519]: audit 2023-11-08T01:57:37.843441+0000 2023-11-08T01:57:38.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:38 smithi023 conmon[87519]: mon.smithi023 (mon.1) 4 : audit [DBG] from='client.? 172.21.15.23:0/3489184043' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T01:57:39.100 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1699408656,"num_remapped_pgs":0} 2023-11-08T01:57:39.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:39 smithi001 conmon[82545]: audit 2023-11-08T01:57:38.727826+0000 mon.smithi001 (mon.0) 290 : audit 2023-11-08T01:57:39.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:39 smithi001 conmon[82545]: [DBG] from='client.? 172.21.15.1:0/1885247332' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:57:39.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:39 smithi023 conmon[87519]: audit 2023-11-08T01:57:38.727826+0000 mon.smithi001 (mon.0) 2023-11-08T01:57:39.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:39 smithi023 conmon[87519]: 290 : audit [DBG] from='client.? 172.21.15.1:0/1885247332' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:57:40.101 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T01:57:40.709 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:40 smithi001 conmon[82545]: cluster 2023-11-08T01:57:39.117540+0000 mgr.smithi001.qhtxni (mgr.14180) 77 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:57:40.709 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:40 smithi001 conmon[82545]: audit 2023-11-08T01:57:40.357809+0000 mon.smithi001 (mon.0) 291 : audit [INF] from='client.? 172.21.15.1:0/1415340250' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9bd3264a-df41-4486-a5dd-aafd64c83b7b"}]: dispatch 2023-11-08T01:57:40.710 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:40 smithi001 conmon[82545]: audit 2023-11-08T01:57:40.361243+0000 mon.smithi001 (mon.0) 292 : audit [INF] from='client.? 172.21.15.1:0/1415340250' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9bd3264a-df41-4486-a5dd-aafd64c83b7b"}]': finished 2023-11-08T01:57:40.710 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:40 smithi001 conmon[82545]: cluster 2023-11-08T01:57:40.361287+0000 mon.smithi001 (mon.0) 293 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-11-08T01:57:40.710 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:40 smithi001 conmon[82545]: audit 2023-11-08T01:57:40.361391+0000 mon.smithi001 (mon.0) 294 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T01:57:40.710 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:40 smithi001 conmon[82545]: audit 2023-11-08T01:57:40.361607+0000 mon.smithi001 (mon.0) 295 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T01:57:40.710 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:40 smithi001 conmon[82545]: 2023-11-08T01:57:40.711 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:40 smithi001 conmon[82545]: audit 2023-11-08T01:57:40.361750+0000 mon.smithi001 (mon.0) 296 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T01:57:40.711 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:40 smithi001 conmon[82545]: audit 2023-11-08T01:57:40.361909+0000 mon.smithi001 (mon.0) 297 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T01:57:40.711 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:40 smithi001 conmon[82545]: audit 2023-11-08T01:57:40.362054+0000 mon.smithi001 (mon.0) 298 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T01:57:40.711 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:40 smithi001 conmon[82545]: audit 2023-11-08T01:57:40.387664+0000 mon.smithi023 (mon.1) 5 : audit [INF] from='client.? 172.21.15.23:0/1314621550' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8423730e-b867-4edd-812f-8ec1f0862ace"}]: dispatch 2023-11-08T01:57:40.711 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:40 smithi001 conmon[82545]: audit 2023-11-08T01:57:40.388071+0000 mon.smithi001 (mon.0) 299 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8423730e-b867-4edd-812f-8ec1f0862ace"}]: dispatch 2023-11-08T01:57:40.712 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:40 smithi001 conmon[82545]: 2023-11-08T01:57:40.712 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:40 smithi001 conmon[82545]: audit 2023-11-08T01:57:40.391925+0000 mon.smithi001 2023-11-08T01:57:40.712 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:40 smithi001 conmon[82545]: (mon.0) 300 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8423730e-b867-4edd-812f-8ec1f0862ace"}]': finished 2023-11-08T01:57:40.712 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:40 smithi001 conmon[82545]: 2023-11-08T01:57:40.712 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:40 smithi001 conmon[82545]: cluster 2023- 2023-11-08T01:57:40.713 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:40 smithi001 conmon[82545]: 11-08T01:57:40 2023-11-08T01:57:40.713 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:40 smithi001 conmon[82545]: .391978+0000 mon.smithi001 (mon.0 2023-11-08T01:57:40.713 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:40 smithi001 conmon[82545]: ) 301 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-11-08T01:57:40.713 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:40 smithi001 conmon[82545]: audit 2023- 2023-11-08T01:57:40.713 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:40 smithi001 conmon[82545]: 11-08T01:57:40. 2023-11-08T01:57:40.714 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:40 smithi001 conmon[82545]: 392074+0000 mon.smithi001 (mon.0) 2023-11-08T01:57:40.714 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:40 smithi001 conmon[82545]: 302 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T01:57:40.714 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:40 smithi001 conmon[82545]: audit 2023-11-08T01:57:40.714 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:40 smithi001 conmon[82545]: 2023-11 2023-11-08T01:57:40.714 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:40 smithi001 conmon[82545]: -08T01:57:40. 2023-11-08T01:57:40.715 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:40 smithi001 conmon[82545]: 392378+0000 mon.smithi001 (mon.0 2023-11-08T01:57:40.715 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:40 smithi001 conmon[82545]: ) 303 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T01:57:40.715 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:40 smithi001 conmon[82545]: 2023-11-08T01:57:40.715 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:40 smithi001 conmon[82545]: audit 2023-11-08T01:57:40.715 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:40 smithi001 conmon[82545]: 2023-11- 2023-11-08T01:57:40.716 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:40 smithi001 conmon[82545]: 08T01:57:40.392578+0000 2023-11-08T01:57:40.716 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:40 smithi001 conmon[82545]: mon.smithi001 (mon.0) 304 : 2023-11-08T01:57:40.716 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:40 smithi001 conmon[82545]: audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T01:57:40.716 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:40 smithi001 conmon[82545]: audit 2023 2023-11-08T01:57:40.716 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:40 smithi001 conmon[82545]: -11-08T01:57:40. 2023-11-08T01:57:40.716 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:40 smithi001 conmon[82545]: 392782+0000 mon.smithi001 (mon.0) 305 : 2023-11-08T01:57:40.717 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:40 smithi001 conmon[82545]: audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T01:57:40.717 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:40 smithi001 conmon[82545]: audit 2023-11-08T01:57:40.717 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:40 smithi001 conmon[82545]: 2023-11 2023-11-08T01:57:40.717 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:40 smithi001 conmon[82545]: -08T01:57:40. 2023-11-08T01:57:40.717 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:40 smithi001 conmon[82545]: 392961+0000 mon.smithi001 (mon.0) 2023-11-08T01:57:40.718 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:40 smithi001 conmon[82545]: 306 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T01:57:40.718 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:40 smithi001 conmon[82545]: audit 2023 2023-11-08T01:57:40.718 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:40 smithi001 conmon[82545]: -11-08T01:57:40.393145 2023-11-08T01:57:40.718 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:40 smithi001 conmon[82545]: +0000 mon.smithi001 (mon.0) 2023-11-08T01:57:40.718 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:40 smithi001 conmon[82545]: 307 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T01:57:40.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:40 smithi023 conmon[87519]: cluster 2023-11-08T01:57:39.117540+0000 mgr.smithi001.qhtxni 2023-11-08T01:57:40.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:40 smithi023 conmon[87519]: (mgr.14180) 77 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:57:40.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:40 smithi023 conmon[87519]: audit 2023-11-08T01:57:40.357809+0000 mon.smithi001 (mon.0) 291 : audit [INF] from='client.? 172.21.15.1:0/1415340250' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9bd3264a-df41-4486-a5dd-aafd64c83b7b"}]: dispatch 2023-11-08T01:57:40.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:40 smithi023 conmon[87519]: audit 2023-11-08T01:57:40.361243+0000 mon.smithi001 (mon.0) 292 : audit [INF] from='client.? 172.21.15.1:0/1415340250' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9bd3264a-df41-4486-a5dd-aafd64c83b7b"}]': finished 2023-11-08T01:57:40.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:40 smithi023 conmon[87519]: cluster 2023-11-08T01:57:40.361287+0000 mon.smithi001 (mon.0) 293 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-11-08T01:57:40.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:40 smithi023 conmon[87519]: audit 2023-11-08T01:57:40.361391+0000 mon.smithi001 (mon.0) 294 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T01:57:40.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:40 smithi023 conmon[87519]: audit 2023-11-08T01:57:40.361607+0000 mon.smithi001 (mon.0) 295 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T01:57:40.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:40 smithi023 conmon[87519]: audit 2023-11-08T01: 2023-11-08T01:57:40.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:40 smithi023 conmon[87519]: 57:40.361750+0000 mon.smithi001 (mon.0) 296 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T01:57:40.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:40 smithi023 conmon[87519]: audit 2023-11-08T 2023-11-08T01:57:40.782 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:40 smithi023 conmon[87519]: 01:57:40.361909+0000 mon.smithi001 (mon.0) 2023-11-08T01:57:40.782 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:40 smithi023 conmon[87519]: 297 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T01:57:40.782 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:40 smithi023 conmon[87519]: audit 2023- 2023-11-08T01:57:40.782 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:40 smithi023 conmon[87519]: 11-08T01:57:40 2023-11-08T01:57:40.782 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:40 smithi023 conmon[87519]: .362054+0000 mon.smithi001 (mon.0) 298 : 2023-11-08T01:57:40.783 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:40 smithi023 conmon[87519]: audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T01:57:40.783 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:40 smithi023 conmon[87519]: audit 2023- 2023-11-08T01:57:40.783 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:40 smithi023 conmon[87519]: 11-08T01:57: 2023-11-08T01:57:40.783 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:40 smithi023 conmon[87519]: 40.387664+0000 mon.smithi023 (mon.1) 5 2023-11-08T01:57:40.783 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:40 smithi023 conmon[87519]: : audit [INF] from='client.? 172.21.15.23:0/1314621550' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8423730e-b867-4edd-812f-8ec1f0862ace"}]: dispatch 2023-11-08T01:57:40.783 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:40 smithi023 conmon[87519]: audit 2023- 2023-11-08T01:57:40.784 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:40 smithi023 conmon[87519]: 11-08T01:57 2023-11-08T01:57:40.784 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:40 smithi023 conmon[87519]: :40.388071+0000 mon.smithi001 (mon.0 2023-11-08T01:57:40.784 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:40 smithi023 conmon[87519]: ) 299 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8423730e-b867-4edd-812f-8ec1f0862ace"}]: dispatch 2023-11-08T01:57:40.784 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:40 smithi023 conmon[87519]: audit 2023 2023-11-08T01:57:40.784 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:40 smithi023 conmon[87519]: -11-08T01:57 2023-11-08T01:57:40.785 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:40 smithi023 conmon[87519]: :40.391925+0000 mon.smithi001 (mon. 2023-11-08T01:57:40.785 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:40 smithi023 conmon[87519]: 0) 300 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8423730e-b867-4edd-812f-8ec1f0862ace"}]': finished 2023-11-08T01:57:40.785 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:40 smithi023 conmon[87519]: cluster 2023 2023-11-08T01:57:40.785 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:40 smithi023 conmon[87519]: -11-08T01:57 2023-11-08T01:57:40.785 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:40 smithi023 conmon[87519]: :40.391978+0000 mon.smithi001 (mon. 2023-11-08T01:57:40.786 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:40 smithi023 conmon[87519]: 0) 301 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-11-08T01:57:40.786 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:40 smithi023 conmon[87519]: audit 2023-11-08T01:57:40.786 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:40 smithi023 conmon[87519]: 2023-11-08T01:57 2023-11-08T01:57:40.786 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:40 smithi023 conmon[87519]: :40.392074+0000 mon.smithi001 (mon.0 2023-11-08T01:57:40.786 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:40 smithi023 conmon[87519]: ) 302 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T01:57:40.787 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:40 smithi023 conmon[87519]: audit 2023 2023-11-08T01:57:40.787 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:40 smithi023 conmon[87519]: -11-08T01:57 2023-11-08T01:57:40.787 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:40 smithi023 conmon[87519]: :40.392378+0000 mon.smithi001 (mon.0 2023-11-08T01:57:40.787 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:40 smithi023 conmon[87519]: ) 303 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T01:57:40.787 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:40 smithi023 conmon[87519]: audit 2023-11-08T01:57:40.788 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:40 smithi023 conmon[87519]: 2023-11-08T01: 2023-11-08T01:57:40.788 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:40 smithi023 conmon[87519]: 57:40.392578+0000 mon.smithi001 (mon. 2023-11-08T01:57:40.788 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:40 smithi023 conmon[87519]: 0) 304 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T01:57:40.788 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:40 smithi023 conmon[87519]: audit 2023-11-08T01:57:40.788 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:40 smithi023 conmon[87519]: 2023-11-08T01: 2023-11-08T01:57:40.788 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:40 smithi023 conmon[87519]: 57:40.392782+0000 mon.smithi001 (mon 2023-11-08T01:57:40.789 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:40 smithi023 conmon[87519]: .0) 305 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T01:57:40.789 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:40 smithi023 conmon[87519]: audit 2023-11-08T01:57:40.789 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:40 smithi023 conmon[87519]: 2023-11-08T01:57 2023-11-08T01:57:40.789 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:40 smithi023 conmon[87519]: :40.392961+0000 mon.smithi001 (mon.0 2023-11-08T01:57:40.789 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:40 smithi023 conmon[87519]: ) 306 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T01:57:40.790 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:40 smithi023 conmon[87519]: audit 2023- 2023-11-08T01:57:40.790 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:40 smithi023 conmon[87519]: 11-08T01:57:40. 2023-11-08T01:57:40.790 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:40 smithi023 conmon[87519]: 393145+0000 mon.smithi001 (mon.0) 307 : 2023-11-08T01:57:40.790 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:40 smithi023 conmon[87519]: audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T01:57:41.998 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T01:57:42.357 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1699408660,"num_remapped_pgs":0} 2023-11-08T01:57:42.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:42 smithi001 conmon[82545]: cluster 2023-11-08T01:57:41. 2023-11-08T01:57:42.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:42 smithi001 conmon[82545]: 117806+0000 mgr.smithi001.qhtxni (mgr.14180) 78 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:57:42.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:42 smithi001 conmon[82545]: audit 2023-11-08T01:57:41.610397+0000 mon.smithi001 (mon.0) 308 : audit [DBG] from='client.? 172.21.15.1:0/482383677' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T01:57:42.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:42 smithi001 conmon[82545]: audit 2023-11-08T01:57:41.647807+0000 mon.smithi023 (mon.1) 6 : audit [DBG] from='client.? 172.21.15.23:0/3660161646' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T01:57:42.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:42 smithi001 conmon[82545]: audit 2023-11-08T01:57:41.997532+0000 mon.smithi001 (mon.0) 309 : audit [DBG] from='client.? 172.21.15.1:0/2015534469' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:57:42.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:42 smithi023 conmon[87519]: cluster 2023-11-08T01:57:41.117806+0000 mgr.smithi001.qhtxni (mgr.14180) 78 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:57:42.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:42 smithi023 conmon[87519]: audit 2023-11-08T01:57:41.610397+0000 mon.smithi001 (mon.0) 308 : audit [DBG] from='client.? 172.21.15.1:0/482383677' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T01:57:42.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:42 smithi023 conmon[87519]: audit 2023-11-08T01:57:42.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:42 smithi023 conmon[87519]: 2023-11-08T01:57 2023-11-08T01:57:42.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:42 smithi023 conmon[87519]: :41.647807+0000 mon.smithi023 (mon.1) 2023-11-08T01:57:42.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:42 smithi023 conmon[87519]: 6 : audit [DBG] from='client.? 172.21.15.23:0/3660161646' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T01:57:42.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:42 smithi023 conmon[87519]: audit 2023-11-08T01:57:42.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:42 smithi023 conmon[87519]: 2023-11-08T01: 2023-11-08T01:57:42.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:42 smithi023 conmon[87519]: 57:41.997532+0000 mon.smithi001 ( 2023-11-08T01:57:42.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:42 smithi023 conmon[87519]: mon.0) 309 : audit [DBG] from='client.? 172.21.15.1:0/2015534469' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:57:43.358 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T01:57:44.645 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:44 smithi001 conmon[82545]: cluster 2023-11-08T01:57:43.118159+0000 mgr.smithi001.qhtxni (mgr.14180) 79 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:57:44.646 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:44 smithi001 conmon[82545]: audit 2023-11-08T01:57:44.164117+0000 mon.smithi001 (mon.0) 310 : audit [INF] from='client.? 172.21.15.1:0/487926543' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "17270ca2-c5c7-441a-88ee-5650332c1f72"}]: dispatch 2023-11-08T01:57:44.646 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:44 smithi001 conmon[82545]: audit 2023-11-08T01:57:44.167599+0000 mon.smithi001 (mon.0) 311 : audit [INF] from='client.? 172.21.15.1:0/487926543' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "17270ca2-c5c7-441a-88ee-5650332c1f72"}]': finished 2023-11-08T01:57:44.646 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:44 smithi001 conmon[82545]: cluster 2023-11-08T01:57:44.167653+0000 mon.smithi001 (mon.0) 312 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-11-08T01:57:44.646 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:44 smithi001 conmon[82545]: audit 2023-11-08T01:57:44.167766+0000 mon.smithi001 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T01:57:44.647 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:44 smithi001 conmon[82545]: audit 2023-11-08T01:57:44.168122+0000 mon.smithi001 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T01:57:44.647 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:44 smithi001 conmon[82545]: audit 2023- 2023-11-08T01:57:44.647 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:44 smithi001 conmon[82545]: 11-08T01:57:44.168348+0000 mon.smithi001 (mon.0) 315 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T01:57:44.647 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:44 smithi001 conmon[82545]: audit 2023-11-08T01:57:44.168571+0000 mon.smithi001 (mon.0) 316 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T01:57:44.647 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:44 smithi001 conmon[82545]: audit 2023-11-08T01:57:44.168818+0000 mon.smithi001 (mon.0) 317 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T01:57:44.648 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:44 smithi001 conmon[82545]: audit 2023-11-08T01:57:44.169044+0000 mon.smithi001 (mon.0) 318 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T01:57:44.648 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:44 smithi001 conmon[82545]: audit 2023-11-08T01:57:44.169263+0000 mon.smithi001 (mon.0) 319 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:57:44.648 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:44 smithi001 conmon[82545]: audit 2023-11-08T01:57:44.185097+0000 mon.smithi023 (mon.1) 7 : audit [INF] from='client.? 172.21.15.23:0/3435788877' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "01b27f47-8d5d-4a6e-9cb0-6102fbc22e18"}]: dispatch 2023-11-08T01:57:44.648 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:44 smithi001 conmon[82545]: audit 2023-11-08T01:57:44.185447+0000 mon.smithi001 (mon.0) 320 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "01b27f47-8d5d-4a6e-9cb0-6102fbc22e18"}]: dispatch 2023-11-08T01:57:44.648 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:44 smithi001 conmon[82545]: audit 2023-11-08T01:57:44.188990+0000 mon.smithi001 (mon.0) 321 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "01b27f47-8d5d-4a6e-9cb0-6102fbc22e18"}]': finished 2023-11-08T01:57:44.649 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:44 smithi001 conmon[82545]: cluster 2023-11-08T01:57:44.189065+0000 mon.smithi001 (mon.0) 322 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-11-08T01:57:44.649 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:44 smithi001 conmon[82545]: audit 2023-11-08T01:57:44.189197+0000 mon.smithi001 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T01:57:44.649 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:44 smithi001 conmon[82545]: audit 2023-11-08T01:57:44.189599+0000 mon.smithi001 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T01:57:44.649 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:44 smithi001 conmon[82545]: audit 2023-11-08T01:57:44.189822+0000 mon.smithi001 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T01:57:44.649 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:44 smithi001 conmon[82545]: audit 2023-11-08T01:57:44.190047+0000 mon.smithi001 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T01:57:44.650 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:44 smithi001 conmon[82545]: audit 2023-11-08T01:57:44.190267+0000 mon.smithi001 (mon.0) 327 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T01:57:44.650 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:44 smithi001 conmon[82545]: audit 2023-11-08T01:57:44.190498+0000 mon.smithi001 (mon.0) 328 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T01:57:44.650 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:44 smithi001 conmon[82545]: audit 2023-11-08T01:57:44.190742+0000 mon.smithi001 (mon.0) 329 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:57:44.650 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:44 smithi001 conmon[82545]: audit 2023-11-08T01:57:44.190986+0000 mon.smithi001 (mon.0) 330 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:57:44.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:44 smithi023 conmon[87519]: cluster 2023-11-08T01:57:43.118159+0000 mgr.smithi001.qhtxni (mgr. 2023-11-08T01:57:44.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:44 smithi023 conmon[87519]: 14180) 79 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:57:44.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:44 smithi023 conmon[87519]: audit 2023-11-08T01:57:44.164117+0000 mon.smithi001 (mon.0) 310 : audit [INF] from='client.? 172.21.15.1:0/487926543' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "17270ca2-c5c7-441a-88ee-5650332c1f72"}]: dispatch 2023-11-08T01:57:44.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:44 smithi023 conmon[87519]: audit 2023-11-08T01:57:44.167599+0000 mon.smithi001 (mon.0) 311 : audit [INF] from='client.? 172.21.15.1:0/487926543' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "17270ca2-c5c7-441a-88ee-5650332c1f72"}]': finished 2023-11-08T01:57:44.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:44 smithi023 conmon[87519]: cluster 2023-11-08T01:57:44.167653+0000 mon.smithi001 (mon.0) 312 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-11-08T01:57:44.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:44 smithi023 conmon[87519]: audit 2023-11-08T01:57:44.167766+0000 mon.smithi001 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T01:57:44.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:44 smithi023 conmon[87519]: audit 2023-11-08T01:57:44.168122+0000 mon.smithi001 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T01:57:44.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:44 smithi023 conmon[87519]: audit 2023-11-08T01:57:44.168348+0000 mon.smithi001 (mon.0) 315 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T01:57:44.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:44 smithi023 conmon[87519]: audit 2023-11-08T01:57:44.168571+0000 mon.smithi001 (mon.0) 316 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T01:57:44.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:44 smithi023 conmon[87519]: audit 2023-11-08T01:57:44.168818+0000 mon.smithi001 (mon.0) 317 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T01:57:44.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:44 smithi023 conmon[87519]: audit 2023-11-08T01:57:44.169044+0000 mon.smithi001 (mon.0) 318 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T01:57:44.782 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:44 smithi023 conmon[87519]: audit 2023-11-08T01:57:44.169263+0000 mon.smithi001 (mon.0) 319 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:57:44.782 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:44 smithi023 conmon[87519]: audit 2023-11-08T01:57:44.185097+0000 mon.smithi023 (mon.1) 7 : audit [INF] from='client.? 172.21.15.23:0/3435788877' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "01b27f47-8d5d-4a6e-9cb0-6102fbc22e18"}]: dispatch 2023-11-08T01:57:44.782 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:44 smithi023 conmon[87519]: audit 2023-11-08T01:57:44.185447+0000 mon.smithi001 (mon.0) 320 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "01b27f47-8d5d-4a6e-9cb0-6102fbc22e18"}]: dispatch 2023-11-08T01:57:44.782 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:44 smithi023 conmon[87519]: audit 2023-11-08T01:57:44.188990+0000 mon.smithi001 (mon.0) 2023-11-08T01:57:44.782 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:44 smithi023 conmon[87519]: 321 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "01b27f47-8d5d-4a6e-9cb0-6102fbc22e18"}]': finished 2023-11-08T01:57:44.783 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:44 smithi023 conmon[87519]: cluster 2023-11-08T01:57:44.783 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:44 smithi023 conmon[87519]: 2023-11-08T01:57:44.189065+0000 mon.smithi001 ( 2023-11-08T01:57:44.783 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:44 smithi023 conmon[87519]: mon.0) 322 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-11-08T01:57:44.783 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:44 smithi023 conmon[87519]: audit 2023-11 2023-11-08T01:57:44.783 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:44 smithi023 conmon[87519]: -08T01:57:44.189197+0000 2023-11-08T01:57:44.784 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:44 smithi023 conmon[87519]: mon.smithi001 (mon.0) 323 : audit [DBG] 2023-11-08T01:57:44.784 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:44 smithi023 conmon[87519]: from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T01:57:44.784 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:44 smithi023 conmon[87519]: audit 2023-11-08T01:57:44.784 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:44 smithi023 conmon[87519]: 2023-11-08T01:57:44.189599+0000 mon.smithi001 2023-11-08T01:57:44.784 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:44 smithi023 conmon[87519]: (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T01:57:44.785 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:44 smithi023 conmon[87519]: 2023-11-08T01:57:44.785 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:44 smithi023 conmon[87519]: audit 2023- 2023-11-08T01:57:44.785 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:44 smithi023 conmon[87519]: 11-08T01:57:44.189822+0000 mon.smithi001 ( 2023-11-08T01:57:44.785 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:44 smithi023 conmon[87519]: mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T01:57:44.785 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:44 smithi023 conmon[87519]: audit 2023-11 2023-11-08T01:57:44.786 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:44 smithi023 conmon[87519]: -08T01:57:44.190047+0000 2023-11-08T01:57:44.786 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:44 smithi023 conmon[87519]: mon.smithi001 (mon.0) 326 : audit [DBG] 2023-11-08T01:57:44.786 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:44 smithi023 conmon[87519]: from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T01:57:44.786 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:44 smithi023 conmon[87519]: audit 2023-11-08T01:57:44.786 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:44 smithi023 conmon[87519]: 2023-11-08T01:57:44.190267+0000 mon.smithi001 2023-11-08T01:57:44.787 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:44 smithi023 conmon[87519]: (mon.0) 327 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T01:57:44.787 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:44 smithi023 conmon[87519]: 2023-11-08T01:57:44.787 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:44 smithi023 conmon[87519]: audit 2023-11-08T01:57:44.787 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:44 smithi023 conmon[87519]: 2023-11-08T01:57:44.190498+0000 2023-11-08T01:57:44.787 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:44 smithi023 conmon[87519]: mon.smithi001 (mon.0) 328 : audit [DBG] 2023-11-08T01:57:44.788 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:44 smithi023 conmon[87519]: from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T01:57:44.788 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:44 smithi023 conmon[87519]: audit 2023-11-08T01:57:44.788 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:44 smithi023 conmon[87519]: 2023-11-08T01:57:44.190742+0000 2023-11-08T01:57:44.788 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:44 smithi023 conmon[87519]: mon.smithi001 (mon.0) 329 : audit [DBG] 2023-11-08T01:57:44.788 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:44 smithi023 conmon[87519]: from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:57:44.788 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:44 smithi023 conmon[87519]: audit 2023-11-08T01:57:44.789 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:44 smithi023 conmon[87519]: 2023-11-08T01:57:44.190986+0000 2023-11-08T01:57:44.789 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:44 smithi023 conmon[87519]: mon.smithi001 (mon.0) 330 : audit [DBG] 2023-11-08T01:57:44.789 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:44 smithi023 conmon[87519]: from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:57:45.043 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T01:57:45.408 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1699408664,"num_remapped_pgs":0} 2023-11-08T01:57:45.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:45 smithi001 conmon[82545]: audit 2023-11-08T01:57:45.042833+0000 mon.smithi001 (mon.0) 331 : audit [DBG] from='client.? 172.21.15.1:0/2735096995' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:57:45.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:45 smithi001 conmon[82545]: audit 2023-11-08T01:57:45.366950+0000 mon.smithi023 (mon.1) 8 : audit [DBG] from='client.? 172.21.15.23:0/2560557809' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T01:57:45.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:45 smithi001 conmon[82545]: audit 2023-11-08T01:57:45.376507+0000 mon.smithi001 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.1:0/3320627993' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T01:57:45.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:45 smithi023 conmon[87519]: audit 2023-11-08T01:57:45.042833+0000 2023-11-08T01:57:45.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:45 smithi023 conmon[87519]: mon.smithi001 (mon.0) 331 : audit [DBG] from='client.? 172.21.15.1:0/2735096995' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:57:45.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:45 smithi023 conmon[87519]: audit 2023-11-08T01:57:45. 2023-11-08T01:57:45.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:45 smithi023 conmon[87519]: 366950+0000 mon.smithi023 (mon.1) 8 : audit [DBG] from='client.? 172.21.15.23:0/2560557809' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T01:57:45.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:45 smithi023 conmon[87519]: 2023-11-08T01:57:45.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:45 smithi023 conmon[87519]: audit 2023-11-08T01:57:45.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:45 smithi023 conmon[87519]: 2023-11-08T 2023-11-08T01:57:45.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:45 smithi023 conmon[87519]: 01:57:45.376507+0000 mon.smithi001 2023-11-08T01:57:45.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:45 smithi023 conmon[87519]: (mon.0) 332 : audit [DBG] from='client.? 172.21.15.1:0/3320627993' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T01:57:45.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:45 smithi023 conmon[87519]: 2023-11-08T01:57:46.409 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T01:57:46.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:46 smithi001 conmon[82545]: cluster 2023-11-08T01:57:45.118409+0000 mgr.smithi001.qhtxni ( 2023-11-08T01:57:46.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:46 smithi001 conmon[82545]: mgr.14180) 80 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:57:46.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:46 smithi023 conmon[87519]: cluster 2023-11-08T01:57:45.118409+0000 mgr.smithi001.qhtxni (mgr.14180) 80 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:57:48.102 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T01:57:48.656 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1699408664,"num_remapped_pgs":0} 2023-11-08T01:57:48.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:48 smithi001 conmon[82545]: cluster 2023-11-08T01:57:47.118648+0000 mgr.smithi001.qhtxni (mgr.14180) 81 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:57:48.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:48 smithi001 conmon[82545]: audit 2023-11-08T01:57:48.101414+0000 mon.smithi001 (mon.0) 333 : audit [DBG] from='client.? 172.21.15.1:0/3545669878' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:57:48.719 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:48 smithi023 conmon[87519]: cluster 2023-11-08T01:57:47.118648+0000 mgr.smithi001.qhtxni (mgr.14180) 81 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:57:48.719 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:48 smithi023 conmon[87519]: audit 2023-11-08T01:57:48.101414+0000 mon.smithi001 (mon.0) 333 : audit [DBG] from='client.? 172.21.15.1:0/3545669878' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:57:49.657 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T01:57:50.473 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:50 smithi001 conmon[82545]: cluster 2023-11-08T01:57:49.118866+0000 mgr.smithi001.qhtxni (mgr.14180) 82 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:57:50.473 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:50 smithi001 conmon[82545]: audit 2023-11-08T01:57:50.340418+0000 mon.smithi001 (mon.0) 334 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-08T01:57:50.529 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:50 smithi023 conmon[87519]: cluster 2023-11-08T01:57:49.118866+0000 mgr.smithi001.qhtxni (mgr.14180) 82 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:57:50.529 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:50 smithi023 conmon[87519]: audit 2023-11-08T01:57:50.340418+0000 mon.smithi001 (mon.0) 334 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-08T01:57:50.529 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:50 smithi023 conmon[87519]: audit 2023-11-08T01:57:50.341298+0000 mon.smithi001 (mon.0) 335 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:57:50.739 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:50 smithi001 conmon[82545]: audit 2023-11-08T01:57:50.341298+0000 mon.smithi001 (mon.0) 335 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:57:51.613 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T01:57:51.705 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:51 smithi023 conmon[87519]: cephadm 2023-11-08T01:57:50.342090+0000 mgr.smithi001.qhtxni (mgr.14180) 83 : cephadm [INF] Deploying daemon osd.0 on smithi023 2023-11-08T01:57:51.706 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:51 smithi023 conmon[87519]: audit 2023-11-08T01:57:50.954695+0000 mon.smithi001 (mon.0) 336 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-08T01:57:51.706 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:51 smithi023 conmon[87519]: audit 2023-11-08T01:57:50.955340+0000 mon.smithi001 (mon.0) 337 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:57:51.939 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:51 smithi001 conmon[82545]: cephadm 2023-11-08T01:57:50.342090+0000 mgr.smithi001.qhtxni (mgr.14180) 83 : cephadm 2023-11-08T01:57:51.939 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:51 smithi001 conmon[82545]: [INF] Deploying daemon osd.0 on smithi023 2023-11-08T01:57:51.939 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:51 smithi001 conmon[82545]: audit 2023-11-08T01:57:50.954695+0000 mon.smithi001 (mon.0) 336 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-08T01:57:51.939 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:51 smithi001 conmon[82545]: audit 2023-11-08T01:57:50.955340+0000 mon.smithi001 (mon.0) 337 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:57:52.203 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1699408664,"num_remapped_pgs":0} 2023-11-08T01:57:52.728 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:52 smithi001 conmon[82545]: cephadm 2023-11-08T01:57:50.955871+0000 mgr.smithi001.qhtxni (mgr.14180) 84 : cephadm [INF] Deploying daemon osd.1 on smithi001 2023-11-08T01:57:52.729 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:52 smithi001 conmon[82545]: cluster 2023-11-08T01:57:51.119065+0000 mgr.smithi001.qhtxni (mgr.14180) 85 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:57:52.729 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:52 smithi001 conmon[82545]: audit 2023-11-08T01:57:51.612557+0000 mon.smithi001 (mon.0) 338 : audit [DBG] from='client.? 172.21.15.1:0/1681480805' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:57:52.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:52 smithi023 conmon[87519]: cephadm 2023-11-08T01:57:50.955871+0000 mgr.smithi001.qhtxni 2023-11-08T01:57:52.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:52 smithi023 conmon[87519]: (mgr.14180) 84 : cephadm [INF] Deploying daemon osd.1 on smithi001 2023-11-08T01:57:52.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:52 smithi023 conmon[87519]: cluster 2023-11-08T01:57:51.119065+0000 mgr.smithi001.qhtxni (mgr.14180) 85 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:57:52.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:52 smithi023 conmon[87519]: audit 2023-11-08T01:57:51.612557+0000 mon.smithi001 (mon.0) 338 : audit [DBG] from='client.? 172.21.15.1:0/1681480805' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:57:53.205 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T01:57:54.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:54 smithi001 conmon[82545]: cluster 2023-11-08T01:57:53.119419+0000 mgr.smithi001.qhtxni ( 2023-11-08T01:57:54.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:54 smithi001 conmon[82545]: mgr.14180) 86 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:57:54.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:54 smithi023 conmon[87519]: cluster 2023-11-08T01:57:53.119419+0000 mgr.smithi001.qhtxni (mgr.14180) 86 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:57:55.139 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T01:57:55.685 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1699408664,"num_remapped_pgs":0} 2023-11-08T01:57:55.902 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:55 smithi023 conmon[87519]: audit 2023-11-08T01:57:54.752370+0000 mon.smithi001 (mon.0) 339 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:57:55.903 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:55 smithi023 conmon[87519]: audit 2023-11-08T01:57:54.753216+0000 mon.smithi001 (mon.0) 340 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-11-08T01:57:55.903 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:55 smithi023 conmon[87519]: audit 2023-11-08T01:57:54.753924+0000 mon.smithi001 (mon.0) 341 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:57:55.903 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:55 smithi023 conmon[87519]: cephadm 2023-11-08T01:57:54.754505+0000 mgr.smithi001.qhtxni (mgr.14180) 87 : cephadm [INF] Deploying daemon osd.3 on smithi023 2023-11-08T01:57:55.904 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:55 smithi023 conmon[87519]: cluster 2023-11-08T01:57:55.119639+0000 mgr.smithi001.qhtxni (mgr.14180) 88 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:57:55.904 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:55 smithi023 conmon[87519]: audit 2023-11-08T01:57:55.138341+0000 mon.smithi023 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.1:0/3154326837' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:57:56.045 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:55 smithi001 conmon[82545]: audit 2023-11-08T01:57:54.752370 2023-11-08T01:57:56.046 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:55 smithi001 conmon[82545]: +0000 mon.smithi001 (mon.0) 339 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:57:56.046 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:55 smithi001 conmon[82545]: audit 2023-11-08T01:57:54.753216+0000 mon.smithi001 (mon.0) 340 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-11-08T01:57:56.046 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:55 smithi001 conmon[82545]: audit 2023-11-08T01:57:54.753924+0000 mon.smithi001 (mon.0) 341 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:57:56.046 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:55 smithi001 conmon[82545]: cephadm 2023-11-08T01:57:54.754505+0000 mgr.smithi001.qhtxni (mgr.14180) 87 : cephadm [INF] Deploying daemon osd.3 on smithi023 2023-11-08T01:57:56.047 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:55 smithi001 conmon[82545]: cluster 2023-11-08T01:57:55.119639+0000 mgr.smithi001.qhtxni (mgr.14180) 88 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:57:56.047 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:55 smithi001 conmon[82545]: audit 2023-11-08T01:57:55.138341+0000 mon.smithi023 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.1:0/3154326837' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:57:56.686 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T01:57:57.202 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:57 smithi023 conmon[87519]: audit 2023-11-08T01:57:56.119101+0000 mon.smithi001 (mon.0) 342 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:57:57.203 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:57 smithi023 conmon[87519]: audit 2023-11-08T01:57:56.119784+0000 mon.smithi001 (mon.0) 343 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-08T01:57:57.203 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:57 smithi023 conmon[87519]: audit 2023-11-08T01:57:56.120421+0000 mon.smithi001 (mon.0) 344 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:57:57.204 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:57 smithi023 conmon[87519]: cephadm 2023-11-08T01:57:56.120979+0000 mgr.smithi001.qhtxni (mgr.14180) 89 : cephadm [INF] Deploying daemon osd.2 on smithi001 2023-11-08T01:57:57.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:57 smithi001 conmon[82545]: audit 2023-11-08T01:57:56.119101 2023-11-08T01:57:57.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:57 smithi001 conmon[82545]: +0000 mon.smithi001 (mon.0) 342 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:57:57.207 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:57 smithi001 conmon[82545]: audit 2023-11-08T01:57:56.119784+0000 mon.smithi001 (mon.0) 343 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-08T01:57:57.207 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:57 smithi001 conmon[82545]: audit 2023-11-08T01:57:56.120421+0000 mon.smithi001 (mon.0) 344 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:57:57.207 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:57 smithi001 conmon[82545]: cephadm 2023-11-08T01:57:56.120979+0000 mgr.smithi001.qhtxni (mgr.14180) 89 : cephadm [INF] Deploying daemon osd.2 on smithi001 2023-11-08T01:57:58.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:58 smithi001 conmon[82545]: cluster 2023-11-08T01:57:57.119884+0000 mgr.smithi001.qhtxni (mgr.14180) 90 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:57:58.207 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:58 smithi001 conmon[82545]: audit 2023-11-08T01:57:57.925142+0000 mon.smithi001 (mon.0) 345 : audit [INF] from='osd.0 [v2:172.21.15.23:6800/2848414778,v1:172.21.15.23:6801/2848414778]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-08T01:57:58.266 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:58 smithi023 conmon[87519]: cluster 2023-11-08T01:57:57.119884+0000 mgr.smithi001.qhtxni (mgr.14180) 90 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:57:58.267 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:58 smithi023 conmon[87519]: audit 2023-11-08T01:57:57.925142+0000 mon.smithi001 (mon.0) 345 : audit [INF] from='osd.0 [v2:172.21.15.23:6800/2848414778,v1:172.21.15.23:6801/2848414778]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-08T01:57:59.163 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T01:57:59.328 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:59 smithi001 conmon[82545]: audit 2023-11-08T01:57:58.129748+0000 mon.smithi001 (mon.0) 2023-11-08T01:57:59.328 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:59 smithi001 conmon[82545]: 346 : audit [INF] from='osd.0 [v2:172.21.15.23:6800/2848414778,v1:172.21.15.23:6801/2848414778]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-08T01:57:59.329 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:59 smithi001 conmon[82545]: cluster 2023-11-08T01:57:58.129815+0000 mon.smithi001 (mon.0) 347 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-11-08T01:57:59.329 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:59 smithi001 conmon[82545]: audit 2023-11-08T01:57:58.129925+0000 mon.smithi001 (mon.0) 348 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T01:57:59.329 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:59 smithi001 conmon[82545]: audit 2023-11-08T01:57:58.130203+0000 mon.smithi001 (mon.0) 349 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T01:57:59.329 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:59 smithi001 conmon[82545]: audit 2023-11-08T01:57:58.130343+0000 mon.smithi001 (mon.0) 350 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T01:57:59.329 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:59 smithi001 conmon[82545]: audit 2023-11-08T01:57:58.130513+0000 mon.smithi001 (mon.0) 351 : audit [INF] from='osd.0 [v2:172.21.15.23:6800/2848414778,v1:172.21.15.23:6801/2848414778]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2023-11-08T01:57:59.330 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:59 smithi001 conmon[82545]: audit 2023-11-08T01:57:58.130742+0000 mon.smithi001 (mon.0) 352 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T01:57:59.330 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:59 smithi001 conmon[82545]: audit 2023-11-08T01:57:58.130888+0000 mon.smithi001 (mon.0) 353 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T01:57:59.330 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:59 smithi001 conmon[82545]: audit 2023-11-08T01:57:58.131014+0000 mon.smithi001 (mon.0) 354 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T01:57:59.330 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:59 smithi001 conmon[82545]: audit 2023-11-08T01:57:58.131140+0000 mon.smithi001 (mon.0) 355 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:57:59.331 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:59 smithi001 conmon[82545]: audit 2023-11-08T01:57:58.131267+0000 mon.smithi001 (mon.0) 356 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:57:59.331 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:57:59 smithi001 conmon[82545]: audit 2023-11-08T01:57:59.078301+0000 mon.smithi001 (mon.0) 357 : audit [INF] from='osd.1 [v2:172.21.15.1:6802/3049127254,v1:172.21.15.1:6803/3049127254]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-08T01:57:59.529 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:59 smithi023 conmon[87519]: audit 2023-11-08T01:57:58.129748 2023-11-08T01:57:59.530 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:59 smithi023 conmon[87519]: +0000 mon.smithi001 (mon.0) 346 : audit [INF] from='osd.0 [v2:172.21.15.23:6800/2848414778,v1:172.21.15.23:6801/2848414778]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-08T01:57:59.530 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:59 smithi023 conmon[87519]: cluster 2023-11-08T01:57:58.129815 2023-11-08T01:57:59.530 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:59 smithi023 conmon[87519]: +0000 mon.smithi001 (mon.0) 347 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-11-08T01:57:59.530 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:59 smithi023 conmon[87519]: audit 2023-11-08T01: 2023-11-08T01:57:59.530 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:59 smithi023 conmon[87519]: 57:58.129925+0000 mon.smithi001 (mon.0) 348 : 2023-11-08T01:57:59.531 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:59 smithi023 conmon[87519]: audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T01:57:59.531 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:59 smithi023 conmon[87519]: audit 2023-11-08T01 2023-11-08T01:57:59.531 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:59 smithi023 conmon[87519]: :57:58.130203+0000 mon.smithi001 (mon.0) 349 2023-11-08T01:57:59.531 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:59 smithi023 conmon[87519]: : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T01:57:59.531 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:59 smithi023 conmon[87519]: audit 2023- 2023-11-08T01:57:59.532 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:59 smithi023 conmon[87519]: 11-08T01:57:58.130343+0000 mon.smithi001 ( 2023-11-08T01:57:59.532 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:59 smithi023 conmon[87519]: mon.0) 350 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T01:57:59.532 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:59 smithi023 conmon[87519]: audit 2023-11-08 2023-11-08T01:57:59.532 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:59 smithi023 conmon[87519]: T01:57:58.130513+0000 mon.smithi001 (mon.0) 351 : audit [INF] from='osd.0 [v2:172.21.15.23:6800/2848414778,v1:172.21.15.23:6801/2848414778]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2023-11-08T01:57:59.532 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:59 smithi023 conmon[87519]: 2023-11-08T01:57:59.532 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:59 smithi023 conmon[87519]: audit 2023-11-08T01:57 2023-11-08T01:57:59.533 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:59 smithi023 conmon[87519]: :58.130742+0000 mon.smithi001 (mon.0 2023-11-08T01:57:59.533 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:59 smithi023 conmon[87519]: ) 352 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T01:57:59.533 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:59 smithi023 conmon[87519]: audit 2023-11 2023-11-08T01:57:59.533 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:59 smithi023 conmon[87519]: -08T01:57:58.130888+0000 mon.smithi001 (mon. 2023-11-08T01:57:59.533 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:59 smithi023 conmon[87519]: 0) 353 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T01:57:59.534 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:59 smithi023 conmon[87519]: audit 2023-11-08T01:57:59.534 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:59 smithi023 conmon[87519]: 2023-11-08T01:57:58.131014+0000 2023-11-08T01:57:59.534 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:59 smithi023 conmon[87519]: mon.smithi001 (mon.0) 354 : audit [DBG] 2023-11-08T01:57:59.534 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:59 smithi023 conmon[87519]: from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T01:57:59.534 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:59 smithi023 conmon[87519]: audit 2023-11-08T01:57:59.535 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:59 smithi023 conmon[87519]: 2023-11-08T01:57: 2023-11-08T01:57:59.535 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:59 smithi023 conmon[87519]: 58.131140+0000 mon.smithi001 (mon. 2023-11-08T01:57:59.535 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:59 smithi023 conmon[87519]: 0) 355 : audit [DBG] 2023-11-08T01:57:59.535 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:59 smithi023 conmon[87519]: from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:57:59.535 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:59 smithi023 conmon[87519]: audit 2023-11-08T01:57:59.536 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:59 smithi023 conmon[87519]: 2023-11-08T01:57:58.131267+0000 2023-11-08T01:57:59.536 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:59 smithi023 conmon[87519]: mon.smithi001 (mon.0) 356 : audit [DBG] 2023-11-08T01:57:59.536 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:59 smithi023 conmon[87519]: from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:57:59.536 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:59 smithi023 conmon[87519]: audit 2023-11-08T01:57:59.537 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:59 smithi023 conmon[87519]: 2023-11-08T01 2023-11-08T01:57:59.537 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:59 smithi023 conmon[87519]: :57:59.078301+0000 mon.smithi001 (mon 2023-11-08T01:57:59.537 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:59 smithi023 conmon[87519]: .0) 357 : audit [INF] 2023-11-08T01:57:59.537 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:57:59 smithi023 conmon[87519]: from='osd.1 [v2:172.21.15.1:6802/3049127254,v1:172.21.15.1:6803/3049127254]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-08T01:57:59.796 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":15,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1699408664,"num_remapped_pgs":0} 2023-11-08T01:58:00.414 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:00 smithi023 conmon[87519]: cluster 2023-11-08T01:57:59.120127+0000 mgr.smithi001.qhtxni (mgr.14180) 91 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:58:00.414 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:00 smithi023 conmon[87519]: audit 2023-11-08T01:57:59.130326+0000 mon.smithi001 (mon.0) 358 : audit [INF] from='osd.0 [v2:172.21.15.23:6800/2848414778,v1:172.21.15.23:6801/2848414778]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]': finished 2023-11-08T01:58:00.414 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:00 smithi023 conmon[87519]: audit 2023-11-08T01:57:59.130400+0000 mon.smithi001 (mon.0) 359 : audit [INF] from='osd.1 [v2:172.21.15.1:6802/3049127254,v1:172.21.15.1:6803/3049127254]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-08T01:58:00.414 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:00 smithi023 conmon[87519]: cluster 2023-11-08T01:57:59.130458+0000 mon.smithi001 (mon.0) 360 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-11-08T01:58:00.415 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:00 smithi023 conmon[87519]: audit 2023-11-08T01:57:59.130822+0000 mon.smithi001 (mon.0) 361 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T01:58:00.415 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:00 smithi023 conmon[87519]: audit 2023-11-08T01:57:59.131077+0000 mon.smithi001 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T01:58:00.415 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:00 smithi023 conmon[87519]: audit 2023-11-08T01:57:59.131524+0000 mon.smithi001 (mon.0) 363 : audit [INF] from='osd.1 [v2:172.21.15.1:6802/3049127254,v1:172.21.15.1:6803/3049127254]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]: dispatch 2023-11-08T01:58:00.415 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:00 smithi023 conmon[87519]: audit 2023-11-08T01:57:59.131742+0000 mon.smithi001 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T01:58:00.415 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:00 smithi023 conmon[87519]: audit 2023-11-08T01:57:59.131986+0000 mon.smithi001 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T01:58:00.416 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:00 smithi023 conmon[87519]: audit 2023-11-08T01:57:59.132152+0000 mon.smithi001 (mon.0) 366 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T01:58:00.416 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:00 smithi023 conmon[87519]: audit 2023-11-08T01:57:59.132318+0000 mon.smithi001 (mon.0) 2023-11-08T01:58:00.416 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:00 smithi023 conmon[87519]: 367 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T01:58:00.416 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:00 smithi023 conmon[87519]: audit 2023-11-08T01:57:59.132483+0000 mon.smithi001 (mon.0) 368 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:58:00.416 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:00 smithi023 conmon[87519]: audit 2023-11-08T01:57:59.132650+0000 mon.smithi001 (mon.0) 369 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:58:00.417 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:00 smithi023 conmon[87519]: audit 2023-11-08T01:57:59.134157+0000 mon.smithi001 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T01:58:00.417 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:00 smithi023 conmon[87519]: audit 2023-11-08T01:57:59.161956+0000 mon.smithi001 (mon.0) 371 : audit [DBG] from='client.? 172.21.15.1:0/3093812618' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:58:00.417 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:00 smithi023 conmon[87519]: audit 2023-11-08T01:57:59.270376+0000 mon.smithi001 (mon.0) 372 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:58:00.417 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:00 smithi023 conmon[87519]: audit 2023-11-08T01:57:59.271024+0000 mon.smithi001 (mon.0) 373 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-11-08T01:58:00.417 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:00 smithi023 conmon[87519]: audit 2023-11-08T01:57:59.271616+0000 mon.smithi001 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:58:00.418 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:00 smithi023 conmon[87519]: cephadm 2023-11-08T01:57:59.272154+0000 mgr.smithi001.qhtxni (mgr.14180) 92 : cephadm [INF] Deploying daemon osd.5 on smithi023 2023-11-08T01:58:00.418 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:00 smithi023 conmon[87519]: audit 2023-11-08T01:58:00.131635+0000 mon.smithi001 (mon.0) 375 : audit [INF] from='osd.1 [v2:172.21.15.1:6802/3049127254,v1:172.21.15.1:6803/3049127254]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]': finished 2023-11-08T01:58:00.418 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:00 smithi023 conmon[87519]: cluster 2023-11-08T01:58:00.131707+0000 mon.smithi001 (mon.0) 376 : cluster [INF] osd.0 [v2:172.21.15.23:6800/2848414778,v1:172.21.15.23:6801/2848414778] boot 2023-11-08T01:58:00.418 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:00 smithi023 conmon[87519]: cluster 2023-11-08T01:58:00.131730+0000 mon.smithi001 (mon.0) 377 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-11-08T01:58:00.418 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:00 smithi023 conmon[87519]: audit 2023-11-08T01:58:00.132067+0000 mon.smithi001 (mon.0) 378 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T01:58:00.419 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:00 smithi023 conmon[87519]: audit 2023-11-08T01:58:00.132687+0000 mon.smithi001 (mon.0) 379 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T01:58:00.419 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:00 smithi023 conmon[87519]: audit 2023-11-08T01:58:00.132895+0000 mon.smithi001 (mon.0) 380 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T01:58:00.419 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:00 smithi023 conmon[87519]: audit 2023-11-08T01:58:00.133085+0000 mon.smithi001 (mon.0) 381 2023-11-08T01:58:00.419 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:00 smithi023 conmon[87519]: : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T01:58:00.419 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:00 smithi023 conmon[87519]: audit 2023-11-08T01:58:00.133240+0000 mon.smithi001 (mon.0) 382 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T01:58:00.420 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:00 smithi023 conmon[87519]: audit 2023-11-08T01:58:00.133388+0000 mon.smithi001 (mon.0) 383 : 2023-11-08T01:58:00.420 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:00 smithi023 conmon[87519]: audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T01:58:00.420 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:00 smithi023 conmon[87519]: audit 2023-11-08T 2023-11-08T01:58:00.420 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:00 smithi023 conmon[87519]: 01:58:00.133533+0000 mon.smithi001 (mon.0) 384 : 2023-11-08T01:58:00.420 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:00 smithi023 conmon[87519]: audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:58:00.421 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:00 smithi023 conmon[87519]: audit 2023-11-08T01:58 2023-11-08T01:58:00.421 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:00 smithi023 conmon[87519]: :00.133798+0000 mon.smithi001 (mon.0) 2023-11-08T01:58:00.421 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:00 smithi023 conmon[87519]: 385 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:58:00.421 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:00 smithi023 conmon[87519]: audit 2023-11-08T01: 2023-11-08T01:58:00.421 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:00 smithi023 conmon[87519]: 58:00.135345+0000 mon.smithi001 (mon. 2023-11-08T01:58:00.422 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:00 smithi023 conmon[87519]: 0) 386 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T01:58:00.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:00 smithi001 conmon[82545]: cluster 2023-11-08T01:57:59.120127+0000 mgr.smithi001.qhtxni (mgr.14180) 91 : 2023-11-08T01:58:00.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:00 smithi001 conmon[82545]: cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:58:00.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:00 smithi001 conmon[82545]: audit 2023-11-08T01:57:59.130326+0000 mon.smithi001 (mon.0) 358 2023-11-08T01:58:00.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:00 smithi001 conmon[82545]: : audit [INF] from='osd.0 [v2:172.21.15.23:6800/2848414778,v1:172.21.15.23:6801/2848414778]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]': finished 2023-11-08T01:58:00.458 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:00 smithi001 conmon[82545]: audit 2023-11-08T01:57:59.130400 2023-11-08T01:58:00.458 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:00 smithi001 conmon[82545]: +0000 mon.smithi001 (mon.0) 359 : audit [INF] from='osd.1 [v2:172.21.15.1:6802/3049127254,v1:172.21.15.1:6803/3049127254]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-08T01:58:00.458 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:00 smithi001 conmon[82545]: cluster 2023- 2023-11-08T01:58:00.458 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:00 smithi001 conmon[82545]: 11-08T01:57:59.130458+0000 mon.smithi001 (mon.0) 360 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-11-08T01:58:00.459 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:00 smithi001 conmon[82545]: audit 2023-11-08T01: 2023-11-08T01:58:00.459 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:00 smithi001 conmon[82545]: 57:59.130822+0000 mon.smithi001 (mon.0) 361 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T01:58:00.460 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:00 smithi001 conmon[82545]: audit 2023-11-08T 2023-11-08T01:58:00.461 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:00 smithi001 conmon[82545]: 01:57:59.131077+0000 mon.smithi001 (mon.0) 362 : audit 2023-11-08T01:58:00.461 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:00 smithi001 conmon[82545]: [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T01:58:00.461 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:00 smithi001 conmon[82545]: audit 2023-11-08T01:58:00.461 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:00 smithi001 conmon[82545]: 2023-11-08T01:57:59.131524+0000 mon.smithi001 (mon.0) 363 : audit 2023-11-08T01:58:00.461 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:00 smithi001 conmon[82545]: [INF] from='osd.1 [v2:172.21.15.1:6802/3049127254,v1:172.21.15.1:6803/3049127254]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]: dispatch 2023-11-08T01:58:00.462 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:00 smithi001 conmon[82545]: audit 2023-11 2023-11-08T01:58:00.462 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:00 smithi001 conmon[82545]: -08T01:57:59.131742+0000 mon.smithi001 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T01:58:00.462 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:00 smithi001 conmon[82545]: audit 2023-11-08 2023-11-08T01:58:00.462 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:00 smithi001 conmon[82545]: T01:57:59.131986+0000 mon.smithi001 (mon.0) 365 2023-11-08T01:58:00.462 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:00 smithi001 conmon[82545]: : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T01:58:00.463 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:00 smithi001 conmon[82545]: audit 2023-11-08T01:58:00.463 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:00 smithi001 conmon[82545]: 2023-11-08T01:57:59.132152+0000 mon.smithi001 (mon. 2023-11-08T01:58:00.463 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:00 smithi001 conmon[82545]: 0) 366 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T01:58:00.463 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:00 smithi001 conmon[82545]: audit 2023-11-08T01:58:00.463 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:00 smithi001 conmon[82545]: 2023-11-08T01:57:59.132318+0000 mon.smithi001 (mon.0) 367 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T01:58:00.464 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:00 smithi001 conmon[82545]: audit 2023-11-08T01:57:59.132483+0000 2023-11-08T01:58:00.464 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:00 smithi001 conmon[82545]: mon.smithi001 (mon.0) 368 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:58:00.464 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:00 smithi001 conmon[82545]: audit 2023-11-08T01:57:59.132650+0000 mon.smithi001 (mon 2023-11-08T01:58:00.464 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:00 smithi001 conmon[82545]: .0) 369 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:58:00.464 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:00 smithi001 conmon[82545]: audit 2023-11-08T01:58:00.465 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:00 smithi001 conmon[82545]: 2023-11-08T01:57:59.134157+0000 mon.smithi001 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T01:58:00.465 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:00 smithi001 conmon[82545]: audit 2023-11-08T01:57:59 2023-11-08T01:58:00.465 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:00 smithi001 conmon[82545]: .161956+0000 mon.smithi001 (mon.0) 371 : audit [DBG] from='client.? 172.21.15.1:0/3093812618' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:58:00.465 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:00 smithi001 conmon[82545]: audit 2023-11-08T01:57:59.270376+0000 mon.smithi001 2023-11-08T01:58:00.465 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:00 smithi001 conmon[82545]: (mon.0) 372 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:58:00.466 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:00 smithi001 conmon[82545]: audit 2023-11-08T01:58:00.466 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:00 smithi001 conmon[82545]: 2023-11-08T01:57:59.271024+0000 mon.smithi001 (mon.0) 373 : audit 2023-11-08T01:58:00.466 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:00 smithi001 conmon[82545]: [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-11-08T01:58:00.466 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:00 smithi001 conmon[82545]: audit 2023-11-08T 2023-11-08T01:58:00.466 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:00 smithi001 conmon[82545]: 01:57:59.271616+0000 mon.smithi001 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:58:00.467 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:00 smithi001 conmon[82545]: cephadm 2023-11-08T01:57:59.272154+0000 mgr.smithi001.qhtxni ( 2023-11-08T01:58:00.467 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:00 smithi001 conmon[82545]: mgr.14180) 92 : cephadm [INF] Deploying daemon osd.5 on smithi023 2023-11-08T01:58:00.467 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:00 smithi001 conmon[82545]: audit 2023-11-08T01:58:00.467 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:00 smithi001 conmon[82545]: 2023-11-08T01:58:00.131635+0000 mon.smithi001 (mon.0) 375 : audit [INF] 2023-11-08T01:58:00.467 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:00 smithi001 conmon[82545]: from='osd.1 [v2:172.21.15.1:6802/3049127254,v1:172.21.15.1:6803/3049127254]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]': finished 2023-11-08T01:58:00.468 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:00 smithi001 conmon[82545]: cluster 2023-11-08T01:58: 2023-11-08T01:58:00.468 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:00 smithi001 conmon[82545]: 00.131707+0000 mon.smithi001 (mon.0) 376 : cluster [INF] osd.0 [v2:172.21.15.23:6800/2848414778,v1:172.21.15.23:6801/2848414778] boot 2023-11-08T01:58:00.468 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:00 smithi001 conmon[82545]: cluster 2023-11-08T01:58:00.468 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:00 smithi001 conmon[82545]: 2023-11-08T01:58:00.131730+0000 mon.smithi001 (mon.0) 377 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-11-08T01:58:00.468 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:00 smithi001 conmon[82545]: audit 2023-11-08T01:58:00. 2023-11-08T01:58:00.469 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:00 smithi001 conmon[82545]: 132067+0000 mon.smithi001 (mon.0) 378 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T01:58:00.469 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:00 smithi001 conmon[82545]: audit 2023-11-08T01:58:00 2023-11-08T01:58:00.469 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:00 smithi001 conmon[82545]: .132687+0000 mon.smithi001 (mon.0) 379 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T01:58:00.469 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:00 smithi001 conmon[82545]: audit 2023-11-08T01:58:00.132895 2023-11-08T01:58:00.469 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:00 smithi001 conmon[82545]: +0000 mon.smithi001 (mon.0) 380 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T01:58:00.470 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:00 smithi001 conmon[82545]: audit 2023-11-08T01:58:00.133085+0000 mon.smithi001 (mon 2023-11-08T01:58:00.470 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:00 smithi001 conmon[82545]: .0) 381 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T01:58:00.470 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:00 smithi001 conmon[82545]: audit 2023-11-08T01:58:00.470 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:00 smithi001 conmon[82545]: 2023-11-08T01:58:00.133240+0000 mon.smithi001 (mon.0) 382 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T01:58:00.470 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:00 smithi001 conmon[82545]: audit 2023-11-08T01:58 2023-11-08T01:58:00.471 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:00 smithi001 conmon[82545]: :00.133388+0000 mon.smithi001 (mon.0) 383 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T01:58:00.471 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:00 smithi001 conmon[82545]: audit 2023-11-08T01:58:00.133533+0000 mon.smithi001 (mon 2023-11-08T01:58:00.471 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:00 smithi001 conmon[82545]: .0) 384 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:58:00.471 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:00 smithi001 conmon[82545]: audit 2023-11-08T01:58:00.471 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:00 smithi001 conmon[82545]: 2023-11-08T01:58:00.133798+0000 mon.smithi001 (mon.0) 385 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:58:00.472 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:00 smithi001 conmon[82545]: audit 2023-11-08T01:58:00.135345 2023-11-08T01:58:00.472 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:00 smithi001 conmon[82545]: +0000 mon.smithi001 (mon.0) 386 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T01:58:00.797 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T01:58:01.417 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:01 smithi001 conmon[82545]: cluster 2023-11-08T01:57:58. 2023-11-08T01:58:01.417 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:01 smithi001 conmon[82545]: 894265+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T01:58:01.417 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:01 smithi001 conmon[82545]: cluster 2023-11-08T01:57:58.894304+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T01:58:01.418 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:01 smithi001 conmon[82545]: audit 2023-11-08T01:58:01.072072+0000 mon.smithi001 (mon.0) 387 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:58:01.418 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:01 smithi001 conmon[82545]: audit 2023-11-08T01:58:01.072731+0000 mon.smithi001 (mon.0) 388 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-11-08T01:58:01.418 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:01 smithi001 conmon[82545]: audit 2023-11-08T01:58:01.073287+0000 mon.smithi001 (mon.0) 389 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:58:01.418 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:01 smithi001 conmon[82545]: audit 2023-11-08T01:58:01.135244+0000 mon.smithi001 (mon.0) 390 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T01:58:01.478 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:01 smithi023 conmon[87519]: cluster 2023-11-08T01:57:58.894265+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T01:58:01.479 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:01 smithi023 conmon[87519]: cluster 2023-11-08T01:57:58.894304+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T01:58:01.479 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:01 smithi023 conmon[87519]: audit 2023-11-08T01:58:01.072072+0000 mon.smithi001 (mon.0) 387 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:58:01.479 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:01 smithi023 conmon[87519]: audit 2023-11-08T01:58:01.072731+0000 mon.smithi001 (mon.0) 388 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-11-08T01:58:01.479 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:01 smithi023 conmon[87519]: audit 2023-11-08T01:58:01.073287+0000 mon.smithi001 (mon.0) 389 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:58:01.479 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:01 smithi023 conmon[87519]: audit 2023-11-08T01:58:01.135244+0000 mon.smithi001 (mon.0) 390 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T01:58:02.280 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:02 smithi023 conmon[87519]: cluster 2023-11-08T01:58:00.030668+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T01:58:02.280 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:02 smithi023 conmon[87519]: cluster 2023-11-08T01:58:00.030732+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T01:58:02.280 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:02 smithi023 conmon[87519]: cephadm 2023-11-08T01:58:01.073786+0000 mgr.smithi001.qhtxni (mgr.14180) 93 : cephadm [INF] Deploying daemon osd.4 on smithi001 2023-11-08T01:58:02.280 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:02 smithi023 conmon[87519]: cluster 2023-11-08T01:58:01.120446+0000 mgr.smithi001.qhtxni (mgr.14180) 94 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-08T01:58:02.281 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:02 smithi023 conmon[87519]: cluster 2023-11-08T01:58:01.144965+0000 mon.smithi001 (mon.0) 391 : cluster [INF] osd.1 [v2:172.21.15.1:6802/3049127254,v1:172.21.15.1:6803/3049127254] boot 2023-11-08T01:58:02.281 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:02 smithi023 conmon[87519]: cluster 2023-11-08T01:58:01.144993+0000 mon.smithi001 (mon.0) 392 : cluster [DBG] osdmap e17: 8 total, 2 up, 8 in 2023-11-08T01:58:02.281 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:02 smithi023 conmon[87519]: audit 2023-11-08T01:58:01.145506+0000 mon.smithi001 (mon.0) 393 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T01:58:02.281 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:02 smithi023 conmon[87519]: audit 2023-11-08T01:58:01.145855+0000 mon.smithi001 (mon.0) 394 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T01:58:02.281 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:02 smithi023 conmon[87519]: audit 2023-11-08T01:58:01.149636+0000 mon.smithi001 (mon.0) 395 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T01:58:02.282 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:02 smithi023 conmon[87519]: audit 2023-11-08T01:58:01.149825+0000 mon.smithi001 (mon.0) 396 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T01:58:02.282 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:02 smithi023 conmon[87519]: audit 2023-11-08T01:58:01.149994+0000 mon.smithi001 (mon.0) 397 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T01:58:02.282 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:02 smithi023 conmon[87519]: audit 2023-11-08T01:58:01.150156+0000 mon.smithi001 (mon.0) 398 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:58:02.282 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:02 smithi023 conmon[87519]: audit 2023-11-08T01:58:01.150310+0000 mon.smithi001 (mon.0) 399 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:58:02.438 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:02 smithi001 conmon[82545]: cluster 2023-11-08T01:58:00.030668+0000 2023-11-08T01:58:02.439 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:02 smithi001 conmon[82545]: osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T01:58:02.439 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:02 smithi001 conmon[82545]: cluster 2023-11-08T01:58:00.030732+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T01:58:02.439 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:02 smithi001 conmon[82545]: cephadm 2023-11-08T01:58:01.073786+0000 mgr.smithi001.qhtxni (mgr.14180) 93 : cephadm [INF] Deploying daemon osd.4 on smithi001 2023-11-08T01:58:02.439 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:02 smithi001 conmon[82545]: cluster 2023-11-08T01:58:01.120446+0000 mgr.smithi001.qhtxni (mgr.14180) 94 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-08T01:58:02.439 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:02 smithi001 conmon[82545]: cluster 2023-11-08T01:58:01.144965+0000 mon.smithi001 (mon.0) 391 : cluster [INF] osd.1 [v2:172.21.15.1:6802/3049127254,v1:172.21.15.1:6803/3049127254] boot 2023-11-08T01:58:02.440 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:02 smithi001 conmon[82545]: cluster 2023-11-08T01:58:01.144993+0000 mon.smithi001 (mon.0) 392 : cluster [DBG] osdmap e17: 8 total, 2 up, 8 in 2023-11-08T01:58:02.440 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:02 smithi001 conmon[82545]: audit 2023-11-08T01:58:01.145506+0000 mon.smithi001 (mon.0) 393 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T01:58:02.440 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:02 smithi001 conmon[82545]: audit 2023-11-08T01:58:01.145855+0000 mon.smithi001 (mon.0) 394 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T01:58:02.440 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:02 smithi001 conmon[82545]: audit 2023-11-08T01:58:01.149636+0000 mon.smithi001 (mon.0) 395 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T01:58:02.440 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:02 smithi001 conmon[82545]: audit 2023-11-08T01:58:01.149825+0000 mon.smithi001 (mon.0) 396 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T01:58:02.441 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:02 smithi001 conmon[82545]: audit 2023-11-08T01:58:01.149994+0000 mon.smithi001 (mon.0) 397 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T01:58:02.441 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:02 smithi001 conmon[82545]: audit 2023-11-08T01:58:01.150156+0000 mon.smithi001 (mon.0) 398 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:58:02.441 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:02 smithi001 conmon[82545]: audit 2023-11-08T01:58:01.150310+0000 mon.smithi001 (mon 2023-11-08T01:58:02.441 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:02 smithi001 conmon[82545]: .0) 399 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:58:03.011 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T01:58:03.295 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:03 smithi001 conmon[82545]: cluster 2023-11-08T01:58:02.159550+0000 mon.smithi001 (mon 2023-11-08T01:58:03.296 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:03 smithi001 conmon[82545]: .0) 400 : cluster [DBG] osdmap e18: 8 total, 2 up, 8 in 2023-11-08T01:58:03.296 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:03 smithi001 conmon[82545]: audit 2023-11-08T01:58:02.159744+0000 2023-11-08T01:58:03.296 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:03 smithi001 conmon[82545]: mon.smithi001 (mon.0) 401 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T01:58:03.296 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:03 smithi001 conmon[82545]: audit 2023-11-08T01:58:02 2023-11-08T01:58:03.297 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:03 smithi001 conmon[82545]: .160178+0000 mon.smithi001 (mon.0) 402 : audit [DBG] 2023-11-08T01:58:03.297 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:03 smithi001 conmon[82545]: from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T01:58:03.297 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:03 smithi001 conmon[82545]: audit 2023-11-08T01 2023-11-08T01:58:03.297 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:03 smithi001 conmon[82545]: :58:02.160450+0000 mon.smithi001 (mon.0) 2023-11-08T01:58:03.297 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:03 smithi001 conmon[82545]: 403 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T01:58:03.298 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:03 smithi001 conmon[82545]: audit 2023-11- 2023-11-08T01:58:03.298 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:03 smithi001 conmon[82545]: 08T01:58:02.160716+0000 mon.smithi001 (mon. 2023-11-08T01:58:03.298 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:03 smithi001 conmon[82545]: 0) 404 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T01:58:03.299 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:03 smithi001 conmon[82545]: audit 2023-11-08T01:58:03.299 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:03 smithi001 conmon[82545]: 2023-11-08T01:58: 2023-11-08T01:58:03.299 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:03 smithi001 conmon[82545]: 02.160964+0000 mon.smithi001 (mon.0) 405 : 2023-11-08T01:58:03.300 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:03 smithi001 conmon[82545]: audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:58:03.300 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:03 smithi001 conmon[82545]: audit 2023-11-08 2023-11-08T01:58:03.300 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:03 smithi001 conmon[82545]: T01:58:02.161210+0000 mon.smithi001 (mon. 2023-11-08T01:58:03.300 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:03 smithi001 conmon[82545]: 0) 406 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:58:03.301 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:03 smithi001 conmon[82545]: audit 2023-11-08T01:58:02 2023-11-08T01:58:03.301 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:03 smithi001 conmon[82545]: .436737+0000 mon.smithi023 (mon.1) 10 : audit [INF] 2023-11-08T01:58:03.301 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:03 smithi001 conmon[82545]: from='osd.3 [v2:172.21.15.23:6808/3696627488,v1:172.21.15.23:6809/3696627488]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-11-08T01:58:03.302 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:03 smithi001 conmon[82545]: audit 2023-11-08T01:58:03.302 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:03 smithi001 conmon[82545]: 2023-11-08T01:58:02.437121+0000 mon.smithi001 (mon. 2023-11-08T01:58:03.302 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:03 smithi001 conmon[82545]: 0) 407 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-11-08T01:58:03.302 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:03 smithi001 conmon[82545]: audit 2023- 2023-11-08T01:58:03.303 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:03 smithi001 conmon[82545]: 11-08T01:58:03.011079+0000 mon.smithi001 ( 2023-11-08T01:58:03.303 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:03 smithi001 conmon[82545]: mon.0) 408 : audit [DBG] from='client.? 172.21.15.1:0/1914845473' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:58:03.448 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:03 smithi023 conmon[87519]: cluster 2023-11-08T01:58:02.159550+0000 2023-11-08T01:58:03.448 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:03 smithi023 conmon[87519]: mon.smithi001 (mon.0) 400 : cluster [DBG] osdmap e18: 8 total, 2 up, 8 in 2023-11-08T01:58:03.448 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:03 smithi023 conmon[87519]: audit 2023-11-08T01:58:02.159744 2023-11-08T01:58:03.448 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:03 smithi023 conmon[87519]: +0000 mon.smithi001 (mon.0) 401 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T01:58:03.449 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:03 smithi023 conmon[87519]: audit 2023-11-08T01: 2023-11-08T01:58:03.449 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:03 smithi023 conmon[87519]: 58:02.160178+0000 mon.smithi001 (mon.0) 402 2023-11-08T01:58:03.449 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:03 smithi023 conmon[87519]: : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T01:58:03.449 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:03 smithi023 conmon[87519]: audit 2023-11-08T 2023-11-08T01:58:03.449 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:03 smithi023 conmon[87519]: 01:58:02.160450+0000 mon.smithi001 (mon.0 2023-11-08T01:58:03.450 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:03 smithi023 conmon[87519]: ) 403 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T01:58:03.450 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:03 smithi023 conmon[87519]: audit 2023-11-08T 2023-11-08T01:58:03.450 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:03 smithi023 conmon[87519]: 01:58:02.160716+0000 mon.smithi001 (mon.0) 2023-11-08T01:58:03.450 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:03 smithi023 conmon[87519]: 404 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T01:58:03.450 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:03 smithi023 conmon[87519]: audit 2023-11- 2023-11-08T01:58:03.451 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:03 smithi023 conmon[87519]: 08T01:58:02.160964+0000 mon.smithi001 (mon. 2023-11-08T01:58:03.451 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:03 smithi023 conmon[87519]: 0) 405 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:58:03.451 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:03 smithi023 conmon[87519]: audit 2023-11 2023-11-08T01:58:03.451 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:03 smithi023 conmon[87519]: -08T01:58:02.161210+0000 mon.smithi001 (mon 2023-11-08T01:58:03.451 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:03 smithi023 conmon[87519]: .0) 406 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:58:03.452 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:03 smithi023 conmon[87519]: audit 2023-11 2023-11-08T01:58:03.452 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:03 smithi023 conmon[87519]: -08T01:58:02.436737+0000 mon.smithi023 ( 2023-11-08T01:58:03.452 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:03 smithi023 conmon[87519]: mon.1) 10 : audit [INF] from='osd.3 [v2:172.21.15.23:6808/3696627488,v1:172.21.15.23:6809/3696627488]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-11-08T01:58:03.452 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:03 smithi023 conmon[87519]: audit 2023 2023-11-08T01:58:03.452 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:03 smithi023 conmon[87519]: -11-08T01:58:02.437121+0000 mon.smithi001 2023-11-08T01:58:03.453 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:03 smithi023 conmon[87519]: (mon.0) 407 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-11-08T01:58:03.453 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:03 smithi023 conmon[87519]: audit 2023 2023-11-08T01:58:03.453 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:03 smithi023 conmon[87519]: -11-08T01:58:03.011079+0000 mon.smithi001 2023-11-08T01:58:03.453 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:03 smithi023 conmon[87519]: (mon.0) 408 : audit [DBG] from='client.? 172.21.15.1:0/1914845473' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:58:03.563 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":18,"num_osds":8,"num_up_osds":2,"osd_up_since":1699408681,"num_in_osds":8,"osd_in_since":1699408664,"num_remapped_pgs":0} 2023-11-08T01:58:04.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:04 smithi023 conmon[87519]: cluster 2023-11-08T01:58:03.120751+0000 mgr.smithi001.qhtxni ( 2023-11-08T01:58:04.280 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:04 smithi023 conmon[87519]: mgr.14180) 95 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-11-08T01:58:04.280 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:04 smithi023 conmon[87519]: audit 2023-11-08T01:58:03.166362+0000 mon.smithi001 (mon.0) 409 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-11-08T01:58:04.280 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:04 smithi023 conmon[87519]: cluster 2023-11-08T01:58:03.166435+0000 mon.smithi001 (mon.0) 410 : cluster [DBG] osdmap e19: 8 total, 2 up, 8 in 2023-11-08T01:58:04.280 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:04 smithi023 conmon[87519]: audit 2023-11-08T01:58:03.166542+0000 mon.smithi001 (mon.0) 411 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T01:58:04.281 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:04 smithi023 conmon[87519]: audit 2023-11-08T01:58:03.166949+0000 mon.smithi001 (mon.0) 412 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T01:58:04.281 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:04 smithi023 conmon[87519]: audit 2023-11-08T01:58:03.167133+0000 mon.smithi001 (mon.0) 413 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T01:58:04.281 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:04 smithi023 conmon[87519]: audit 2023-11-08T01:58:03.167322+0000 mon.smithi001 (mon.0) 414 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T01:58:04.281 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:04 smithi023 conmon[87519]: audit 2023-11-08T01:58:03.167570+0000 mon.smithi001 (mon.0) 415 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:58:04.281 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:04 smithi023 conmon[87519]: audit 2023-11-08T01:58:03.167823+0000 mon.smithi001 (mon.0) 416 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:58:04.282 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:04 smithi023 conmon[87519]: audit 2023-11 2023-11-08T01:58:04.282 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:04 smithi023 conmon[87519]: -08T01:58:03.171373+0000 mon.smithi023 (mon.1) 11 : audit [INF] from='osd.3 [v2:172.21.15.23:6808/3696627488,v1:172.21.15.23:6809/3696627488]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2023-11-08T01:58:04.282 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:04 smithi023 conmon[87519]: audit 2023-11-08T01:58:03.171666+0000 mon.smithi001 (mon.0) 417 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2023-11-08T01:58:04.282 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:04 smithi023 conmon[87519]: audit 2023-11-08 2023-11-08T01:58:04.282 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:04 smithi023 conmon[87519]: T01:58:03.567905+0000 mon.smithi001 (mon.0) 418 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:58:04.283 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:04 smithi023 conmon[87519]: audit 2023-11-08T 2023-11-08T01:58:04.283 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:04 smithi023 conmon[87519]: 01:58:03.568533+0000 mon.smithi001 (mon.0) 419 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-11-08T01:58:04.283 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:04 smithi023 conmon[87519]: audit 2023-11-08T01:58:03.569118+0000 mon.smithi001 (mon. 2023-11-08T01:58:04.283 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:04 smithi023 conmon[87519]: 0) 420 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:58:04.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:04 smithi001 conmon[82545]: cluster 2023-11-08T01:58:03.120751+0000 2023-11-08T01:58:04.458 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:04 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 95 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-11-08T01:58:04.458 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:04 smithi001 conmon[82545]: audit 2023-11-08T01:58:03.166362+0000 mon.smithi001 (mon.0) 409 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-11-08T01:58:04.458 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:04 smithi001 conmon[82545]: cluster 2023-11-08T01:58:03.166435+0000 mon.smithi001 (mon.0) 410 : cluster [DBG] osdmap e19: 8 total, 2 up, 8 in 2023-11-08T01:58:04.458 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:04 smithi001 conmon[82545]: audit 2023-11-08T01:58:03.166542+0000 mon.smithi001 (mon.0) 411 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T01:58:04.458 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:04 smithi001 conmon[82545]: audit 2023-11-08T01:58:03.166949+0000 mon.smithi001 (mon.0) 412 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T01:58:04.459 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:04 smithi001 conmon[82545]: audit 2023-11-08T01:58:03.167133+0000 mon.smithi001 (mon.0) 413 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T01:58:04.459 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:04 smithi001 conmon[82545]: audit 2023-11-08T01:58:03.167322+0000 mon.smithi001 (mon.0) 414 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T01:58:04.459 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:04 smithi001 conmon[82545]: audit 2023-11-08T01:58:03.167570+0000 mon.smithi001 (mon.0) 415 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:58:04.459 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:04 smithi001 conmon[82545]: audit 2023-11-08T01:58:03.167823+0000 mon.smithi001 (mon.0) 416 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:58:04.459 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:04 smithi001 conmon[82545]: audit 2023-11-08T01:58:03.171373+0000 mon.smithi023 (mon.1) 11 : audit [INF] from='osd.3 [v2:172.21.15.23:6808/3696627488,v1:172.21.15.23:6809/3696627488]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2023-11-08T01:58:04.460 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:04 smithi001 conmon[82545]: audit 2023-11-08T01:58:03.171666+0000 mon.smithi001 (mon.0) 417 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2023-11-08T01:58:04.460 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:04 smithi001 conmon[82545]: audit 2023-11-08T01:58:03.567905+0000 2023-11-08T01:58:04.460 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:04 smithi001 conmon[82545]: mon.smithi001 (mon.0) 418 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:58:04.460 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:04 smithi001 conmon[82545]: audit 2023-11-08T01:58:03.568533+0000 mon.smithi001 (mon.0) 419 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-11-08T01:58:04.460 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:04 smithi001 conmon[82545]: audit 2023- 2023-11-08T01:58:04.461 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:04 smithi001 conmon[82545]: 11-08T01:58:03.569118+0000 mon.smithi001 (mon.0) 420 : 2023-11-08T01:58:04.461 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:04 smithi001 conmon[82545]: audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:58:04.564 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T01:58:05.429 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:05 smithi023 conmon[87519]: cephadm 2023-11-08T01:58:03.569617+0000 mgr.smithi001.qhtxni (mgr.14180) 96 : cephadm [INF] Deploying daemon osd.7 on smithi023 2023-11-08T01:58:05.429 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:05 smithi023 conmon[87519]: audit 2023-11-08T01:58:04.167270+0000 mon.smithi001 (mon.0) 421 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]': finished 2023-11-08T01:58:05.430 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:05 smithi023 conmon[87519]: cluster 2023-11-08T01:58:04.167333+0000 mon.smithi001 (mon.0) 422 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2023-11-08T01:58:05.430 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:05 smithi023 conmon[87519]: audit 2023-11-08T01:58:04.167700+0000 mon.smithi001 (mon.0) 423 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T01:58:05.430 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:05 smithi023 conmon[87519]: audit 2023-11-08T01:58:04.168010+0000 mon.smithi001 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T01:58:05.430 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:05 smithi023 conmon[87519]: audit 2023-11-08T01:58:04.168220+0000 mon.smithi001 (mon.0) 425 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T01:58:05.431 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:05 smithi023 conmon[87519]: audit 2023-11-08T01:58:04.168429+0000 mon.smithi001 (mon.0) 426 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T01:58:05.431 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:05 smithi023 conmon[87519]: audit 2023-11-08T01:58:04.168640+0000 2023-11-08T01:58:05.431 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:05 smithi023 conmon[87519]: mon.smithi001 (mon.0) 427 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:58:05.431 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:05 smithi023 conmon[87519]: audit 2023 2023-11-08T01:58:05.431 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:05 smithi023 conmon[87519]: -11-08T01:58:04. 2023-11-08T01:58:05.432 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:05 smithi023 conmon[87519]: 168862+0000 mon.smithi001 (mon.0) 2023-11-08T01:58:05.432 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:05 smithi023 conmon[87519]: 428 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:58:05.432 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:05 smithi023 conmon[87519]: audit 2023 2023-11-08T01:58:05.432 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:05 smithi023 conmon[87519]: -11-08T01:58:04 2023-11-08T01:58:05.432 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:05 smithi023 conmon[87519]: .179370+0000 mon.smithi001 (mon. 2023-11-08T01:58:05.433 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:05 smithi023 conmon[87519]: 0) 429 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T01:58:05.433 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:05 smithi023 conmon[87519]: 2023-11-08T01:58:05.433 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:05 smithi023 conmon[87519]: audit 2023-11-08T01:58:05.433 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:05 smithi023 conmon[87519]: 2023-11-08T01:58 2023-11-08T01:58:05.434 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:05 smithi023 conmon[87519]: :04.200936+0000 mon.smithi001 ( 2023-11-08T01:58:05.434 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:05 smithi023 conmon[87519]: mon.0) 430 : audit 2023-11-08T01:58:05.434 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:05 smithi023 conmon[87519]: [INF] from='osd.2 [v2:172.21.15.1:6810/3556994544,v1:172.21.15.1:6811/3556994544]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-08T01:58:05.454 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:05 smithi001 conmon[82545]: cephadm 2023-11-08T01:58:03.569617+0000 2023-11-08T01:58:05.454 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:05 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 96 : cephadm [INF] Deploying daemon osd.7 on smithi023 2023-11-08T01:58:05.455 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:05 smithi001 conmon[82545]: audit 2023-11-08T01:58:04.167270+0000 mon.smithi001 (mon.0) 421 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]': finished 2023-11-08T01:58:05.455 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:05 smithi001 conmon[82545]: cluster 2023-11-08T01:58:04.167333+0000 mon.smithi001 (mon.0) 422 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2023-11-08T01:58:05.455 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:05 smithi001 conmon[82545]: audit 2023-11-08T01:58:04.167700+0000 mon.smithi001 (mon.0) 423 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T01:58:05.455 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:05 smithi001 conmon[82545]: audit 2023-11-08T01:58:04.168010+0000 mon.smithi001 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T01:58:05.455 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:05 smithi001 conmon[82545]: audit 2023-11-08T01:58:04.168220+0000 mon.smithi001 (mon.0) 425 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T01:58:05.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:05 smithi001 conmon[82545]: audit 2023-11-08T01:58:04.168429+0000 mon.smithi001 (mon.0) 426 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T01:58:05.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:05 smithi001 conmon[82545]: audit 2023-11-08T01:58:04.168640+0000 mon.smithi001 (mon.0) 427 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:58:05.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:05 smithi001 conmon[82545]: audit 2023-11-08T01:58:04.168862+0000 mon.smithi001 (mon.0) 428 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:58:05.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:05 smithi001 conmon[82545]: audit 2023-11-08T01:58:04.179370+0000 mon.smithi001 (mon.0) 429 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T01:58:05.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:05 smithi001 conmon[82545]: audit 2023-11-08T01:58:04.200936+0000 mon.smithi001 (mon.0) 430 : audit [INF] from='osd.2 [v2:172.21.15.1:6810/3556994544,v1:172.21.15.1:6811/3556994544]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-08T01:58:06.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:06 smithi001 conmon[82545]: cluster 2023-11-08T 2023-11-08T01:58:06.458 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:06 smithi001 conmon[82545]: 01:58:03.386034+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T01:58:06.458 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:06 smithi001 conmon[82545]: cluster 2023-11-08T01:58:03. 2023-11-08T01:58:06.458 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:06 smithi001 conmon[82545]: 386085+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T01:58:06.458 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:06 smithi001 conmon[82545]: 2023-11-08T01:58:06.458 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:06 smithi001 conmon[82545]: cluster 2023-11- 2023-11-08T01:58:06.459 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:06 smithi001 conmon[82545]: 08T01:58:05.121023+0000 mgr.smithi001.qhtxni (mgr.14180) 97 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-11-08T01:58:06.459 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:06 smithi001 conmon[82545]: audit 2023-11-08T 2023-11-08T01:58:06.459 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:06 smithi001 conmon[82545]: 01:58:05.180123+0000 mon.smithi001 (mon.0) 431 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T01:58:06.459 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:06 smithi001 conmon[82545]: cluster 2023-11-08T01:58:06.459 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:06 smithi001 conmon[82545]: 2023-11-08T01:58:05.184760+0000 mon.smithi001 ( 2023-11-08T01:58:06.460 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:06 smithi001 conmon[82545]: mon.0) 432 : cluster [INF] osd.3 [v2:172.21.15.23:6808/3696627488,v1:172.21.15.23:6809/3696627488] boot 2023-11-08T01:58:06.460 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:06 smithi001 conmon[82545]: audit 2023-11 2023-11-08T01:58:06.460 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:06 smithi001 conmon[82545]: -08T01:58:05.184810+0000 mon.smithi001 (mon.0) 2023-11-08T01:58:06.460 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:06 smithi001 conmon[82545]: 433 : audit [INF] from='osd.2 [v2:172.21.15.1:6810/3556994544,v1:172.21.15.1:6811/3556994544]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-08T01:58:06.460 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:06 smithi001 conmon[82545]: cluster 2023- 2023-11-08T01:58:06.460 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:06 smithi001 conmon[82545]: 11-08T01:58:05.184861+0000 mon.smithi001 ( 2023-11-08T01:58:06.461 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:06 smithi001 conmon[82545]: mon.0) 434 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2023-11-08T01:58:06.461 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:06 smithi001 conmon[82545]: audit 2023 2023-11-08T01:58:06.461 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:06 smithi001 conmon[82545]: -11-08T01:58:05.184998+0000 mon.smithi001 ( 2023-11-08T01:58:06.461 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:06 smithi001 conmon[82545]: mon.0) 435 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T01:58:06.461 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:06 smithi001 conmon[82545]: audit 2023-11-08T01:58:06.462 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:06 smithi001 conmon[82545]: 2023-11-08T01:58:05 2023-11-08T01:58:06.462 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:06 smithi001 conmon[82545]: .185266+0000 mon.smithi001 (mon.0) 436 : audit 2023-11-08T01:58:06.462 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:06 smithi001 conmon[82545]: [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T01:58:06.462 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:06 smithi001 conmon[82545]: audit 2023-11-08T01:58:06.462 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:06 smithi001 conmon[82545]: 2023-11-08T01:58:05.185501+0000 2023-11-08T01:58:06.463 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:06 smithi001 conmon[82545]: mon.smithi001 (mon.0) 437 : audit [INF] from='osd.2 [v2:172.21.15.1:6810/3556994544,v1:172.21.15.1:6811/3556994544]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]: dispatch 2023-11-08T01:58:06.463 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:06 smithi001 conmon[82545]: 2023-11-08T01:58:06.463 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:06 smithi001 conmon[82545]: audit 2023 2023-11-08T01:58:06.463 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:06 smithi001 conmon[82545]: -11-08T01:58:05.185712+0000 mon.smithi001 2023-11-08T01:58:06.463 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:06 smithi001 conmon[82545]: (mon.0) 438 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T01:58:06.464 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:06 smithi001 conmon[82545]: audit 2023-11-08T01:58:06.464 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:06 smithi001 conmon[82545]: 2023-11-08T01:58:05.185867+0000 mon.smithi001 ( 2023-11-08T01:58:06.464 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:06 smithi001 conmon[82545]: mon.0) 439 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T01:58:06.464 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:06 smithi001 conmon[82545]: audit 2023- 2023-11-08T01:58:06.464 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:06 smithi001 conmon[82545]: 11-08T01:58:05.186026+0000 mon.smithi001 (mon.0) 2023-11-08T01:58:06.465 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:06 smithi001 conmon[82545]: 440 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:58:06.465 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:06 smithi001 conmon[82545]: audit 2023-11-08T01:58:06.465 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:06 smithi001 conmon[82545]: 2023-11-08T01:58:05 2023-11-08T01:58:06.465 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:06 smithi001 conmon[82545]: .186175+0000 mon.smithi001 (mon.0) 441 : audit 2023-11-08T01:58:06.465 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:06 smithi001 conmon[82545]: [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:58:06.465 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:06 smithi001 conmon[82545]: audit 2023 2023-11-08T01:58:06.466 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:06 smithi001 conmon[82545]: -11-08T01:58:05.186371+0000 2023-11-08T01:58:06.466 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:06 smithi001 conmon[82545]: mon.smithi001 (mon.0) 442 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-11-08T01:58:06.511 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:06 smithi023 conmon[87519]: cluster 2023-11-08T01:58 2023-11-08T01:58:06.511 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:06 smithi023 conmon[87519]: :03.386034+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T01:58:06.512 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:06 smithi023 conmon[87519]: cluster 2023-11-08T01:58:03.386085+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T01:58:06.512 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:06 smithi023 conmon[87519]: cluster 2023-11-08T01:58:05.121023+0000 mgr.smithi001.qhtxni (mgr.14180) 97 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-11-08T01:58:06.512 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:06 smithi023 conmon[87519]: audit 2023-11-08T01:58:05.180123+0000 mon.smithi001 (mon.0) 431 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T01:58:06.512 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:06 smithi023 conmon[87519]: cluster 2023-11-08T01:58:05.184760+0000 mon.smithi001 (mon.0) 432 : cluster [INF] osd.3 [v2:172.21.15.23:6808/3696627488,v1:172.21.15.23:6809/3696627488] boot 2023-11-08T01:58:06.512 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:06 smithi023 conmon[87519]: audit 2023-11-08T01:58:05.184810+0000 mon.smithi001 (mon.0) 433 : audit [INF] from='osd.2 [v2:172.21.15.1:6810/3556994544,v1:172.21.15.1:6811/3556994544]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-08T01:58:06.513 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:06 smithi023 conmon[87519]: cluster 2023-11-08T01:58:05.184861+0000 mon.smithi001 (mon.0) 434 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2023-11-08T01:58:06.513 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:06 smithi023 conmon[87519]: audit 2023-11-08T01:58:05.184998 2023-11-08T01:58:06.513 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:06 smithi023 conmon[87519]: +0000 mon.smithi001 (mon.0) 435 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T01:58:06.513 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:06 smithi023 conmon[87519]: audit 2023-11-08T01 2023-11-08T01:58:06.513 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:06 smithi023 conmon[87519]: :58:05.185266+0000 mon.smithi001 (mon 2023-11-08T01:58:06.513 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:06 smithi023 conmon[87519]: .0) 436 : audit 2023-11-08T01:58:06.514 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:06 smithi023 conmon[87519]: [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T01:58:06.514 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:06 smithi023 conmon[87519]: audit 2023-11-08 2023-11-08T01:58:06.514 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:06 smithi023 conmon[87519]: T01:58:05.185501+0000 2023-11-08T01:58:06.514 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:06 smithi023 conmon[87519]: mon.smithi001 (mon.0) 437 : 2023-11-08T01:58:06.514 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:06 smithi023 conmon[87519]: audit [INF] from='osd.2 [v2:172.21.15.1:6810/3556994544,v1:172.21.15.1:6811/3556994544]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]: dispatch 2023-11-08T01:58:06.515 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:06 smithi023 conmon[87519]: audit 2023 2023-11-08T01:58:06.515 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:06 smithi023 conmon[87519]: -11-08T01:58: 2023-11-08T01:58:06.515 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:06 smithi023 conmon[87519]: 05.185712+0000 mon.smithi001 (mon 2023-11-08T01:58:06.515 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:06 smithi023 conmon[87519]: .0) 438 : audit [DBG] 2023-11-08T01:58:06.515 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:06 smithi023 conmon[87519]: from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T01:58:06.516 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:06 smithi023 conmon[87519]: audit 2023-11-08T01:58:06.516 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:06 smithi023 conmon[87519]: 2023-11-08T01:58: 2023-11-08T01:58:06.516 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:06 smithi023 conmon[87519]: 05.185867+0000 mon.smithi001 (mon 2023-11-08T01:58:06.516 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:06 smithi023 conmon[87519]: .0) 439 : audit [DBG] 2023-11-08T01:58:06.516 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:06 smithi023 conmon[87519]: from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T01:58:06.517 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:06 smithi023 conmon[87519]: audit 2023 2023-11-08T01:58:06.517 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:06 smithi023 conmon[87519]: -11-08T01:58:05 2023-11-08T01:58:06.517 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:06 smithi023 conmon[87519]: .186026+0000 mon.smithi001 (mon. 2023-11-08T01:58:06.517 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:06 smithi023 conmon[87519]: 0) 440 : audit [DBG] 2023-11-08T01:58:06.517 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:06 smithi023 conmon[87519]: from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:58:06.517 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:06 smithi023 conmon[87519]: audit 2023-11-08T01:58:06.518 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:06 smithi023 conmon[87519]: 2023-11-08T01:58: 2023-11-08T01:58:06.518 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:06 smithi023 conmon[87519]: 05.186175+0000 mon.smithi001 (mon 2023-11-08T01:58:06.518 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:06 smithi023 conmon[87519]: .0) 441 : audit 2023-11-08T01:58:06.518 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:06 smithi023 conmon[87519]: [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:58:06.518 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:06 smithi023 conmon[87519]: audit 2023 2023-11-08T01:58:06.519 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:06 smithi023 conmon[87519]: -11-08T01:58: 2023-11-08T01:58:06.519 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:06 smithi023 conmon[87519]: 05.186371+0000 mon.smithi001 (mon 2023-11-08T01:58:06.519 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:06 smithi023 conmon[87519]: .0) 442 : audit [INF] 2023-11-08T01:58:06.519 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:06 smithi023 conmon[87519]: from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-11-08T01:58:06.572 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T01:58:07.040 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":22,"num_osds":8,"num_up_osds":3,"osd_up_since":1699408685,"num_in_osds":8,"osd_in_since":1699408664,"num_remapped_pgs":0} 2023-11-08T01:58:07.329 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:07 smithi001 conmon[82545]: audit 2023-11-08T01:58:06.185715+0000 mon.smithi001 (mon 2023-11-08T01:58:07.329 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:07 smithi001 conmon[82545]: .0) 443 : audit [INF] from='osd.2 [v2:172.21.15.1:6810/3556994544,v1:172.21.15.1:6811/3556994544]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]': finished 2023-11-08T01:58:07.330 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:07 smithi001 conmon[82545]: audit 2023-11-08T01:58:06.185784+0000 mon.smithi001 (mon.0) 444 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-11-08T01:58:07.330 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:07 smithi001 conmon[82545]: cluster 2023-11-08T01:58:06.185830+0000 mon.smithi001 (mon.0) 445 : cluster 2023-11-08T01:58:07.330 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:07 smithi001 conmon[82545]: [DBG] osdmap e22: 8 total, 3 up, 8 in 2023-11-08T01:58:07.330 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:07 smithi001 conmon[82545]: audit 2023-11-08T01:58:06.185953+0000 2023-11-08T01:58:07.331 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:07 smithi001 conmon[82545]: mon.smithi001 (mon.0) 446 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T01:58:07.331 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:07 smithi001 conmon[82545]: audit 2023- 2023-11-08T01:58:07.331 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:07 smithi001 conmon[82545]: 11-08T01:58:06.186317+0000 mon.smithi001 ( 2023-11-08T01:58:07.331 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:07 smithi001 conmon[82545]: mon.0) 447 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T01:58:07.331 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:07 smithi001 conmon[82545]: audit 2023-11- 2023-11-08T01:58:07.332 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:07 smithi001 conmon[82545]: 08T01:58:06.186940+0000 mon.smithi001 (mon. 2023-11-08T01:58:07.332 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:07 smithi001 conmon[82545]: 0) 448 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T01:58:07.332 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:07 smithi001 conmon[82545]: audit 2023-11 2023-11-08T01:58:07.333 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:07 smithi001 conmon[82545]: -08T01:58:06.187148+0000 mon.smithi001 (mon 2023-11-08T01:58:07.333 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:07 smithi001 conmon[82545]: .0) 449 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:58:07.333 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:07 smithi001 conmon[82545]: audit 2023 2023-11-08T01:58:07.333 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:07 smithi001 conmon[82545]: -11-08T01:58:06.187488+0000 mon.smithi001 2023-11-08T01:58:07.334 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:07 smithi001 conmon[82545]: (mon.0) 450 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:58:07.334 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:07 smithi001 conmon[82545]: audit 2023 2023-11-08T01:58:07.334 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:07 smithi001 conmon[82545]: -11-08T01:58:06.188240+0000 mon.smithi001 ( 2023-11-08T01:58:07.335 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:07 smithi001 conmon[82545]: mon.0) 451 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-11-08T01:58:07.335 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:07 smithi001 conmon[82545]: audit 2023-11-08T01 2023-11-08T01:58:07.335 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:07 smithi001 conmon[82545]: :58:06.189795+0000 mon.smithi001 (mon.0) 2023-11-08T01:58:07.336 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:07 smithi001 conmon[82545]: 452 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T01:58:07.336 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:07 smithi001 conmon[82545]: audit 2023-11-08 2023-11-08T01:58:07.336 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:07 smithi001 conmon[82545]: T01:58:06.571708+0000 mon.smithi001 (mon. 2023-11-08T01:58:07.337 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:07 smithi001 conmon[82545]: 0) 453 : audit [DBG] from='client.? 172.21.15.1:0/1180296910' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:58:07.337 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:07 smithi001 conmon[82545]: audit 2023-11- 2023-11-08T01:58:07.337 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:07 smithi001 conmon[82545]: 08T01:58:06.653538+0000 mon.smithi001 (mon. 2023-11-08T01:58:07.337 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:07 smithi001 conmon[82545]: 0) 454 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:58:07.338 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:07 smithi001 conmon[82545]: audit 2023-11-08 2023-11-08T01:58:07.338 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:07 smithi001 conmon[82545]: T01:58:06.654524+0000 mon.smithi001 (mon.0) 455 2023-11-08T01:58:07.338 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:07 smithi001 conmon[82545]: : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-11-08T01:58:07.338 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:07 smithi001 conmon[82545]: audit 2023-11-08 2023-11-08T01:58:07.338 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:07 smithi001 conmon[82545]: T01:58:06.655221+0000 mon.smithi001 (mon.0 2023-11-08T01:58:07.339 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:07 smithi001 conmon[82545]: ) 456 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:58:07.339 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:07 smithi001 conmon[82545]: audit 2023-11 2023-11-08T01:58:07.339 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:07 smithi001 conmon[82545]: -08T01:58:06.814673+0000 mon.smithi023 (mon 2023-11-08T01:58:07.339 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:07 smithi001 conmon[82545]: .1) 12 : audit [INF] from='osd.5 [v2:172.21.15.23:6816/1523697995,v1:172.21.15.23:6817/1523697995]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-08T01:58:07.340 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:07 smithi001 conmon[82545]: audit 2023 2023-11-08T01:58:07.340 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:07 smithi001 conmon[82545]: -11-08T01:58:06.814944+0000 mon.smithi001 2023-11-08T01:58:07.340 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:07 smithi001 conmon[82545]: (mon.0) 457 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-08T01:58:07.529 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:07 smithi023 conmon[87519]: audit 2023-11-08T01:58:06.185715+0000 mon.smithi001 (mon.0) 443 : audit [INF] from='osd.2 [v2:172.21.15.1:6810/3556994544,v1:172.21.15.1:6811/3556994544]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]': finished 2023-11-08T01:58:07.529 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:07 smithi023 conmon[87519]: audit 2023-11-08T01:58:06.185784+0000 mon.smithi001 (mon.0) 444 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-11-08T01:58:07.529 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:07 smithi023 conmon[87519]: cluster 2023-11-08T01:58:06.185830+0000 mon.smithi001 (mon.0) 445 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2023-11-08T01:58:07.530 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:07 smithi023 conmon[87519]: audit 2023-11-08T01:58:06.185953+0000 mon.smithi001 (mon.0) 446 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T01:58:07.530 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:07 smithi023 conmon[87519]: audit 2023-11-08T01:58:06.186317+0000 mon.smithi001 (mon.0) 447 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T01:58:07.530 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:07 smithi023 conmon[87519]: audit 2023-11-08T01:58:06.186940+0000 mon.smithi001 (mon.0) 448 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T01:58:07.530 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:07 smithi023 conmon[87519]: audit 2023-11-08T01:58:06.187148+0000 mon.smithi001 (mon.0) 449 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:58:07.530 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:07 smithi023 conmon[87519]: audit 2023-11-08T01:58:06.187488+0000 mon.smithi001 (mon.0) 450 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:58:07.531 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:07 smithi023 conmon[87519]: audit 2023-11-08T01:58:06.188240+0000 mon.smithi001 (mon.0) 451 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-11-08T01:58:07.531 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:07 smithi023 conmon[87519]: audit 2023-11-08T01:58:06.189795+0000 mon.smithi001 (mon.0 2023-11-08T01:58:07.531 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:07 smithi023 conmon[87519]: ) 452 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T01:58:07.531 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:07 smithi023 conmon[87519]: audit 2023-11-08T01:58:06.571708+0000 mon.smithi001 (mon.0) 453 : audit [DBG] from='client.? 172.21.15.1:0/1180296910' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:58:07.531 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:07 smithi023 conmon[87519]: audit 2023-11-08T01:58:06.653538+0000 mon.smithi001 (mon.0) 454 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:58:07.532 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:07 smithi023 conmon[87519]: audit 2023-11-08T01:58: 2023-11-08T01:58:07.532 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:07 smithi023 conmon[87519]: 06.654524+0000 mon.smithi001 (mon.0) 455 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-11-08T01:58:07.532 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:07 smithi023 conmon[87519]: audit 2023-11-08T01:58:07.532 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:07 smithi023 conmon[87519]: 2023-11-08T01:58:06.655221+0000 2023-11-08T01:58:07.532 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:07 smithi023 conmon[87519]: mon.smithi001 (mon.0) 456 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:58:07.533 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:07 smithi023 conmon[87519]: 2023-11-08T01:58:07.533 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:07 smithi023 conmon[87519]: audit 2023-11-08T01:58:07.533 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:07 smithi023 conmon[87519]: 2023-11-08T01:58:06.814673+0000 mon.smithi023 ( 2023-11-08T01:58:07.533 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:07 smithi023 conmon[87519]: mon.1) 12 : audit [INF] from='osd.5 [v2:172.21.15.23:6816/1523697995,v1:172.21.15.23:6817/1523697995]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-08T01:58:07.533 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:07 smithi023 conmon[87519]: audit 2023-11-08T01:58:07.534 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:07 smithi023 conmon[87519]: 2023-11-08T01 2023-11-08T01:58:07.534 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:07 smithi023 conmon[87519]: :58:06.814944+0000 mon.smithi001 (mon. 2023-11-08T01:58:07.534 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:07 smithi023 conmon[87519]: 0) 457 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-08T01:58:08.041 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T01:58:08.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:08 smithi001 conmon[82545]: cluster 2023-11-08T01:58:05.189648+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T01:58:08.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:08 smithi001 conmon[82545]: cluster 2023-11-08T01:58:05.189745+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T01:58:08.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:08 smithi001 conmon[82545]: cephadm 2023-11-08T01:58:06.655774+0000 mgr.smithi001.qhtxni (mgr.14180) 98 : cephadm [INF] Deploying daemon osd.6 on smithi001 2023-11-08T01:58:08.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:08 smithi001 conmon[82545]: cluster 2023-11-08T01:58:07.121305+0000 mgr.smithi001.qhtxni (mgr.14180) 99 : cluster [DBG] pgmap v67: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-11-08T01:58:08.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:08 smithi001 conmon[82545]: audit 2023-11-08T01:58:07.190698+0000 mon.smithi001 (mon.0) 458 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-11-08T01:58:08.458 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:08 smithi001 conmon[82545]: cluster 2023-11-08T01:58:07.190772+0000 mon.smithi001 (mon.0) 459 : cluster [INF] osd.2 [v2:172.21.15.1:6810/3556994544,v1:172.21.15.1:6811/3556994544] boot 2023-11-08T01:58:08.458 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:08 smithi001 conmon[82545]: audit 2023-11-08T01:58:07.190838+0000 mon.smithi001 (mon.0) 460 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-11-08T01:58:08.458 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:08 smithi001 conmon[82545]: cluster 2023-11-08T01:58:07.190906+0000 mon.smithi001 (mon.0) 461 : cluster [DBG] osdmap e23: 8 total, 4 up, 8 in 2023-11-08T01:58:08.458 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:08 smithi001 conmon[82545]: audit 2023-11-08T01:58:07.191055+0000 mon.smithi001 (mon.0) 462 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T01:58:08.459 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:08 smithi001 conmon[82545]: audit 2023-11-08T01:58:07.191489+0000 mon.smithi001 (mon.0) 463 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T01:58:08.459 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:08 smithi001 conmon[82545]: audit 2023-11-08T01:58:07.191794+0000 mon.smithi001 (mon.0) 464 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T01:58:08.459 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:08 smithi001 conmon[82545]: audit 2023-11-08T01:58:07.191952+0000 mon.smithi001 (mon.0) 465 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:58:08.459 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:08 smithi001 conmon[82545]: audit 2023-11-08T01:58:07.192081+0000 mon.smithi001 (mon.0) 466 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:58:08.459 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:08 smithi001 conmon[82545]: audit 2023-11-08T01:58:07.192342+0000 mon.smithi023 (mon.1) 13 : audit [INF] from='osd.5 [v2:172.21.15.23:6816/1523697995,v1:172.21.15.23:6817/1523697995]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2023-11-08T01:58:08.460 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:08 smithi001 conmon[82545]: audit 2023-11-08T01:58:07.192664+0000 mon.smithi001 (mon.0) 467 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2023-11-08T01:58:08.461 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:08 smithi001 conmon[82545]: audit 2023-11-08T01:58:08.077262+0000 mon.smithi001 (mon.0) 468 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:58:08.513 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:08 smithi023 conmon[87519]: cluster 2023-11-08T01:58:05.189648+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T01:58:08.513 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:08 smithi023 conmon[87519]: cluster 2023-11-08T01:58:05.189745+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T01:58:08.513 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:08 smithi023 conmon[87519]: cephadm 2023-11-08T01:58:06.655774+0000 mgr.smithi001.qhtxni (mgr.14180) 98 : cephadm [INF] Deploying daemon osd.6 on smithi001 2023-11-08T01:58:08.514 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:08 smithi023 conmon[87519]: cluster 2023-11-08T01:58:07. 2023-11-08T01:58:08.514 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:08 smithi023 conmon[87519]: 121305+0000 mgr.smithi001.qhtxni (mgr.14180) 99 : cluster [DBG] pgmap v67: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-11-08T01:58:08.514 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:08 smithi023 conmon[87519]: audit 2023-11-08T01:58:07 2023-11-08T01:58:08.514 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:08 smithi023 conmon[87519]: .190698+0000 mon.smithi001 (mon.0) 458 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-11-08T01:58:08.514 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:08 smithi023 conmon[87519]: cluster 2023 2023-11-08T01:58:08.515 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:08 smithi023 conmon[87519]: -11-08T01:58:07.190772+0000 mon.smithi001 2023-11-08T01:58:08.515 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:08 smithi023 conmon[87519]: (mon.0) 459 : cluster [INF] 2023-11-08T01:58:08.515 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:08 smithi023 conmon[87519]: osd.2 [v2:172.21.15.1:6810/3556994544,v1:172.21.15.1:6811/3556994544] boot 2023-11-08T01:58:08.515 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:08 smithi023 conmon[87519]: audit 2023-11-08T01: 2023-11-08T01:58:08.515 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:08 smithi023 conmon[87519]: 58:07.190838+0000 mon.smithi001 (mon.0) 460 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-11-08T01:58:08.516 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:08 smithi023 conmon[87519]: cluster 2023-11-08T01:58:07.190906+0000 2023-11-08T01:58:08.516 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:08 smithi023 conmon[87519]: mon.smithi001 (mon.0) 461 : cluster [DBG] osdmap e23: 8 total, 4 up, 8 in 2023-11-08T01:58:08.516 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:08 smithi023 conmon[87519]: audit 2023-11-08T01:58:07.191055 2023-11-08T01:58:08.516 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:08 smithi023 conmon[87519]: +0000 mon.smithi001 (mon.0) 462 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T01:58:08.516 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:08 smithi023 conmon[87519]: audit 2023-11-08T01:58:07 2023-11-08T01:58:08.516 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:08 smithi023 conmon[87519]: .191489+0000 mon.smithi001 (mon.0) 463 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T01:58:08.517 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:08 smithi023 conmon[87519]: audit 2023-11-08T01:58 2023-11-08T01:58:08.517 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:08 smithi023 conmon[87519]: :07.191794+0000 mon.smithi001 (mon.0) 464 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T01:58:08.517 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:08 smithi023 conmon[87519]: audit 2023-11-08T01 2023-11-08T01:58:08.517 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:08 smithi023 conmon[87519]: :58:07.191952+0000 mon.smithi001 (mon.0) 465 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:58:08.517 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:08 smithi023 conmon[87519]: 2023-11-08T01:58:08.518 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:08 smithi023 conmon[87519]: audit 2023-11-08T 2023-11-08T01:58:08.518 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:08 smithi023 conmon[87519]: 01:58:07.192081+0000 mon.smithi001 (mon.0) 466 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:58:08.518 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:08 smithi023 conmon[87519]: audit 2023-11-08T01:58:07 2023-11-08T01:58:08.518 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:08 smithi023 conmon[87519]: .192342+0000 mon.smithi023 (mon.1) 13 : audit [INF] from='osd.5 [v2:172.21.15.23:6816/1523697995,v1:172.21.15.23:6817/1523697995]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2023-11-08T01:58:08.518 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:08 smithi023 conmon[87519]: audit 2023-11-08T01:58 2023-11-08T01:58:08.519 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:08 smithi023 conmon[87519]: :07.192664+0000 mon.smithi001 (mon.0) 467 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2023-11-08T01:58:08.519 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:08 smithi023 conmon[87519]: audit 2023-11-08T01:58:08.077262 2023-11-08T01:58:08.519 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:08 smithi023 conmon[87519]: +0000 mon.smithi001 (mon.0) 468 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:58:09.343 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:09 smithi001 conmon[82545]: audit 2023-11-08T01:58:08.196481+0000 mon.smithi001 (mon.0) 469 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]': finished 2023-11-08T01:58:09.343 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:09 smithi001 conmon[82545]: cluster 2023-11-08T01:58:08.196556+0000 mon.smithi001 (mon.0) 470 : cluster [DBG] osdmap e24: 8 total, 4 up, 8 in 2023-11-08T01:58:09.343 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:09 smithi001 conmon[82545]: audit 2023-11-08T01:58:08.196723+0000 mon.smithi001 (mon.0) 471 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T01:58:09.344 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:09 smithi001 conmon[82545]: audit 2023-11-08T01:58:08.197112+0000 mon.smithi001 (mon.0) 472 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T01:58:09.344 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:09 smithi001 conmon[82545]: audit 2023-11-08T01:58:08.197333+0000 mon.smithi001 (mon.0) 473 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:58:09.344 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:09 smithi001 conmon[82545]: audit 2023-11-08T01:58:08.197559+0000 mon.smithi001 (mon.0) 474 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:58:09.344 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:09 smithi001 conmon[82545]: audit 2023-11-08T01:58:08.202560+0000 mon.smithi001 (mon.0) 475 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T01:58:09.529 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:09 smithi023 conmon[87519]: audit 2023-11-08T01:58:08.196481+0000 mon.smithi001 (mon.0) 469 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]': finished 2023-11-08T01:58:09.529 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:09 smithi023 conmon[87519]: cluster 2023-11-08T01:58:08.196556+0000 mon.smithi001 (mon.0) 470 : cluster [DBG] osdmap e24: 8 total, 4 up, 8 in 2023-11-08T01:58:09.529 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:09 smithi023 conmon[87519]: audit 2023-11-08T01:58:08.196723+0000 mon.smithi001 (mon.0) 471 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T01:58:09.529 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:09 smithi023 conmon[87519]: audit 2023-11-08T01:58:08.197112+0000 mon.smithi001 (mon.0) 472 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T01:58:09.530 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:09 smithi023 conmon[87519]: audit 2023-11-08T01:58:08.197333+0000 mon.smithi001 (mon.0) 473 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:58:09.530 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:09 smithi023 conmon[87519]: audit 2023-11-08T01:58:08.197559+0000 mon.smithi001 (mon.0) 474 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:58:09.530 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:09 smithi023 conmon[87519]: audit 2023-11-08T01:58:08.202560+0000 mon.smithi001 (mon.0) 475 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T01:58:09.959 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T01:58:10.396 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:10 smithi001 conmon[82545]: cluster 2023-11-08T01:58:07.831602+0000 osd.5 ( 2023-11-08T01:58:10.396 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:10 smithi001 conmon[82545]: osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T01:58:10.396 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:10 smithi001 conmon[82545]: cluster 2023-11-08T01:58:07.831657+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T01:58:10.396 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:10 smithi001 conmon[82545]: cluster 2023-11-08T01:58:09.121612+0000 mgr.smithi001.qhtxni (mgr.14180) 100 : cluster [DBG] pgmap v70: 1 pgs: 1 creating+peering; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-11-08T01:58:10.397 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:10 smithi001 conmon[82545]: cluster 2023-11-08T01:58:09.198176+0000 mon.smithi001 (mon.0) 476 : cluster [INF] osd.5 [v2:172.21.15.23:6816/1523697995,v1:172.21.15.23:6817/1523697995] boot 2023-11-08T01:58:10.397 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:10 smithi001 conmon[82545]: cluster 2023-11-08T01:58:09.198220+0000 mon.smithi001 (mon.0) 477 : cluster [DBG] osdmap e25: 8 total, 5 up, 8 in 2023-11-08T01:58:10.397 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:10 smithi001 conmon[82545]: audit 2023-11-08T01:58:09.198545+0000 mon.smithi001 (mon.0) 478 2023-11-08T01:58:10.397 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:10 smithi001 conmon[82545]: : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T01:58:10.397 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:10 smithi001 conmon[82545]: audit 2023-11-08T01:58:09.198805+0000 mon.smithi001 (mon.0) 479 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T01:58:10.398 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:10 smithi001 conmon[82545]: audit 2023-11- 2023-11-08T01:58:10.398 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:10 smithi001 conmon[82545]: 08T01:58:09.199023+0000 mon.smithi001 (mon.0) 480 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:58:10.398 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:10 smithi001 conmon[82545]: audit 2023-11-08T01:58:09.199210+0000 mon.smithi001 (mon.0 2023-11-08T01:58:10.398 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:10 smithi001 conmon[82545]: ) 481 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:58:10.398 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:10 smithi001 conmon[82545]: audit 2023-11-08T01:58:09.816651+0000 mon.smithi001 (mon 2023-11-08T01:58:10.399 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:10 smithi001 conmon[82545]: .0) 482 : audit [INF] from='osd.4 [v2:172.21.15.1:6818/1757667272,v1:172.21.15.1:6819/1757667272]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-08T01:58:10.399 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:10 smithi001 conmon[82545]: audit 2023-11-08T01:58:09.957462 2023-11-08T01:58:10.399 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:10 smithi001 conmon[82545]: +0000 mon.smithi001 (mon.0) 483 : audit [DBG] from='client.? 172.21.15.1:0/3716172602' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:58:10.412 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":25,"num_osds":8,"num_up_osds":5,"osd_up_since":1699408689,"num_in_osds":8,"osd_in_since":1699408664,"num_remapped_pgs":0} 2023-11-08T01:58:10.529 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:10 smithi023 conmon[87519]: cluster 2023-11-08T01:58:07.831602+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T01:58:10.530 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:10 smithi023 conmon[87519]: cluster 2023-11-08T01:58:07.831657+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T01:58:10.530 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:10 smithi023 conmon[87519]: cluster 2023-11-08T01:58:09.121612+0000 mgr.smithi001.qhtxni (mgr.14180) 100 : cluster [DBG] pgmap v70: 1 pgs: 1 creating+peering; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-11-08T01:58:10.530 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:10 smithi023 conmon[87519]: cluster 2023-11-08T01:58:09.198176+0000 mon.smithi001 (mon.0) 476 : cluster [INF] osd.5 [v2:172.21.15.23:6816/1523697995,v1:172.21.15.23:6817/1523697995] boot 2023-11-08T01:58:10.530 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:10 smithi023 conmon[87519]: cluster 2023-11-08T01:58:09.198220+0000 mon.smithi001 (mon.0) 477 : cluster [DBG] osdmap e25: 8 total, 5 up, 8 in 2023-11-08T01:58:10.530 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:10 smithi023 conmon[87519]: audit 2023-11-08T01:58:09.198545+0000 mon.smithi001 (mon.0) 478 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T01:58:10.531 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:10 smithi023 conmon[87519]: audit 2023-11-08T01:58:09.198805+0000 mon.smithi001 (mon.0) 479 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T01:58:10.531 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:10 smithi023 conmon[87519]: audit 2023-11-08T01:58:09.199023+0000 mon.smithi001 (mon.0) 480 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:58:10.531 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:10 smithi023 conmon[87519]: audit 2023-11-08T01:58:09.199210+0000 mon.smithi001 (mon.0) 481 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:58:10.531 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:10 smithi023 conmon[87519]: audit 2023-11-08T01:58:09.816651+0000 2023-11-08T01:58:10.531 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:10 smithi023 conmon[87519]: mon.smithi001 (mon.0) 482 : audit [INF] from='osd.4 [v2:172.21.15.1:6818/1757667272,v1:172.21.15.1:6819/1757667272]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-08T01:58:10.532 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:10 smithi023 conmon[87519]: audit 2023-11-08T01:58:09.957462+0000 mon.smithi001 (mon.0) 483 : audit [DBG] from='client.? 172.21.15.1:0/3716172602' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:58:11.413 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T01:58:11.529 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:11 smithi023 conmon[87519]: audit 2023-11-08T01:58:10.438332+0000 mon.smithi001 (mon. 2023-11-08T01:58:11.529 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:11 smithi023 conmon[87519]: 0) 484 : audit [INF] from='osd.4 [v2:172.21.15.1:6818/1757667272,v1:172.21.15.1:6819/1757667272]' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-11-08T01:58:11.529 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:11 smithi023 conmon[87519]: cluster 2023-11-08T01:58:10.438379+0000 mon.smithi001 (mon.0) 485 : cluster [DBG] osdmap e26: 8 total, 5 up, 8 in 2023-11-08T01:58:11.530 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:11 smithi023 conmon[87519]: audit 2023-11-08T01:58:10.438514 2023-11-08T01:58:11.530 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:11 smithi023 conmon[87519]: +0000 mon.smithi001 (mon.0) 486 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T01:58:11.530 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:11 smithi023 conmon[87519]: audit 2023-11-08T01 2023-11-08T01:58:11.530 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:11 smithi023 conmon[87519]: :58:10.438845+0000 mon.smithi001 (mon.0) 487 : audit [DBG] 2023-11-08T01:58:11.530 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:11 smithi023 conmon[87519]: from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:58:11.531 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:11 smithi023 conmon[87519]: audit 2023-11-08T01:58: 2023-11-08T01:58:11.531 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:11 smithi023 conmon[87519]: 10.439034+0000 mon.smithi001 (mon.0) 488 : audit 2023-11-08T01:58:11.531 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:11 smithi023 conmon[87519]: [INF] from='osd.4 [v2:172.21.15.1:6818/1757667272,v1:172.21.15.1:6819/1757667272]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]: dispatch 2023-11-08T01:58:11.531 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:11 smithi023 conmon[87519]: audit 2023-11-08T01:58 2023-11-08T01:58:11.531 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:11 smithi023 conmon[87519]: :10.439292+0000 mon.smithi001 (mon.0) 489 : 2023-11-08T01:58:11.532 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:11 smithi023 conmon[87519]: audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:58:11.532 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:11 smithi023 conmon[87519]: audit 2023-11-08T01: 2023-11-08T01:58:11.532 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:11 smithi023 conmon[87519]: 58:10.570135+0000 mon.smithi001 (mon.0) 490 2023-11-08T01:58:11.532 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:11 smithi023 conmon[87519]: : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:58:11.532 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:11 smithi023 conmon[87519]: audit 2023-11-08T 2023-11-08T01:58:11.533 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:11 smithi023 conmon[87519]: 01:58:11.227356+0000 mon.smithi023 (mon.1 2023-11-08T01:58:11.533 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:11 smithi023 conmon[87519]: ) 14 : audit [INF] from='osd.7 [v2:172.21.15.23:6824/2005473824,v1:172.21.15.23:6825/2005473824]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-08T01:58:11.533 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:11 smithi023 conmon[87519]: audit 2023-11-08 2023-11-08T01:58:11.533 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:11 smithi023 conmon[87519]: T01:58:11.227665+0000 mon.smithi001 (mon. 2023-11-08T01:58:11.533 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:11 smithi023 conmon[87519]: 0) 491 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-08T01:58:11.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:11 smithi001 conmon[82545]: audit 2023-11-08T01:58:10.438332+0000 2023-11-08T01:58:11.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:11 smithi001 conmon[82545]: mon.smithi001 (mon.0) 484 : audit [INF] from='osd.4 [v2:172.21.15.1:6818/1757667272,v1:172.21.15.1:6819/1757667272]' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-11-08T01:58:11.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:11 smithi001 conmon[82545]: cluster 2023-11-08T01:58:10.438379+0000 mon.smithi001 (mon.0) 485 : cluster [DBG] osdmap e26: 8 total, 5 up, 8 in 2023-11-08T01:58:11.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:11 smithi001 conmon[82545]: audit 2023-11-08T01:58:10.438514+0000 mon.smithi001 (mon.0) 486 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T01:58:11.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:11 smithi001 conmon[82545]: audit 2023-11-08T01:58:10.438845+0000 mon.smithi001 (mon.0) 487 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:58:11.708 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:11 smithi001 conmon[82545]: audit 2023-11-08T01:58:10.439034+0000 mon.smithi001 (mon.0) 488 : audit [INF] from='osd.4 [v2:172.21.15.1:6818/1757667272,v1:172.21.15.1:6819/1757667272]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]: dispatch 2023-11-08T01:58:11.708 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:11 smithi001 conmon[82545]: audit 2023-11-08T01:58:10.439292+0000 mon.smithi001 (mon.0) 489 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:58:11.708 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:11 smithi001 conmon[82545]: audit 2023-11-08T01: 2023-11-08T01:58:11.708 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:11 smithi001 conmon[82545]: 58:10.570135+0000 mon.smithi001 (mon.0) 490 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:58:11.708 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:11 smithi001 conmon[82545]: audit 2023-11 2023-11-08T01:58:11.709 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:11 smithi001 conmon[82545]: -08T01:58:11.227356+0000 mon.smithi023 2023-11-08T01:58:11.709 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:11 smithi001 conmon[82545]: (mon.1) 14 : audit 2023-11-08T01:58:11.709 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:11 smithi001 conmon[82545]: [INF] from='osd.7 [v2:172.21.15.23:6824/2005473824,v1:172.21.15.23:6825/2005473824]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-08T01:58:11.709 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:11 smithi001 conmon[82545]: audit 2023-11-08T01:58:11.709 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:11 smithi001 conmon[82545]: 2023-11-08T01:58 2023-11-08T01:58:11.710 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:11 smithi001 conmon[82545]: :11.227665+0000 mon.smithi001 ( 2023-11-08T01:58:11.710 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:11 smithi001 conmon[82545]: mon.0) 491 : audit 2023-11-08T01:58:11.710 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:11 smithi001 conmon[82545]: [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-08T01:58:12.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:12 smithi001 conmon[82545]: cluster 2023-11-08T01:58:11.122040+0000 2023-11-08T01:58:12.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:12 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 101 : cluster [DBG] pgmap v73: 1 pgs: 1 creating+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-11-08T01:58:12.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:12 smithi001 conmon[82545]: audit 2023-11-08T01:58:11.439840+0000 mon.smithi001 (mon.0) 492 : audit [INF] 2023-11-08T01:58:12.708 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:12 smithi001 conmon[82545]: from='osd.4 [v2:172.21.15.1:6818/1757667272,v1:172.21.15.1:6819/1757667272]' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]': finished 2023-11-08T01:58:12.708 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:12 smithi001 conmon[82545]: audit 2023-11-08T01:58:11.439908+0000 mon.smithi001 ( 2023-11-08T01:58:12.708 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:12 smithi001 conmon[82545]: mon.0) 493 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-11-08T01:58:12.708 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:12 smithi001 conmon[82545]: cluster 2023-11-08T01:58:12.708 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:12 smithi001 conmon[82545]: 2023-11-08T01:58:11.439957+0000 mon.smithi001 (mon.0) 494 : cluster [DBG] osdmap e27: 8 total, 5 up, 8 in 2023-11-08T01:58:12.709 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:12 smithi001 conmon[82545]: audit 2023-11-08T01:58:11 2023-11-08T01:58:12.709 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:12 smithi001 conmon[82545]: .440377+0000 mon.smithi001 (mon.0) 495 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T01:58:12.709 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:12 smithi001 conmon[82545]: audit 2023-11-08T01 2023-11-08T01:58:12.709 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:12 smithi001 conmon[82545]: :58:11.440500+0000 mon.smithi023 (mon.1) 15 : audit [INF] 2023-11-08T01:58:12.709 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:12 smithi001 conmon[82545]: from='osd.7 [v2:172.21.15.23:6824/2005473824,v1:172.21.15.23:6825/2005473824]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2023-11-08T01:58:12.710 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:12 smithi001 conmon[82545]: audit 2023- 2023-11-08T01:58:12.710 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:12 smithi001 conmon[82545]: 11-08T01:58:11.440741+0000 mon.smithi001 (mon.0) 496 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:58:12.710 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:12 smithi001 conmon[82545]: audit 2023-11-08T01:58:11.440978+0000 mon.smithi001 (mon.0) 497 : 2023-11-08T01:58:12.710 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:12 smithi001 conmon[82545]: audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2023-11-08T01:58:12.710 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:12 smithi001 conmon[82545]: audit 2023-11-08T01:58:12.711 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:12 smithi001 conmon[82545]: 2023-11-08T01:58:11.444713+0000 mon.smithi001 (mon.0) 498 : audit [DBG] 2023-11-08T01:58:12.711 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:12 smithi001 conmon[82545]: from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:58:12.711 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:12 smithi001 conmon[82545]: audit 2023-11 2023-11-08T01:58:12.711 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:12 smithi001 conmon[82545]: -08T01:58:11.445307+0000 mon.smithi001 (mon.0) 499 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T01:58:12.711 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:12 smithi001 conmon[82545]: 2023-11-08T01:58:12.712 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:12 smithi001 conmon[82545]: audit 2023-11-08T01:58:11. 2023-11-08T01:58:12.712 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:12 smithi001 conmon[82545]: 736050+0000 mon.smithi001 (mon.0) 500 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:58:12.712 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:12 smithi001 conmon[82545]: audit 2023-11-08T01:58:12.440975+0000 mon.smithi001 ( 2023-11-08T01:58:12.712 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:12 smithi001 conmon[82545]: mon.0) 501 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]': finished 2023-11-08T01:58:12.712 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:12 smithi001 conmon[82545]: cluster 2023-11-08T01:58:12.441044 2023-11-08T01:58:12.713 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:12 smithi001 conmon[82545]: +0000 mon.smithi001 (mon.0) 502 : cluster [INF] osd.4 [v2:172.21.15.1:6818/1757667272,v1:172.21.15.1:6819/1757667272] boot 2023-11-08T01:58:12.713 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:12 smithi001 conmon[82545]: cluster 2023-11-08T01 2023-11-08T01:58:12.713 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:12 smithi001 conmon[82545]: :58:12.441063+0000 mon.smithi001 (mon.0) 503 : cluster [DBG] 2023-11-08T01:58:12.713 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:12 smithi001 conmon[82545]: osdmap e28: 8 total, 6 up, 8 in 2023-11-08T01:58:12.713 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:12 smithi001 conmon[82545]: audit 2023- 2023-11-08T01:58:12.714 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:12 smithi001 conmon[82545]: 11-08T01:58:12.441324+0000 mon.smithi001 (mon.0) 504 : audit [DBG] 2023-11-08T01:58:12.714 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:12 smithi001 conmon[82545]: from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T01:58:12.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:12 smithi023 conmon[87519]: cluster 2023-11-08T01:58:11.122040+0000 mgr.smithi001.qhtxni (mgr.14180) 101 : cluster 2023-11-08T01:58:12.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:12 smithi023 conmon[87519]: [DBG] pgmap v73: 1 pgs: 1 creating+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-11-08T01:58:12.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:12 smithi023 conmon[87519]: audit 2023-11-08T01:58:11.439840+0000 mon.smithi001 (mon.0) 492 : audit [INF] from='osd.4 [v2:172.21.15.1:6818/1757667272,v1:172.21.15.1:6819/1757667272]' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]': finished 2023-11-08T01:58:12.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:12 smithi023 conmon[87519]: audit 2023-11-08T01:58:11.439908+0000 mon.smithi001 (mon.0) 493 : audit [INF] 2023-11-08T01:58:12.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:12 smithi023 conmon[87519]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-11-08T01:58:12.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:12 smithi023 conmon[87519]: cluster 2023-11-08T01:58:11.439957+0000 mon.smithi001 (mon.0) 494 : cluster [DBG] osdmap e27: 8 total, 5 up, 8 in 2023-11-08T01:58:12.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:12 smithi023 conmon[87519]: audit 2023-11-08T01:58:12.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:12 smithi023 conmon[87519]: 2023-11-08T01:58:11.440377+0000 mon.smithi001 (mon.0) 495 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T01:58:12.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:12 smithi023 conmon[87519]: audit 2023-11-08T01:58 2023-11-08T01:58:12.782 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:12 smithi023 conmon[87519]: :11.440500+0000 mon.smithi023 (mon.1) 15 : audit [INF] from='osd.7 [v2:172.21.15.23:6824/2005473824,v1:172.21.15.23:6825/2005473824]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2023-11-08T01:58:12.782 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:12 smithi023 conmon[87519]: audit 2023-11-08T01:58:11.440741+0000 mon.smithi001 (mon.0) 496 : 2023-11-08T01:58:12.783 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:12 smithi023 conmon[87519]: audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:58:12.783 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:12 smithi023 conmon[87519]: audit 2023-11-08 2023-11-08T01:58:12.783 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:12 smithi023 conmon[87519]: T01:58:11.440978+0000 mon.smithi001 (mon.0) 497 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2023-11-08T01:58:12.783 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:12 smithi023 conmon[87519]: audit 2023-11-08T01:58:11.444713+0000 mon.smithi001 (mon.0) 498 2023-11-08T01:58:12.783 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:12 smithi023 conmon[87519]: : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:58:12.784 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:12 smithi023 conmon[87519]: audit 2023-11-08 2023-11-08T01:58:12.784 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:12 smithi023 conmon[87519]: T01:58:11.445307+0000 mon.smithi001 (mon.0) 499 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T01:58:12.784 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:12 smithi023 conmon[87519]: audit 2023-11-08T01:58:11.736050+0000 mon.smithi001 (mon.0) 500 : audit 2023-11-08T01:58:12.784 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:12 smithi023 conmon[87519]: [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:58:12.784 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:12 smithi023 conmon[87519]: audit 2023-11-08T01 2023-11-08T01:58:12.785 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:12 smithi023 conmon[87519]: :58:12.440975+0000 mon.smithi001 (mon.0) 501 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]': finished 2023-11-08T01:58:12.785 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:12 smithi023 conmon[87519]: cluster 2023-11-08T01:58:12.441044+0000 mon.smithi001 (mon.0) 502 : cluster [INF] osd.4 [v2:172.21.15.1:6818/1757667272,v1:172.21.15.1:6819/1757667272] boot 2023-11-08T01:58:12.785 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:12 smithi023 conmon[87519]: cluster 2023-11-08T01:58:12.441063+0000 mon.smithi001 (mon.0) 503 : cluster [DBG] osdmap e28: 8 total, 6 up, 8 in 2023-11-08T01:58:12.785 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:12 smithi023 conmon[87519]: audit 2023-11-08T01:58:12.441324+0000 2023-11-08T01:58:12.785 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:12 smithi023 conmon[87519]: mon.smithi001 (mon.0) 504 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T01:58:13.517 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T01:58:13.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:13 smithi001 conmon[82545]: cluster 2023-11-08T01:58:10.858871+0000 osd.4 (osd.4) 1 : cluster 2023-11-08T01:58:13.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:13 smithi001 conmon[82545]: [DBG] purged_snaps scrub starts 2023-11-08T01:58:13.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:13 smithi001 conmon[82545]: cluster 2023-11-08T01:58:10.858927+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T01:58:13.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:13 smithi001 conmon[82545]: audit 2023-11-08T01:58:12.441560+0000 mon.smithi001 (mon.0) 505 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:58:13.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:13 smithi001 conmon[82545]: audit 2023-11-08T01:58:12.442037+0000 mon.smithi001 (mon.0) 506 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:58:13.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:13 smithi001 conmon[82545]: audit 2023-11-08T01:58:12.447577+0000 mon.smithi001 (mon.0) 507 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:58:13.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:13 smithi023 conmon[87519]: cluster 2023-11-08T01:58:10.858871+0000 osd.4 (osd. 2023-11-08T01:58:13.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:13 smithi023 conmon[87519]: 4) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T01:58:13.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:13 smithi023 conmon[87519]: cluster 2023-11-08T01:58:10.858927+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T01:58:13.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:13 smithi023 conmon[87519]: audit 2023-11-08T01:58:13.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:13 smithi023 conmon[87519]: 2023-11-08T01:58:12.441560+0000 mon.smithi001 (mon.0) 505 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:58:13.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:13 smithi023 conmon[87519]: audit 2023-11-08T01: 2023-11-08T01:58:13.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:13 smithi023 conmon[87519]: 58:12.442037+0000 mon.smithi001 (mon.0) 506 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:58:13.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:13 smithi023 conmon[87519]: audit 2023 2023-11-08T01:58:13.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:13 smithi023 conmon[87519]: -11-08T01:58:12.447577+0000 mon.smithi001 (mon.0) 507 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:58:14.009 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":29,"num_osds":8,"num_up_osds":7,"osd_up_since":1699408693,"num_in_osds":8,"osd_in_since":1699408664,"num_remapped_pgs":0} 2023-11-08T01:58:14.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:14 smithi023 conmon[87519]: cluster 2023-11-08T01:58:12.248044+0000 osd.7 ( 2023-11-08T01:58:14.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:14 smithi023 conmon[87519]: osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T01:58:14.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:14 smithi023 conmon[87519]: cluster 2023-11-08T01:58:12.248187+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T01:58:14.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:14 smithi023 conmon[87519]: cluster 2023- 2023-11-08T01:58:14.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:14 smithi023 conmon[87519]: 11-08T01:58:13.122354+0000 mgr.smithi001.qhtxni (mgr.14180) 102 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-08T01:58:14.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:14 smithi023 conmon[87519]: cluster 2023-11-08T01:58 2023-11-08T01:58:14.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:14 smithi023 conmon[87519]: :13.447557+0000 mon.smithi001 (mon.0) 508 : cluster [INF] osd.7 [v2:172.21.15.23:6824/2005473824,v1:172.21.15.23:6825/2005473824] boot 2023-11-08T01:58:14.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:14 smithi023 conmon[87519]: cluster 2023-11-08T01:58 2023-11-08T01:58:14.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:14 smithi023 conmon[87519]: :13.447611+0000 mon.smithi001 (mon.0) 509 : cluster [DBG] osdmap e29: 8 total, 7 up, 8 in 2023-11-08T01:58:14.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:14 smithi023 conmon[87519]: audit 2023-11- 2023-11-08T01:58:14.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:14 smithi023 conmon[87519]: 08T01:58:13.447967+0000 mon.smithi001 (mon.0) 510 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:58:14.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:14 smithi023 conmon[87519]: audit 2023-11-08T01:58:13.448177+0000 mon.smithi001 (mon.0) 2023-11-08T01:58:14.782 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:14 smithi023 conmon[87519]: 511 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:58:14.782 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:14 smithi023 conmon[87519]: audit 2023-11- 2023-11-08T01:58:14.782 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:14 smithi023 conmon[87519]: 08T01:58:13.515593+0000 mon.smithi001 (mon.0) 512 : audit [DBG] from='client.? 172.21.15.1:0/537559000' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:58:14.814 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:14 smithi001 conmon[82545]: cluster 2023-11-08T01:58:12.248044+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T01:58:14.815 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:14 smithi001 conmon[82545]: cluster 2023-11-08T01:58:12.248187+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T01:58:14.815 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:14 smithi001 conmon[82545]: cluster 2023-11-08T01:58:13.122354+0000 mgr.smithi001.qhtxni (mgr.14180) 102 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-08T01:58:14.815 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:14 smithi001 conmon[82545]: cluster 2023-11-08T01:58:13.447557+0000 mon.smithi001 (mon.0) 508 : cluster [INF] osd.7 [v2:172.21.15.23:6824/2005473824,v1:172.21.15.23:6825/2005473824] boot 2023-11-08T01:58:14.815 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:14 smithi001 conmon[82545]: cluster 2023-11-08T01:58:13.447611+0000 mon.smithi001 (mon.0) 509 : cluster [DBG] osdmap e29: 8 total, 7 up, 8 in 2023-11-08T01:58:14.816 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:14 smithi001 conmon[82545]: audit 2023-11-08T01:58:13.447967+0000 mon.smithi001 (mon.0) 510 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:58:14.816 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:14 smithi001 conmon[82545]: audit 2023-11-08T 2023-11-08T01:58:14.816 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:14 smithi001 conmon[82545]: 01:58:13.448177+0000 mon.smithi001 (mon.0) 511 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:58:14.816 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:14 smithi001 conmon[82545]: audit 2023-11-08T01:58:13.515593+0000 mon.smithi001 (mon.0) 512 : audit [DBG] from='client.? 172.21.15.1:0/537559000' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:58:15.010 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T01:58:15.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:15 smithi023 conmon[87519]: cluster 2023-11-08T01:58:14.466329+0000 mon.smithi001 (mon 2023-11-08T01:58:15.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:15 smithi023 conmon[87519]: .0) 513 : cluster [DBG] osdmap e30: 8 total, 7 up, 8 in 2023-11-08T01:58:15.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:15 smithi023 conmon[87519]: audit 2023-11-08T01:58:14.466437+0000 mon.smithi001 (mon.0) 514 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:58:15.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:15 smithi023 conmon[87519]: audit 2023-11-08T 2023-11-08T01:58:15.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:15 smithi023 conmon[87519]: 01:58:14.950961+0000 mon.smithi001 (mon.0) 515 : 2023-11-08T01:58:15.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:15 smithi023 conmon[87519]: audit [INF] from='osd.6 [v2:172.21.15.1:6826/1291694981,v1:172.21.15.1:6827/1291694981]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-08T01:58:15.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:15 smithi023 conmon[87519]: audit 2023-11-08T01:58:15.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:15 smithi023 conmon[87519]: 2023-11-08T01:58:15.153472+0000 mon.smithi001 2023-11-08T01:58:15.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:15 smithi023 conmon[87519]: (mon.0) 516 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:58:15.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:15 smithi023 conmon[87519]: audit 2023-11-08T01:58:15.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:15 smithi023 conmon[87519]: 2023-11-08T01: 2023-11-08T01:58:15.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:15 smithi023 conmon[87519]: 58:15.155665+0000 mon.smithi001 (mon.0) 517 2023-11-08T01:58:15.782 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:15 smithi023 conmon[87519]: : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T01:58:15.828 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:15 smithi001 conmon[82545]: cluster 2023-11-08T01:58:14.466329+0000 mon.smithi001 (mon.0) 513 : 2023-11-08T01:58:15.828 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:15 smithi001 conmon[82545]: cluster [DBG] osdmap e30: 8 total, 7 up, 8 in 2023-11-08T01:58:15.829 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:15 smithi001 conmon[82545]: audit 2023-11-08T01:58:14.466437+0000 mon.smithi001 (mon.0) 514 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:58:15.829 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:15 smithi001 conmon[82545]: audit 2023-11-08T01:58: 2023-11-08T01:58:15.829 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:15 smithi001 conmon[82545]: 14.950961+0000 mon.smithi001 (mon.0) 515 : audit [INF] from='osd.6 [v2:172.21.15.1:6826/1291694981,v1:172.21.15.1:6827/1291694981]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-08T01:58:15.829 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:15 smithi001 conmon[82545]: audit 2023-11-08T01:58:15 2023-11-08T01:58:15.830 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:15 smithi001 conmon[82545]: .153472+0000 mon.smithi001 (mon.0) 516 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:58:15.830 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:15 smithi001 conmon[82545]: audit 2023 2023-11-08T01:58:15.830 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:15 smithi001 conmon[82545]: -11-08T01:58:15.155665+0000 mon.smithi001 (mon.0) 517 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T01:58:15.830 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:15 smithi001 conmon[82545]: 2023-11-08T01:58:16.632 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T01:58:16.654 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:16 smithi001 conmon[82545]: cluster 2023-11-08T01:58 2023-11-08T01:58:16.654 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:16 smithi001 conmon[82545]: :15.122650+0000 mgr.smithi001.qhtxni (mgr.14180) 103 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-08T01:58:16.655 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:16 smithi001 conmon[82545]: audit 2023-11-08T01:58:15.478344+0000 mon.smithi001 (mon.0) 518 : audit [INF] from='osd.6 [v2:172.21.15.1:6826/1291694981,v1:172.21.15.1:6827/1291694981]' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-11-08T01:58:16.655 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:16 smithi001 conmon[82545]: cluster 2023-11-08T01:58:15.478393+0000 mon.smithi001 (mon.0) 2023-11-08T01:58:16.655 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:16 smithi001 conmon[82545]: 519 : cluster [DBG] osdmap e31: 8 total, 7 up, 8 in 2023-11-08T01:58:16.655 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:16 smithi001 conmon[82545]: audit 2023-11-08T01:58:15.478660 2023-11-08T01:58:16.655 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:16 smithi001 conmon[82545]: +0000 mon.smithi001 (mon.0) 520 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:58:16.656 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:16 smithi001 conmon[82545]: audit 2023-11- 2023-11-08T01:58:16.656 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:16 smithi001 conmon[82545]: 08T01:58:15.479163+0000 mon.smithi001 (mon. 2023-11-08T01:58:16.656 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:16 smithi001 conmon[82545]: 0) 521 : audit [INF] from='osd.6 [v2:172.21.15.1:6826/1291694981,v1:172.21.15.1:6827/1291694981]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]: dispatch 2023-11-08T01:58:16.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:16 smithi023 conmon[87519]: cluster 2023-11-08T01:58:15.122650+0000 mgr.smithi001.qhtxni (mgr.14180) 103 : cluster 2023-11-08T01:58:16.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:16 smithi023 conmon[87519]: [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-08T01:58:16.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:16 smithi023 conmon[87519]: audit 2023-11-08T01:58:15.478344+0000 mon.smithi001 (mon.0) 518 : audit [INF] from='osd.6 [v2:172.21.15.1:6826/1291694981,v1:172.21.15.1:6827/1291694981]' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-11-08T01:58:16.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:16 smithi023 conmon[87519]: cluster 2023-11-08T01:58:15.478393+0000 mon.smithi001 (mon.0) 519 : cluster [DBG] osdmap e31: 8 total, 7 up, 8 in 2023-11-08T01:58:16.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:16 smithi023 conmon[87519]: audit 2023-11-08T01:58:15.478660+0000 mon.smithi001 (mon 2023-11-08T01:58:16.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:16 smithi023 conmon[87519]: .0) 520 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:58:16.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:16 smithi023 conmon[87519]: audit 2023-11-08T01:58:16.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:16 smithi023 conmon[87519]: 2023-11-08T01:58:15 2023-11-08T01:58:16.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:16 smithi023 conmon[87519]: .479163+0000 mon.smithi001 (mon.0) 2023-11-08T01:58:16.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:16 smithi023 conmon[87519]: 521 : audit [INF] from='osd.6 [v2:172.21.15.1:6826/1291694981,v1:172.21.15.1:6827/1291694981]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]: dispatch 2023-11-08T01:58:17.060 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":32,"num_osds":8,"num_up_osds":7,"osd_up_since":1699408693,"num_in_osds":8,"osd_in_since":1699408664,"num_remapped_pgs":0} 2023-11-08T01:58:17.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:17 smithi023 conmon[87519]: audit 2023-11-08T01:58:16.479831+0000 mon.smithi001 (mon.0) 522 2023-11-08T01:58:17.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:17 smithi023 conmon[87519]: : audit [INF] from='osd.6 [v2:172.21.15.1:6826/1291694981,v1:172.21.15.1:6827/1291694981]' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]': finished 2023-11-08T01:58:17.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:17 smithi023 conmon[87519]: cluster 2023-11-08T01:58:16.479890+0000 mon.smithi001 (mon.0) 523 : cluster [DBG] osdmap e32: 8 total, 7 up, 8 in 2023-11-08T01:58:17.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:17 smithi023 conmon[87519]: audit 2023-11-08T01:58:16.480235+0000 mon.smithi001 (mon.0) 524 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:58:17.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:17 smithi023 conmon[87519]: audit 2023-11-08T01:58:16.483100+0000 mon.smithi001 (mon.0) 525 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:58:17.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:17 smithi023 conmon[87519]: audit 2023-11-08T01:58:16.630397+0000 mon.smithi001 (mon.0) 2023-11-08T01:58:17.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:17 smithi023 conmon[87519]: 526 : audit [DBG] from='client.? 172.21.15.1:0/1298919730' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:58:17.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:17 smithi023 conmon[87519]: audit 2023-11-08T01:58:17.482800+0000 mon.smithi001 (mon.0) 2023-11-08T01:58:17.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:17 smithi023 conmon[87519]: 527 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:58:17.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:17 smithi001 conmon[82545]: audit 2023-11-08T01:58:16.479831+0000 2023-11-08T01:58:17.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:17 smithi001 conmon[82545]: mon.smithi001 (mon.0) 522 : audit [INF] from='osd.6 [v2:172.21.15.1:6826/1291694981,v1:172.21.15.1:6827/1291694981]' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]': finished 2023-11-08T01:58:17.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:17 smithi001 conmon[82545]: cluster 2023-11-08T01:58:16.479890+0000 mon.smithi001 (mon.0) 523 : cluster [DBG] osdmap e32: 8 total, 7 up, 8 in 2023-11-08T01:58:17.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:17 smithi001 conmon[82545]: audit 2023-11-08T01:58:16.480235+0000 mon.smithi001 (mon.0) 524 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:58:17.958 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:17 smithi001 conmon[82545]: audit 2023-11-08T01:58:16.483100+0000 mon.smithi001 (mon.0) 525 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:58:17.958 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:17 smithi001 conmon[82545]: audit 2023-11-08T01:58:16.630397+0000 mon.smithi001 (mon.0) 526 : audit [DBG] from='client.? 172.21.15.1:0/1298919730' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:58:17.958 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:17 smithi001 conmon[82545]: audit 2023-11-08T01:58:17.482800+0000 mon.smithi001 (mon.0) 527 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:58:18.062 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T01:58:18.754 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:18 smithi001 conmon[82545]: cluster 2023-11-08T01:58:15.975371+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T01:58:18.754 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:18 smithi001 conmon[82545]: cluster 2023-11-08T01:58:15.975420+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T01:58:18.754 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:18 smithi001 conmon[82545]: cluster 2023-11-08T01:58:17.122974+0000 mgr.smithi001.qhtxni (mgr.14180) 104 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-08T01:58:18.754 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:18 smithi001 conmon[82545]: cluster 2023-11-08T01:58:17.493035+0000 mon.smithi001 (mon.0) 528 : cluster [INF] osd.6 [v2:172.21.15.1:6826/1291694981,v1:172.21.15.1:6827/1291694981] boot 2023-11-08T01:58:18.755 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:18 smithi001 conmon[82545]: cluster 2023-11-08T01:58:17.493060+0000 mon.smithi001 (mon.0) 529 : cluster [DBG] osdmap e33: 8 total, 8 up, 8 in 2023-11-08T01:58:18.755 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:18 smithi001 conmon[82545]: audit 2023-11-08T01:58:17.493345+0000 mon.smithi001 (mon.0) 530 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:58:18.755 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:18 smithi001 conmon[82545]: audit 2023-11-08T01:58:18.095906+0000 mon.smithi001 (mon.0) 531 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:58:18.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:18 smithi023 conmon[87519]: cluster 2023-11-08T01:58:15.975371+0000 osd.6 (osd. 2023-11-08T01:58:18.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:18 smithi023 conmon[87519]: 6) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T01:58:18.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:18 smithi023 conmon[87519]: cluster 2023-11-08T01:58:15.975420+0000 osd.6 (osd.6) 2 : cluster 2023-11-08T01:58:18.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:18 smithi023 conmon[87519]: [DBG] purged_snaps scrub ok 2023-11-08T01:58:18.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:18 smithi023 conmon[87519]: cluster 2023-11-08T01:58:18.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:18 smithi023 conmon[87519]: 2023-11-08T01:58:17.122974+0000 mgr.smithi001.qhtxni (mgr. 2023-11-08T01:58:18.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:18 smithi023 conmon[87519]: 14180) 104 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-08T01:58:18.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:18 smithi023 conmon[87519]: cluster 2023 2023-11-08T01:58:18.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:18 smithi023 conmon[87519]: -11-08T01:58:17.493035+0000 mon.smithi001 2023-11-08T01:58:18.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:18 smithi023 conmon[87519]: (mon.0) 528 : cluster [INF] osd.6 [v2:172.21.15.1:6826/1291694981,v1:172.21.15.1:6827/1291694981] boot 2023-11-08T01:58:18.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:18 smithi023 conmon[87519]: cluster 2023 2023-11-08T01:58:18.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:18 smithi023 conmon[87519]: -11-08T01:58:17.493060+0000 mon.smithi001 2023-11-08T01:58:18.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:18 smithi023 conmon[87519]: (mon.0) 529 : cluster [DBG] osdmap e33: 8 total, 8 up, 8 in 2023-11-08T01:58:18.782 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:18 smithi023 conmon[87519]: audit 2023 2023-11-08T01:58:18.782 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:18 smithi023 conmon[87519]: -11-08T01:58:17.493345+0000 mon.smithi001 ( 2023-11-08T01:58:18.782 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:18 smithi023 conmon[87519]: mon.0) 530 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:58:18.782 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:18 smithi023 conmon[87519]: audit 2023 2023-11-08T01:58:18.782 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:18 smithi023 conmon[87519]: -11-08T01:58:18.095906+0000 mon.smithi001 2023-11-08T01:58:18.782 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:18 smithi023 conmon[87519]: (mon.0) 531 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:58:19.564 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:19 smithi001 conmon[82545]: cluster 2023-11-08T01:58:18.496854+0000 mon.smithi001 (mon 2023-11-08T01:58:19.564 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:19 smithi001 conmon[82545]: .0) 532 : cluster [DBG] osdmap e34: 8 total, 8 up, 8 in 2023-11-08T01:58:19.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:19 smithi023 conmon[87519]: cluster 2023-11-08T01:58:18.496854+0000 mon.smithi001 (mon.0) 532 : cluster [DBG] osdmap e34: 8 total, 8 up, 8 in 2023-11-08T01:58:19.940 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T01:58:20.408 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":34,"num_osds":8,"num_up_osds":8,"osd_up_since":1699408697,"num_in_osds":8,"osd_in_since":1699408664,"num_remapped_pgs":0} 2023-11-08T01:58:20.409 INFO:tasks.cephadm:Setting up client nodes... 2023-11-08T01:58:20.409 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-11-08T01:58:20.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:20 smithi001 conmon[82545]: cluster 2023-11-08T01:58:19.123285+0000 mgr.smithi001.qhtxni (mgr.14180) 105 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:58:20.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:20 smithi001 conmon[82545]: audit 2023-11-08T01:58:19.939083+0000 mon.smithi001 (mon.0) 533 : audit [DBG] from='client.? 172.21.15.1:0/4111250533' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:58:20.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:20 smithi023 conmon[87519]: cluster 2023-11-08T01:58:19.123285+0000 mgr.smithi001.qhtxni ( 2023-11-08T01:58:20.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:20 smithi023 conmon[87519]: mgr.14180) 105 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:58:20.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:20 smithi023 conmon[87519]: audit 2023-11-08T01:58:19.939083+0000 mon.smithi001 (mon.0) 533 : audit [DBG] from='client.? 172.21.15.1:0/4111250533' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:58:22.096 INFO:teuthology.orchestra.run.smithi001.stdout:[client.0] 2023-11-08T01:58:22.096 INFO:teuthology.orchestra.run.smithi001.stdout: key = AQA+60plXRJ/BRAA/k83Mh7YBcOKzk2HW/ntnA== 2023-11-08T01:58:22.201 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:21 smithi001 conmon[82545]: audit 2023-11-08T01:58:20.881992+0000 mon.smithi001 (mon.0) 2023-11-08T01:58:22.202 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:21 smithi001 conmon[82545]: 534 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:58:22.202 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:21 smithi001 conmon[82545]: cluster 2023-11-08T01:58:21.123604+0000 mgr.smithi001.qhtxni (mgr.14180) 106 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:58:22.203 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:21 smithi001 conmon[82545]: cephadm 2023-11-08T01:58:21.317519+0000 mgr.smithi001.qhtxni (mgr.14180) 107 : cephadm [INF] Detected new or changed devices on smithi023 2023-11-08T01:58:22.203 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:21 smithi001 conmon[82545]: audit 2023-11-08T01:58:21.322964+0000 mon.smithi001 (mon.0) 535 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:58:22.203 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:21 smithi001 conmon[82545]: audit 2023-11-08T01:58:21.720948+0000 mon.smithi001 (mon.0) 536 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-08T01:58:22.204 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:21 smithi001 conmon[82545]: audit 2023-11-08T01:58:21.721708+0000 mon.smithi001 (mon.0) 537 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-08T01:58:22.204 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:21 smithi001 conmon[82545]: audit 2023-11-08T01:58:21.722377+0000 mon.smithi001 (mon.0) 538 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-08T01:58:22.204 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:21 smithi001 conmon[82545]: audit 2023-11-08T01:58:21.723037+0000 mon.smithi001 (mon.0) 539 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-08T01:58:22.205 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:21 smithi001 conmon[82545]: audit 2023-11-08T01:58:21.727736+0000 mon.smithi001 (mon.0) 540 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:58:22.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:21 smithi023 conmon[87519]: audit 2023-11-08T01:58: 2023-11-08T01:58:22.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:21 smithi023 conmon[87519]: 20.881992+0000 mon.smithi001 (mon.0) 534 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:58:22.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:21 smithi023 conmon[87519]: cluster 2023-11-08T01:58:21.123604+0000 mgr.smithi001.qhtxni (mgr.14180) 106 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:58:22.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:21 smithi023 conmon[87519]: cephadm 2023-11-08T01:58:21.317519+0000 mgr.smithi001.qhtxni (mgr.14180) 107 : cephadm [INF] Detected new or changed devices on smithi023 2023-11-08T01:58:22.280 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:21 smithi023 conmon[87519]: audit 2023-11-08T01:58:21.322964+0000 mon.smithi001 (mon.0) 535 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:58:22.280 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:21 smithi023 conmon[87519]: audit 2023-11-08T01:58:21.720948+0000 mon.smithi001 (mon.0) 536 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-08T01:58:22.280 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:21 smithi023 conmon[87519]: audit 2023-11-08T01:58:21.721708+0000 mon.smithi001 (mon.0) 537 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-08T01:58:22.280 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:21 smithi023 conmon[87519]: audit 2023-11-08T01:58:21.722377+0000 mon.smithi001 (mon.0) 538 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-08T01:58:22.281 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:21 smithi023 conmon[87519]: audit 2023-11-08T01:58:21.723037+0000 mon.smithi001 (mon.0) 539 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-08T01:58:22.281 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:21 smithi023 conmon[87519]: audit 2023-11-08T01:58:21.727736+0000 mon.smithi001 (mon.0) 540 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:58:22.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:22 smithi001 conmon[82545]: cephadm 2023-11-08T01:58:21.723548+0000 mgr.smithi001.qhtxni (mgr.14180 2023-11-08T01:58:22.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:22 smithi001 conmon[82545]: ) 108 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 4004M 2023-11-08T01:58:22.958 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:22 smithi001 conmon[82545]: audit 2023-11-08T01:58:22.092017+0000 mon.smithi001 (mon.0) 541 : audit [INF] from='client.? 172.21.15.1:0/2416127571' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-08T01:58:22.958 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:22 smithi001 conmon[82545]: audit 2023-11-08T01:58:22.095478+0000 mon.smithi001 (mon.0) 542 : audit [INF] from='client.? 172.21.15.1:0/2416127571' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-08T01:58:23.070 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2023-11-08T01:58:23.070 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-11-08T01:58:23.070 DEBUG:teuthology.orchestra.run.smithi001:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-11-08T01:58:23.111 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-11-08T01:58:23.155 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:22 smithi023 conmon[87519]: cephadm 2023-11-08T01:58:21.723548+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T01:58:23.155 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:22 smithi023 conmon[87519]: 108 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 4004M 2023-11-08T01:58:23.155 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:22 smithi023 conmon[87519]: audit 2023-11-08T01:58:22.092017+0000 mon.smithi001 (mon.0) 541 : audit [INF] from='client.? 172.21.15.1:0/2416127571' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-08T01:58:23.156 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:22 smithi023 conmon[87519]: audit 2023-11-08T01:58:22.095478+0000 mon.smithi001 (mon.0) 542 : audit [INF] from='client.? 172.21.15.1:0/2416127571' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-08T01:58:24.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:24 smithi001 conmon[82545]: cluster 2023-11-08T01:58:23.123892+0000 mgr.smithi001.qhtxni 2023-11-08T01:58:24.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:24 smithi001 conmon[82545]: (mgr.14180) 109 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:58:24.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:24 smithi023 conmon[87519]: cluster 2023-11-08T01:58:23.123892+0000 mgr.smithi001.qhtxni (mgr.14180) 109 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:58:24.780 INFO:teuthology.orchestra.run.smithi023.stdout:[client.1] 2023-11-08T01:58:24.780 INFO:teuthology.orchestra.run.smithi023.stdout: key = AQBA60plAC33LRAAhPrIllGKsFR3QK2gDkMw4A== 2023-11-08T01:58:25.179 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2023-11-08T01:58:25.180 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-11-08T01:58:25.180 DEBUG:teuthology.orchestra.run.smithi023:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-11-08T01:58:25.262 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph osd dump --format=json 2023-11-08T01:58:25.638 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:25 smithi001 conmon[82545]: audit 2023-11-08T01:58:24. 2023-11-08T01:58:25.638 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:25 smithi001 conmon[82545]: 770423+0000 mon.smithi023 (mon.1) 16 : audit [INF] from='client.? 172.21.15.23:0/1300151229' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-08T01:58:25.638 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:25 smithi001 conmon[82545]: audit 2023-11-08T01:58:24.771024+0000 mon.smithi001 (mon.0) 543 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-08T01:58:25.638 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:25 smithi001 conmon[82545]: audit 2023-11-08T01:58:24.774300+0000 mon.smithi001 (mon.0) 544 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-08T01:58:25.639 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:25 smithi001 conmon[82545]: audit 2023-11-08T01:58:24.822020+0000 mon.smithi001 (mon.0 2023-11-08T01:58:25.639 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:25 smithi001 conmon[82545]: ) 545 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:58:25.639 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:25 smithi001 conmon[82545]: audit 2023-11-08T01:58:24.823044 2023-11-08T01:58:25.639 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:25 smithi001 conmon[82545]: +0000 mon.smithi001 (mon.0) 546 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-08T01:58:25.640 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:25 smithi001 conmon[82545]: audit 2023-11-08T 2023-11-08T01:58:25.640 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:25 smithi001 conmon[82545]: 01:58:24.823656+0000 mon.smithi001 (mon.0) 547 : audit 2023-11-08T01:58:25.640 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:25 smithi001 conmon[82545]: [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-08T01:58:25.640 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:25 smithi001 conmon[82545]: audit 2023-11 2023-11-08T01:58:25.640 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:25 smithi001 conmon[82545]: -08T01:58:24.824195+0000 mon.smithi001 (mon.0) 548 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-08T01:58:25.641 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:25 smithi001 conmon[82545]: audit 2023-11-08T01:58:24 2023-11-08T01:58:25.641 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:25 smithi001 conmon[82545]: .824733+0000 mon.smithi001 (mon.0) 549 : audit 2023-11-08T01:58:25.641 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:25 smithi001 conmon[82545]: [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-08T01:58:25.641 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:25 smithi001 conmon[82545]: audit 2023-11-08T01:58:24 2023-11-08T01:58:25.641 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:25 smithi001 conmon[82545]: .828255+0000 mon.smithi001 (mon.0) 550 : audit 2023-11-08T01:58:25.642 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:25 smithi001 conmon[82545]: [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:58:25.642 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:25 smithi001 conmon[82545]: audit 2023-11-08T01:58: 2023-11-08T01:58:25.642 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:25 smithi001 conmon[82545]: 24.829213+0000 mon.smithi001 (mon.0) 551 2023-11-08T01:58:25.642 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:25 smithi001 conmon[82545]: : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:58:25.642 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:25 smithi001 conmon[82545]: audit 2023-11-08T01:58: 2023-11-08T01:58:25.643 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:25 smithi001 conmon[82545]: 24.829848+0000 mon.smithi001 (mon.0) 552 2023-11-08T01:58:25.643 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:25 smithi001 conmon[82545]: : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T01:58:25.643 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:25 smithi001 conmon[82545]: audit 2023-11-08T01:58 2023-11-08T01:58:25.643 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:25 smithi001 conmon[82545]: :24.833501+0000 mon.smithi001 (mon.0) 2023-11-08T01:58:25.644 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:25 smithi001 conmon[82545]: 553 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:58:25.644 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:25 smithi001 conmon[82545]: audit 2023-11-08T01:58:24. 2023-11-08T01:58:25.644 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:25 smithi001 conmon[82545]: 837629+0000 mon.smithi001 (mon.0) 554 : audit 2023-11-08T01:58:25.644 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:25 smithi001 conmon[82545]: [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T01:58:25.644 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:25 smithi001 conmon[82545]: audit 2023-11-08T01:58: 2023-11-08T01:58:25.644 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:25 smithi001 conmon[82545]: 24.840966+0000 mon.smithi001 (mon.0) 555 2023-11-08T01:58:25.645 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:25 smithi001 conmon[82545]: : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-08T01:58:25.645 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:25 smithi001 conmon[82545]: audit 2023-11-08T01: 2023-11-08T01:58:25.645 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:25 smithi001 conmon[82545]: 58:24.841901+0000 mon.smithi001 (mon.0) 2023-11-08T01:58:25.645 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:25 smithi001 conmon[82545]: 556 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-08T01:58:25.645 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:25 smithi001 conmon[82545]: audit 2023-11-08T 2023-11-08T01:58:25.646 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:25 smithi001 conmon[82545]: 01:58:24.842075+0000 mon.smithi001 (mon. 2023-11-08T01:58:25.646 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:25 smithi001 conmon[82545]: 0) 557 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:58:25.646 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:25 smithi001 conmon[82545]: audit 2023-11-08 2023-11-08T01:58:25.646 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:25 smithi001 conmon[82545]: T01:58:24.842544+0000 mon.smithi001 ( 2023-11-08T01:58:25.647 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:25 smithi001 conmon[82545]: mon.0) 558 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:58:25.705 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:25 smithi023 conmon[87519]: audit 2023-11-08T01:58:24.770423+0000 2023-11-08T01:58:25.705 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:25 smithi023 conmon[87519]: mon.smithi023 (mon.1) 16 : audit [INF] from='client.? 172.21.15.23:0/1300151229' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-08T01:58:25.706 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:25 smithi023 conmon[87519]: audit 2023-11-08T01:58:24.771024+0000 mon.smithi001 (mon.0) 543 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-08T01:58:25.706 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:25 smithi023 conmon[87519]: audit 2023-11-08T01:58:24.774300+0000 mon.smithi001 (mon.0) 544 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-08T01:58:25.706 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:25 smithi023 conmon[87519]: audit 2023-11-08T01:58:24.822020+0000 mon.smithi001 (mon.0) 545 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:58:25.706 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:25 smithi023 conmon[87519]: audit 2023-11-08T01:58:24.823044+0000 mon.smithi001 (mon.0) 546 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-08T01:58:25.706 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:25 smithi023 conmon[87519]: audit 2023-11-08T01:58:24.823656+0000 mon.smithi001 (mon.0) 547 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-08T01:58:25.707 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:25 smithi023 conmon[87519]: audit 2023-11-08T01:58:24.824195+0000 mon.smithi001 (mon.0) 548 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-08T01:58:25.707 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:25 smithi023 conmon[87519]: audit 2023-11-08T01:58:24.824733+0000 mon.smithi001 (mon.0) 549 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-08T01:58:25.707 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:25 smithi023 conmon[87519]: audit 2023-11-08T01:58:24.828255+0000 mon.smithi001 (mon.0) 550 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:58:25.707 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:25 smithi023 conmon[87519]: audit 2023-11-08T01:58:24.829213+0000 mon.smithi001 (mon.0) 551 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:58:25.707 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:25 smithi023 conmon[87519]: audit 2023-11-08T01:58:24.829848+0000 mon.smithi001 ( 2023-11-08T01:58:25.708 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:25 smithi023 conmon[87519]: mon.0) 552 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T01:58:25.708 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:25 smithi023 conmon[87519]: audit 2023-11-08T01:58:24.833501+0000 mon.smithi001 (mon.0) 553 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:58:25.708 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:25 smithi023 conmon[87519]: audit 2023-11-08T01:58: 2023-11-08T01:58:25.708 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:25 smithi023 conmon[87519]: 24.837629+0000 mon.smithi001 (mon.0) 554 2023-11-08T01:58:25.709 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:25 smithi023 conmon[87519]: : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T01:58:25.709 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:25 smithi023 conmon[87519]: audit 2023- 2023-11-08T01:58:25.709 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:25 smithi023 conmon[87519]: 11-08T01:58:24.840966 2023-11-08T01:58:25.709 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:25 smithi023 conmon[87519]: +0000 mon.smithi001 (mon.0) 555 : audit [INF] 2023-11-08T01:58:25.709 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:25 smithi023 conmon[87519]: from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-08T01:58:25.710 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:25 smithi023 conmon[87519]: audit 2023-11-08T 2023-11-08T01:58:25.710 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:25 smithi023 conmon[87519]: 01:58:24.841901+0000 mon.smithi001 (mon.0) 2023-11-08T01:58:25.710 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:25 smithi023 conmon[87519]: 556 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-08T01:58:25.710 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:25 smithi023 conmon[87519]: audit 2023-11- 2023-11-08T01:58:25.710 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:25 smithi023 conmon[87519]: 08T01:58:24.842075+0000 mon.smithi001 (mon 2023-11-08T01:58:25.711 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:25 smithi023 conmon[87519]: .0) 557 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:58:25.711 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:25 smithi023 conmon[87519]: audit 2023-11 2023-11-08T01:58:25.711 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:25 smithi023 conmon[87519]: -08T01:58:24.842544+0000 2023-11-08T01:58:25.711 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:25 smithi023 conmon[87519]: mon.smithi001 (mon.0) 558 : audit [DBG] 2023-11-08T01:58:25.711 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:25 smithi023 conmon[87519]: from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:58:26.206 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/mon.smithi001/config 2023-11-08T01:58:26.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:26 smithi001 conmon[82545]: cephadm 2023-11-08T01:58:24.816626+0000 mgr.smithi001.qhtxni (mgr.14180) 110 : cephadm [INF] Detected new or changed devices on smithi001 2023-11-08T01:58:26.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:26 smithi001 conmon[82545]: cephadm 2023-11-08T01:58:24.825146+0000 mgr.smithi001.qhtxni (mgr.14180) 111 : cephadm [INF] Adjusting osd_memory_target on smithi001 to 3237M 2023-11-08T01:58:26.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:26 smithi001 conmon[82545]: cluster 2023-11-08T01:58:25.124342+0000 mgr.smithi001.qhtxni (mgr.14180) 112 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:58:26.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:26 smithi023 conmon[87519]: cephadm 2023-11-08T01:58:24.816626+0000 mgr.smithi001.qhtxni (mgr.14180) 110 : cephadm [INF] Detected new or changed devices on smithi001 2023-11-08T01:58:26.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:26 smithi023 conmon[87519]: cephadm 2023-11-08T01:58:24.825146+0000 mgr.smithi001.qhtxni (mgr.14180) 111 : cephadm [INF] Adjusting osd_memory_target on smithi001 to 3237M 2023-11-08T01:58:26.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:26 smithi023 conmon[87519]: cluster 2023-11-08T01:58:25.124342+0000 mgr.smithi001.qhtxni (mgr.14180) 112 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:58:27.852 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T01:58:27.852 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":34,"fsid":"af795e7c-7dd9-11ee-8dbb-212e2dc638e7","created":"2023-11-08T01:54:43.054948+0000","modified":"2023-11-08T01:58:18.490934+0000","last_up_change":"2023-11-08T01:58:17.487420+0000","last_in_change":"2023-11-08T01:57:44.185992+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-11-08T01:58:05.634710+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"25","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"22e9b815-7ad4-4458-9db8-b86427c4c307","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6800","nonce":2848414778},{"type":"v1","addr":"172.21.15.23:6801","nonce":2848414778}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6802","nonce":2848414778},{"type":"v1","addr":"172.21.15.23:6803","nonce":2848414778}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6806","nonce":2848414778},{"type":"v1","addr":"172.21.15.23:6807","nonce":2848414778}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6804","nonce":2848414778},{"type":"v1","addr":"172.21.15.23:6805","nonce":2848414778}]},"public_addr":"172.21.15.23:6801/2848414778","cluster_addr":"172.21.15.23:6803/2848414778","heartbeat_back_addr":"172.21.15.23:6807/2848414778","heartbeat_front_addr":"172.21.15.23:6805/2848414778","state":["exists","up"]},{"osd":1,"uuid":"af7a55ef-fe7c-4feb-a4bd-872d210ebd42","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":23,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6802","nonce":3049127254},{"type":"v1","addr":"172.21.15.1:6803","nonce":3049127254}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6804","nonce":3049127254},{"type":"v1","addr":"172.21.15.1:6805","nonce":3049127254}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6808","nonce":3049127254},{"type":"v1","addr":"172.21.15.1:6809","nonce":3049127254}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6806","nonce":3049127254},{"type":"v1","addr":"172.21.15.1:6807","nonce":3049127254}]},"public_addr":"172.21.15.1:6803/3049127254","cluster_addr":"172.21.15.1:6805/3049127254","heartbeat_back_addr":"172.21.15.1:6809/3049127254","heartbeat_front_addr":"172.21.15.1:6807/3049127254","state":["exists","up"]},{"osd":2,"uuid":"4e406286-6105-47dc-8731-10b929d2cb3b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6810","nonce":3556994544},{"type":"v1","addr":"172.21.15.1:6811","nonce":3556994544}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6812","nonce":3556994544},{"type":"v1","addr":"172.21.15.1:6813","nonce":3556994544}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6816","nonce":3556994544},{"type":"v1","addr":"172.21.15.1:6817","nonce":3556994544}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6814","nonce":3556994544},{"type":"v1","addr":"172.21.15.1:6815","nonce":3556994544}]},"public_addr":"172.21.15.1:6811/3556994544","cluster_addr":"172.21.15.1:6813/3556994544","heartbeat_back_addr":"172.21.15.1:6817/3556994544","heartbeat_front_addr":"172.21.15.1:6815/3556994544","state":["exists","up"]},{"osd":3,"uuid":"e83ae1f5-0d91-4e93-b4b8-a181a1d2758e","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.23:6808","nonce":3696627488},{"type":"v1","addr":"172.21.15.23:6809","nonce":3696627488}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6810","nonce":3696627488},{"type":"v1","addr":"172.21.15.23:6811","nonce":3696627488}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6814","nonce":3696627488},{"type":"v1","addr":"172.21.15.23:6815","nonce":3696627488}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6812","nonce":3696627488},{"type":"v1","addr":"172.21.15.23:6813","nonce":3696627488}]},"public_addr":"172.21.15.23:6809/3696627488","cluster_addr":"172.21.15.23:6811/3696627488","heartbeat_back_addr":"172.21.15.23:6815/3696627488","heartbeat_front_addr":"172.21.15.23:6813/3696627488","state":["exists","up"]},{"osd":4,"uuid":"9bd3264a-df41-4486-a5dd-aafd64c83b7b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6818","nonce":1757667272},{"type":"v1","addr":"172.21.15.1:6819","nonce":1757667272}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6820","nonce":1757667272},{"type":"v1","addr":"172.21.15.1:6821","nonce":1757667272}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6824","nonce":1757667272},{"type":"v1","addr":"172.21.15.1:6825","nonce":1757667272}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6822","nonce":1757667272},{"type":"v1","addr":"172.21.15.1:6823","nonce":1757667272}]},"public_addr":"172.21.15.1:6819/1757667272","cluster_addr":"172.21.15.1:6821/1757667272","heartbeat_back_addr":"172.21.15.1:6825/1757667272","heartbeat_front_addr":"172.21.15.1:6823/1757667272","state":["exists","up"]},{"osd":5,"uuid":"8423730e-b867-4edd-812f-8ec1f0862ace","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.23:6816","nonce":1523697995},{"type":"v1","addr":"172.21.15.23:6817","nonce":1523697995}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6818","nonce":1523697995},{"type":"v1","addr":"172.21.15.23:6819","nonce":1523697995}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6822","nonce":1523697995},{"type":"v1","addr":"172.21.15.23:6823","nonce":1523697995}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6820","nonce":1523697995},{"type":"v1","addr":"172.21.15.23:6821","nonce":1523697995}]},"public_addr":"172.21.15.23:6817/1523697995","cluster_addr":"172.21.15.23:6819/1523697995","heartbeat_back_addr":"172.21.15.23:6823/1523697995","heartbeat_front_addr":"172.21.15.23:6821/1523697995","state":["exists","up"]},{"osd":6,"uuid":"17270ca2-c5c7-441a-88ee-5650332c1f72","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6826","nonce":1291694981},{"type":"v1","addr":"172.21.15.1:6827","nonce":1291694981}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6828","nonce":1291694981},{"type":"v1","addr":"172.21.15.1:6829","nonce":1291694981}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6832","nonce":1291694981},{"type":"v1","addr":"172.21.15.1:6833","nonce":1291694981}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6830","nonce":1291694981},{"type":"v1","addr":"172.21.15.1:6831","nonce":1291694981}]},"public_addr":"172.21.15.1:6827/1291694981","cluster_addr":"172.21.15.1:6829/1291694981","heartbeat_back_addr":"172.21.15.1:6833/1291694981","heartbeat_front_addr":"172.21.15.1:6831/1291694981","state":["exists","up"]},{"osd":7,"uuid":"01b27f47-8d5d-4a6e-9cb0-6102fbc22e18","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6824","nonce":2005473824},{"type":"v1","addr":"172.21.15.23:6825","nonce":2005473824}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6826","nonce":2005473824},{"type":"v1","addr":"172.21.15.23:6827","nonce":2005473824}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6830","nonce":2005473824},{"type":"v1","addr":"172.21.15.23:6831","nonce":2005473824}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6828","nonce":2005473824},{"type":"v1","addr":"172.21.15.23:6829","nonce":2005473824}]},"public_addr":"172.21.15.23:6825/2005473824","cluster_addr":"172.21.15.23:6827/2005473824","heartbeat_back_addr":"172.21.15.23:6831/2005473824","heartbeat_front_addr":"172.21.15.23:6829/2005473824","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T01:57:58.894306+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T01:58:00.030736+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T01:58:05.189750+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T01:58:03.386087+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T01:58:10.858930+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T01:58:07.831661+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T01:58:15.975422+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T01:58:12.248196+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.1:6801/2409021164":"2023-11-09T01:56:15.100587+0000","172.21.15.1:0/2412274314":"2023-11-09T01:56:15.100587+0000","172.21.15.1:0/3391995018":"2023-11-09T01:55:31.734566+0000","172.21.15.1:6801/1304945667":"2023-11-09T01:55:31.734566+0000","172.21.15.1:6800/1304945667":"2023-11-09T01:55:31.734566+0000","172.21.15.1:6800/2409021164":"2023-11-09T01:56:15.100587+0000","172.21.15.1:0/1478227519":"2023-11-09T01:55:05.499477+0000","172.21.15.1:6801/2528923359":"2023-11-09T01:55:05.499477+0000","172.21.15.1:0/1294576126":"2023-11-09T01:56:15.100587+0000","172.21.15.1:6800/2528923359":"2023-11-09T01:55:05.499477+0000","172.21.15.1:0/2640820682":"2023-11-09T01:55:31.734566+0000","172.21.15.1:0/782211052":"2023-11-09T01:55:05.499477+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-11-08T01:58:28.337 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2023-11-08T01:58:05.634710+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '25', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2023-11-08T01:58:28.338 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph osd pool get device_health_metrics pg_num 2023-11-08T01:58:28.706 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:28 smithi023 conmon[87519]: cluster 2023-11-08T01:58:27.124652+0000 mgr.smithi001.qhtxni ( 2023-11-08T01:58:28.706 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:28 smithi023 conmon[87519]: mgr.14180) 113 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:58:28.707 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:28 smithi023 conmon[87519]: audit 2023-11-08T01:58:27.850867+0000 mon.smithi001 (mon.0) 559 : audit [DBG] from='client.? 172.21.15.1:0/980273335' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-08T01:58:28.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:28 smithi001 conmon[82545]: cluster 2023-11-08T01:58:27.124652+0000 mgr.smithi001.qhtxni (mgr.14180) 113 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:58:28.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:28 smithi001 conmon[82545]: audit 2023-11-08T01:58:27.850867+0000 mon.smithi001 (mon.0) 559 : audit [DBG] from='client.? 172.21.15.1:0/980273335' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-08T01:58:29.286 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/mon.smithi001/config 2023-11-08T01:58:30.620 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:30 smithi001 conmon[82545]: cluster 2023-11-08T01:58:29.125022+0000 mgr.smithi001.qhtxni (mgr.14180) 114 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:58:30.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:30 smithi023 conmon[87519]: cluster 2023-11-08T01:58:29.125022+0000 mgr.smithi001.qhtxni (mgr.14180) 114 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:58:31.185 INFO:teuthology.orchestra.run.smithi001.stdout:pg_num: 1 2023-11-08T01:58:31.600 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:31 smithi001 conmon[82545]: audit 2023-11-08T01:58:31.185015+0000 mon.smithi001 (mon.0) 560 : audit [DBG] from='client.? 172.21.15.1:0/1269644428' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-11-08T01:58:31.648 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-11-08T01:58:31.648 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-11-08T01:58:31.649 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph mgr dump --format=json 2023-11-08T01:58:31.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:31 smithi023 conmon[87519]: audit 2023-11-08T01:58:31.185015+0000 mon.smithi001 ( 2023-11-08T01:58:31.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:31 smithi023 conmon[87519]: mon.0) 560 : audit [DBG] from='client.? 172.21.15.1:0/1269644428' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-11-08T01:58:32.408 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/mon.smithi001/config 2023-11-08T01:58:32.485 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:32 smithi001 conmon[82545]: cluster 2023-11-08T01:58:31.125315+0000 mgr.smithi001.qhtxni (mgr.14180) 115 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:58:32.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:32 smithi023 conmon[87519]: cluster 2023-11-08T01:58:31.125315+0000 mgr.smithi001.qhtxni (mgr.14180) 115 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:58:33.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:33 smithi001 conmon[82545]: audit 2023-11-08T01:58:32.584938+0000 mon.smithi001 2023-11-08T01:58:33.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:33 smithi001 conmon[82545]: (mon.0) 561 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:58:33.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:33 smithi001 conmon[82545]: cluster 2023-11-08T01:58:33.125647+0000 mgr.smithi001.qhtxni (mgr.14180) 116 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:58:34.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:33 smithi023 conmon[87519]: audit 2023-11-08T01:58:32.584938+0000 mon.smithi001 (mon.0) 561 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:58:34.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:33 smithi023 conmon[87519]: cluster 2023-11-08T01:58:33.125647+0000 mgr.smithi001.qhtxni (mgr.14180) 116 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:58:34.372 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T01:58:34.772 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":18,"active_gid":14180,"active_name":"smithi001.qhtxni","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6800","nonce":2564389823},{"type":"v1","addr":"172.21.15.1:6801","nonce":2564389823}]},"active_addr":"172.21.15.1:6801/2564389823","active_change":"2023-11-08T01:56:15.100743+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14198,"name":"smithi023.qdxjtc","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.1:8443/","prometheus":"http://172.21.15.1: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.1:0","nonce":3305839172}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.1:0","nonce":2478729830}]}]} 2023-11-08T01:58:34.776 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-11-08T01:58:34.776 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-11-08T01:58:34.777 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph osd dump --format=json 2023-11-08T01:58:35.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:34 smithi001 conmon[82545]: audit 2023-11-08T01:58:33.849872+0000 mon.smithi001 (mon.0) 562 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:58:35.207 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:34 smithi001 conmon[82545]: audit 2023-11-08T01:58:34.366246+0000 mon.smithi001 (mon.0) 563 : audit [DBG] from='client.? 172.21.15.1:0/2664117393' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-08T01:58:35.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:34 smithi023 conmon[87519]: audit 2023-11-08T01:58:33.849872+0000 mon.smithi001 (mon.0) 562 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:58:35.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:34 smithi023 conmon[87519]: audit 2023-11-08T01:58:34.366246+0000 mon.smithi001 (mon.0) 563 : audit [DBG] from='client.? 172.21.15.1:0/2664117393' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-08T01:58:35.375 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/mon.smithi001/config 2023-11-08T01:58:35.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:35 smithi001 conmon[82545]: cluster 2023-11-08T01:58:35.125958 2023-11-08T01:58:35.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:35 smithi001 conmon[82545]: +0000 mgr.smithi001.qhtxni (mgr.14180) 117 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:58:36.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:35 smithi023 conmon[87519]: cluster 2023-11-08T01:58:35.125958+0000 mgr.smithi001.qhtxni (mgr.14180) 117 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:58:36.726 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T01:58:36.726 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":34,"fsid":"af795e7c-7dd9-11ee-8dbb-212e2dc638e7","created":"2023-11-08T01:54:43.054948+0000","modified":"2023-11-08T01:58:18.490934+0000","last_up_change":"2023-11-08T01:58:17.487420+0000","last_in_change":"2023-11-08T01:57:44.185992+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-11-08T01:58:05.634710+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"25","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"22e9b815-7ad4-4458-9db8-b86427c4c307","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6800","nonce":2848414778},{"type":"v1","addr":"172.21.15.23:6801","nonce":2848414778}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6802","nonce":2848414778},{"type":"v1","addr":"172.21.15.23:6803","nonce":2848414778}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6806","nonce":2848414778},{"type":"v1","addr":"172.21.15.23:6807","nonce":2848414778}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6804","nonce":2848414778},{"type":"v1","addr":"172.21.15.23:6805","nonce":2848414778}]},"public_addr":"172.21.15.23:6801/2848414778","cluster_addr":"172.21.15.23:6803/2848414778","heartbeat_back_addr":"172.21.15.23:6807/2848414778","heartbeat_front_addr":"172.21.15.23:6805/2848414778","state":["exists","up"]},{"osd":1,"uuid":"af7a55ef-fe7c-4feb-a4bd-872d210ebd42","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":23,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6802","nonce":3049127254},{"type":"v1","addr":"172.21.15.1:6803","nonce":3049127254}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6804","nonce":3049127254},{"type":"v1","addr":"172.21.15.1:6805","nonce":3049127254}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6808","nonce":3049127254},{"type":"v1","addr":"172.21.15.1:6809","nonce":3049127254}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6806","nonce":3049127254},{"type":"v1","addr":"172.21.15.1:6807","nonce":3049127254}]},"public_addr":"172.21.15.1:6803/3049127254","cluster_addr":"172.21.15.1:6805/3049127254","heartbeat_back_addr":"172.21.15.1:6809/3049127254","heartbeat_front_addr":"172.21.15.1:6807/3049127254","state":["exists","up"]},{"osd":2,"uuid":"4e406286-6105-47dc-8731-10b929d2cb3b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6810","nonce":3556994544},{"type":"v1","addr":"172.21.15.1:6811","nonce":3556994544}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6812","nonce":3556994544},{"type":"v1","addr":"172.21.15.1:6813","nonce":3556994544}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6816","nonce":3556994544},{"type":"v1","addr":"172.21.15.1:6817","nonce":3556994544}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6814","nonce":3556994544},{"type":"v1","addr":"172.21.15.1:6815","nonce":3556994544}]},"public_addr":"172.21.15.1:6811/3556994544","cluster_addr":"172.21.15.1:6813/3556994544","heartbeat_back_addr":"172.21.15.1:6817/3556994544","heartbeat_front_addr":"172.21.15.1:6815/3556994544","state":["exists","up"]},{"osd":3,"uuid":"e83ae1f5-0d91-4e93-b4b8-a181a1d2758e","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.23:6808","nonce":3696627488},{"type":"v1","addr":"172.21.15.23:6809","nonce":3696627488}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6810","nonce":3696627488},{"type":"v1","addr":"172.21.15.23:6811","nonce":3696627488}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6814","nonce":3696627488},{"type":"v1","addr":"172.21.15.23:6815","nonce":3696627488}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6812","nonce":3696627488},{"type":"v1","addr":"172.21.15.23:6813","nonce":3696627488}]},"public_addr":"172.21.15.23:6809/3696627488","cluster_addr":"172.21.15.23:6811/3696627488","heartbeat_back_addr":"172.21.15.23:6815/3696627488","heartbeat_front_addr":"172.21.15.23:6813/3696627488","state":["exists","up"]},{"osd":4,"uuid":"9bd3264a-df41-4486-a5dd-aafd64c83b7b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6818","nonce":1757667272},{"type":"v1","addr":"172.21.15.1:6819","nonce":1757667272}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6820","nonce":1757667272},{"type":"v1","addr":"172.21.15.1:6821","nonce":1757667272}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6824","nonce":1757667272},{"type":"v1","addr":"172.21.15.1:6825","nonce":1757667272}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6822","nonce":1757667272},{"type":"v1","addr":"172.21.15.1:6823","nonce":1757667272}]},"public_addr":"172.21.15.1:6819/1757667272","cluster_addr":"172.21.15.1:6821/1757667272","heartbeat_back_addr":"172.21.15.1:6825/1757667272","heartbeat_front_addr":"172.21.15.1:6823/1757667272","state":["exists","up"]},{"osd":5,"uuid":"8423730e-b867-4edd-812f-8ec1f0862ace","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.23:6816","nonce":1523697995},{"type":"v1","addr":"172.21.15.23:6817","nonce":1523697995}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6818","nonce":1523697995},{"type":"v1","addr":"172.21.15.23:6819","nonce":1523697995}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6822","nonce":1523697995},{"type":"v1","addr":"172.21.15.23:6823","nonce":1523697995}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6820","nonce":1523697995},{"type":"v1","addr":"172.21.15.23:6821","nonce":1523697995}]},"public_addr":"172.21.15.23:6817/1523697995","cluster_addr":"172.21.15.23:6819/1523697995","heartbeat_back_addr":"172.21.15.23:6823/1523697995","heartbeat_front_addr":"172.21.15.23:6821/1523697995","state":["exists","up"]},{"osd":6,"uuid":"17270ca2-c5c7-441a-88ee-5650332c1f72","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6826","nonce":1291694981},{"type":"v1","addr":"172.21.15.1:6827","nonce":1291694981}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6828","nonce":1291694981},{"type":"v1","addr":"172.21.15.1:6829","nonce":1291694981}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6832","nonce":1291694981},{"type":"v1","addr":"172.21.15.1:6833","nonce":1291694981}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6830","nonce":1291694981},{"type":"v1","addr":"172.21.15.1:6831","nonce":1291694981}]},"public_addr":"172.21.15.1:6827/1291694981","cluster_addr":"172.21.15.1:6829/1291694981","heartbeat_back_addr":"172.21.15.1:6833/1291694981","heartbeat_front_addr":"172.21.15.1:6831/1291694981","state":["exists","up"]},{"osd":7,"uuid":"01b27f47-8d5d-4a6e-9cb0-6102fbc22e18","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6824","nonce":2005473824},{"type":"v1","addr":"172.21.15.23:6825","nonce":2005473824}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6826","nonce":2005473824},{"type":"v1","addr":"172.21.15.23:6827","nonce":2005473824}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6830","nonce":2005473824},{"type":"v1","addr":"172.21.15.23:6831","nonce":2005473824}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6828","nonce":2005473824},{"type":"v1","addr":"172.21.15.23:6829","nonce":2005473824}]},"public_addr":"172.21.15.23:6825/2005473824","cluster_addr":"172.21.15.23:6827/2005473824","heartbeat_back_addr":"172.21.15.23:6831/2005473824","heartbeat_front_addr":"172.21.15.23:6829/2005473824","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T01:57:58.894306+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T01:58:00.030736+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T01:58:05.189750+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T01:58:03.386087+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T01:58:10.858930+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T01:58:07.831661+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T01:58:15.975422+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T01:58:12.248196+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.1:6801/2409021164":"2023-11-09T01:56:15.100587+0000","172.21.15.1:0/2412274314":"2023-11-09T01:56:15.100587+0000","172.21.15.1:0/3391995018":"2023-11-09T01:55:31.734566+0000","172.21.15.1:6801/1304945667":"2023-11-09T01:55:31.734566+0000","172.21.15.1:6800/1304945667":"2023-11-09T01:55:31.734566+0000","172.21.15.1:6800/2409021164":"2023-11-09T01:56:15.100587+0000","172.21.15.1:0/1478227519":"2023-11-09T01:55:05.499477+0000","172.21.15.1:6801/2528923359":"2023-11-09T01:55:05.499477+0000","172.21.15.1:0/1294576126":"2023-11-09T01:56:15.100587+0000","172.21.15.1:6800/2528923359":"2023-11-09T01:55:05.499477+0000","172.21.15.1:0/2640820682":"2023-11-09T01:55:31.734566+0000","172.21.15.1:0/782211052":"2023-11-09T01:55:05.499477+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-11-08T01:58:37.083 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:36 smithi001 conmon[82545]: audit 2023-11-08T01:58:36.725219+0000 mon.smithi001 (mon.0) 564 : audit [DBG] from='client.? 172.21.15.1:0/3017066959' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-08T01:58:37.084 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-11-08T01:58:37.085 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph osd dump --format=json 2023-11-08T01:58:37.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:36 smithi023 conmon[87519]: audit 2023-11-08T01:58:36.725219+0000 mon.smithi001 (mon.0) 564 : audit [DBG] from='client.? 172.21.15.1:0/3017066959' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-08T01:58:37.680 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/mon.smithi001/config 2023-11-08T01:58:38.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:37 smithi001 conmon[82545]: cluster 2023-11-08T01:58:37.126260+0000 2023-11-08T01:58:38.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:37 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 118 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:58:38.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:37 smithi023 conmon[87519]: cluster 2023-11-08T01:58:37.126260+0000 mgr.smithi001.qhtxni (mgr.14180) 118 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:58:39.036 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T01:58:39.036 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":34,"fsid":"af795e7c-7dd9-11ee-8dbb-212e2dc638e7","created":"2023-11-08T01:54:43.054948+0000","modified":"2023-11-08T01:58:18.490934+0000","last_up_change":"2023-11-08T01:58:17.487420+0000","last_in_change":"2023-11-08T01:57:44.185992+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-11-08T01:58:05.634710+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"25","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"22e9b815-7ad4-4458-9db8-b86427c4c307","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6800","nonce":2848414778},{"type":"v1","addr":"172.21.15.23:6801","nonce":2848414778}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6802","nonce":2848414778},{"type":"v1","addr":"172.21.15.23:6803","nonce":2848414778}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6806","nonce":2848414778},{"type":"v1","addr":"172.21.15.23:6807","nonce":2848414778}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6804","nonce":2848414778},{"type":"v1","addr":"172.21.15.23:6805","nonce":2848414778}]},"public_addr":"172.21.15.23:6801/2848414778","cluster_addr":"172.21.15.23:6803/2848414778","heartbeat_back_addr":"172.21.15.23:6807/2848414778","heartbeat_front_addr":"172.21.15.23:6805/2848414778","state":["exists","up"]},{"osd":1,"uuid":"af7a55ef-fe7c-4feb-a4bd-872d210ebd42","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":23,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6802","nonce":3049127254},{"type":"v1","addr":"172.21.15.1:6803","nonce":3049127254}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6804","nonce":3049127254},{"type":"v1","addr":"172.21.15.1:6805","nonce":3049127254}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6808","nonce":3049127254},{"type":"v1","addr":"172.21.15.1:6809","nonce":3049127254}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6806","nonce":3049127254},{"type":"v1","addr":"172.21.15.1:6807","nonce":3049127254}]},"public_addr":"172.21.15.1:6803/3049127254","cluster_addr":"172.21.15.1:6805/3049127254","heartbeat_back_addr":"172.21.15.1:6809/3049127254","heartbeat_front_addr":"172.21.15.1:6807/3049127254","state":["exists","up"]},{"osd":2,"uuid":"4e406286-6105-47dc-8731-10b929d2cb3b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6810","nonce":3556994544},{"type":"v1","addr":"172.21.15.1:6811","nonce":3556994544}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6812","nonce":3556994544},{"type":"v1","addr":"172.21.15.1:6813","nonce":3556994544}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6816","nonce":3556994544},{"type":"v1","addr":"172.21.15.1:6817","nonce":3556994544}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6814","nonce":3556994544},{"type":"v1","addr":"172.21.15.1:6815","nonce":3556994544}]},"public_addr":"172.21.15.1:6811/3556994544","cluster_addr":"172.21.15.1:6813/3556994544","heartbeat_back_addr":"172.21.15.1:6817/3556994544","heartbeat_front_addr":"172.21.15.1:6815/3556994544","state":["exists","up"]},{"osd":3,"uuid":"e83ae1f5-0d91-4e93-b4b8-a181a1d2758e","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.23:6808","nonce":3696627488},{"type":"v1","addr":"172.21.15.23:6809","nonce":3696627488}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6810","nonce":3696627488},{"type":"v1","addr":"172.21.15.23:6811","nonce":3696627488}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6814","nonce":3696627488},{"type":"v1","addr":"172.21.15.23:6815","nonce":3696627488}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6812","nonce":3696627488},{"type":"v1","addr":"172.21.15.23:6813","nonce":3696627488}]},"public_addr":"172.21.15.23:6809/3696627488","cluster_addr":"172.21.15.23:6811/3696627488","heartbeat_back_addr":"172.21.15.23:6815/3696627488","heartbeat_front_addr":"172.21.15.23:6813/3696627488","state":["exists","up"]},{"osd":4,"uuid":"9bd3264a-df41-4486-a5dd-aafd64c83b7b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6818","nonce":1757667272},{"type":"v1","addr":"172.21.15.1:6819","nonce":1757667272}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6820","nonce":1757667272},{"type":"v1","addr":"172.21.15.1:6821","nonce":1757667272}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6824","nonce":1757667272},{"type":"v1","addr":"172.21.15.1:6825","nonce":1757667272}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6822","nonce":1757667272},{"type":"v1","addr":"172.21.15.1:6823","nonce":1757667272}]},"public_addr":"172.21.15.1:6819/1757667272","cluster_addr":"172.21.15.1:6821/1757667272","heartbeat_back_addr":"172.21.15.1:6825/1757667272","heartbeat_front_addr":"172.21.15.1:6823/1757667272","state":["exists","up"]},{"osd":5,"uuid":"8423730e-b867-4edd-812f-8ec1f0862ace","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.23:6816","nonce":1523697995},{"type":"v1","addr":"172.21.15.23:6817","nonce":1523697995}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6818","nonce":1523697995},{"type":"v1","addr":"172.21.15.23:6819","nonce":1523697995}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6822","nonce":1523697995},{"type":"v1","addr":"172.21.15.23:6823","nonce":1523697995}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6820","nonce":1523697995},{"type":"v1","addr":"172.21.15.23:6821","nonce":1523697995}]},"public_addr":"172.21.15.23:6817/1523697995","cluster_addr":"172.21.15.23:6819/1523697995","heartbeat_back_addr":"172.21.15.23:6823/1523697995","heartbeat_front_addr":"172.21.15.23:6821/1523697995","state":["exists","up"]},{"osd":6,"uuid":"17270ca2-c5c7-441a-88ee-5650332c1f72","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6826","nonce":1291694981},{"type":"v1","addr":"172.21.15.1:6827","nonce":1291694981}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6828","nonce":1291694981},{"type":"v1","addr":"172.21.15.1:6829","nonce":1291694981}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6832","nonce":1291694981},{"type":"v1","addr":"172.21.15.1:6833","nonce":1291694981}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6830","nonce":1291694981},{"type":"v1","addr":"172.21.15.1:6831","nonce":1291694981}]},"public_addr":"172.21.15.1:6827/1291694981","cluster_addr":"172.21.15.1:6829/1291694981","heartbeat_back_addr":"172.21.15.1:6833/1291694981","heartbeat_front_addr":"172.21.15.1:6831/1291694981","state":["exists","up"]},{"osd":7,"uuid":"01b27f47-8d5d-4a6e-9cb0-6102fbc22e18","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6824","nonce":2005473824},{"type":"v1","addr":"172.21.15.23:6825","nonce":2005473824}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6826","nonce":2005473824},{"type":"v1","addr":"172.21.15.23:6827","nonce":2005473824}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6830","nonce":2005473824},{"type":"v1","addr":"172.21.15.23:6831","nonce":2005473824}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6828","nonce":2005473824},{"type":"v1","addr":"172.21.15.23:6829","nonce":2005473824}]},"public_addr":"172.21.15.23:6825/2005473824","cluster_addr":"172.21.15.23:6827/2005473824","heartbeat_back_addr":"172.21.15.23:6831/2005473824","heartbeat_front_addr":"172.21.15.23:6829/2005473824","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T01:57:58.894306+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T01:58:00.030736+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T01:58:05.189750+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T01:58:03.386087+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T01:58:10.858930+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T01:58:07.831661+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T01:58:15.975422+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T01:58:12.248196+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.1:6801/2409021164":"2023-11-09T01:56:15.100587+0000","172.21.15.1:0/2412274314":"2023-11-09T01:56:15.100587+0000","172.21.15.1:0/3391995018":"2023-11-09T01:55:31.734566+0000","172.21.15.1:6801/1304945667":"2023-11-09T01:55:31.734566+0000","172.21.15.1:6800/1304945667":"2023-11-09T01:55:31.734566+0000","172.21.15.1:6800/2409021164":"2023-11-09T01:56:15.100587+0000","172.21.15.1:0/1478227519":"2023-11-09T01:55:05.499477+0000","172.21.15.1:6801/2528923359":"2023-11-09T01:55:05.499477+0000","172.21.15.1:0/1294576126":"2023-11-09T01:56:15.100587+0000","172.21.15.1:6800/2528923359":"2023-11-09T01:55:05.499477+0000","172.21.15.1:0/2640820682":"2023-11-09T01:55:31.734566+0000","172.21.15.1:0/782211052":"2023-11-09T01:55:05.499477+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-11-08T01:58:39.391 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph tell osd.0 flush_pg_stats 2023-11-08T01:58:39.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:39 smithi001 conmon[82545]: audit 2023-11-08T01:58:39.034867+0000 mon.smithi001 (mon.0) 565 : audit [DBG] from='client.? 172.21.15.1:0/804948465' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-08T01:58:39.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:39 smithi023 conmon[87519]: audit 2023-11-08T01:58:39.034867+0000 mon.smithi001 (mon.0) 565 : audit 2023-11-08T01:58:39.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:39 smithi023 conmon[87519]: [DBG] from='client.? 172.21.15.1:0/804948465' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-08T01:58:39.990 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/mon.smithi001/config 2023-11-08T01:58:40.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:40 smithi001 conmon[82545]: cluster 2023-11-08T01:58:39.126572+0000 mgr.smithi001.qhtxni (mgr.14180) 119 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:58:40.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:40 smithi023 conmon[87519]: cluster 2023-11-08T01:58:39.126572+0000 mgr.smithi001.qhtxni (mgr.14180) 119 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:58:41.599 INFO:teuthology.orchestra.run.smithi001.stdout:68719476746 2023-11-08T01:58:41.599 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph tell osd.1 flush_pg_stats 2023-11-08T01:58:42.194 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/mon.smithi001/config 2023-11-08T01:58:42.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:42 smithi001 conmon[82545]: cluster 2023-11-08T01:58:41.126923+0000 mgr.smithi001.qhtxni (mgr.14180) 120 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:58:42.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:42 smithi023 conmon[87519]: cluster 2023-11-08T01:58:41.126923+0000 mgr.smithi001.qhtxni (mgr.14180) 120 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:58:43.713 INFO:teuthology.orchestra.run.smithi001.stdout:73014444044 2023-11-08T01:58:43.714 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph tell osd.2 flush_pg_stats 2023-11-08T01:58:44.311 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/mon.smithi001/config 2023-11-08T01:58:44.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:44 smithi023 conmon[87519]: cluster 2023-11-08T01:58:43.127262+0000 mgr.smithi001.qhtxni (mgr.14180) 121 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:58:44.848 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:44 smithi001 conmon[82545]: cluster 2023-11-08T01:58:43.127262+0000 mgr.smithi001.qhtxni (mgr 2023-11-08T01:58:44.849 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:44 smithi001 conmon[82545]: .14180) 121 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:58:45.918 INFO:teuthology.orchestra.run.smithi001.stdout:98784247819 2023-11-08T01:58:45.919 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph tell osd.3 flush_pg_stats 2023-11-08T01:58:46.515 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/mon.smithi001/config 2023-11-08T01:58:46.715 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:46 smithi001 conmon[82545]: cluster 2023-11-08T01:58:45.127786+0000 mgr.smithi001.qhtxni (mgr.14180) 122 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:58:46.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:46 smithi023 conmon[87519]: cluster 2023-11-08T01:58:45.127786+0000 mgr.smithi001.qhtxni (mgr.14180) 122 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:58:48.033 INFO:teuthology.orchestra.run.smithi001.stdout:90194313228 2023-11-08T01:58:48.034 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph tell osd.4 flush_pg_stats 2023-11-08T01:58:48.632 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/mon.smithi001/config 2023-11-08T01:58:48.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:48 smithi023 conmon[87519]: cluster 2023-11-08T01:58:47.128158+0000 mgr.smithi001.qhtxni (mgr.14180) 123 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:58:48.833 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:48 smithi001 conmon[82545]: cluster 2023-11-08T01:58:47.128158+0000 mgr.smithi001.qhtxni (mgr.14180) 123 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:58:50.041 INFO:teuthology.orchestra.run.smithi001.stdout:120259084298 2023-11-08T01:58:50.042 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph tell osd.5 flush_pg_stats 2023-11-08T01:58:50.639 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/mon.smithi001/config 2023-11-08T01:58:50.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:50 smithi023 conmon[87519]: cluster 2023-11-08T01:58:49.128539+0000 mgr.smithi001.qhtxni (mgr.14180) 124 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:58:50.840 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:50 smithi001 conmon[82545]: cluster 2023-11-08T01:58:49.128539+0000 mgr.smithi001.qhtxni (mgr.14180) 124 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:58:52.160 INFO:teuthology.orchestra.run.smithi001.stdout:107374182411 2023-11-08T01:58:52.160 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph tell osd.6 flush_pg_stats 2023-11-08T01:58:52.755 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/mon.smithi001/config 2023-11-08T01:58:52.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:52 smithi023 conmon[87519]: cluster 2023-11-08T01:58:51.128837+0000 mgr.smithi001.qhtxni (mgr.14180) 125 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:58:52.949 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:52 smithi001 conmon[82545]: cluster 2023-11-08T01:58:51.128837+0000 mgr.smithi001.qhtxni 2023-11-08T01:58:52.949 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:52 smithi001 conmon[82545]: (mgr.14180) 125 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:58:54.475 INFO:teuthology.orchestra.run.smithi001.stdout:141733920778 2023-11-08T01:58:54.475 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph tell osd.7 flush_pg_stats 2023-11-08T01:58:54.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:54 smithi001 conmon[82545]: cluster 2023-11-08T01:58:53.129351+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T01:58:54.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:54 smithi001 conmon[82545]: 126 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:58:54.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:54 smithi023 conmon[87519]: cluster 2023-11-08T01:58:53.129351+0000 mgr.smithi001.qhtxni (mgr.14180) 126 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:58:55.074 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/mon.smithi001/config 2023-11-08T01:58:56.693 INFO:teuthology.orchestra.run.smithi001.stdout:124554051596 2023-11-08T01:58:56.693 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph osd last-stat-seq osd.0 2023-11-08T01:58:56.717 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:56 smithi001 conmon[82545]: cluster 2023-11-08T01:58:55.129748+0000 mgr.smithi001.qhtxni (mgr.14180) 127 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:58:56.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:56 smithi023 conmon[87519]: cluster 2023-11-08T01:58:55.129748+0000 mgr.smithi001.qhtxni (mgr.14180) 127 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:58:57.291 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/mon.smithi001/config 2023-11-08T01:58:58.578 INFO:teuthology.orchestra.run.smithi001.stdout:68719476749 2023-11-08T01:58:58.763 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:58 smithi001 conmon[82545]: cluster 2023-11-08T01:58:57.130071+0000 mgr.smithi001.qhtxni (mgr.14180) 128 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:58:58.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:58 smithi023 conmon[87519]: cluster 2023-11-08T01:58:57.130071+0000 mgr.smithi001.qhtxni (mgr.14180) 128 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:58:59.014 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476746 got 68719476749 for osd.0 2023-11-08T01:58:59.015 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph osd last-stat-seq osd.1 2023-11-08T01:58:59.657 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/mon.smithi001/config 2023-11-08T01:58:59.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:59 smithi023 conmon[87519]: audit 2023-11-08T01:58:58.578222+0000 mon.smithi001 (mon.0) 566 : 2023-11-08T01:58:59.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:58:59 smithi023 conmon[87519]: audit [DBG] from='client.? 172.21.15.1:0/956017760' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-08T01:58:59.855 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:59 smithi001 conmon[82545]: audit 2023-11-08T01:58:58.578222+0000 mon.smithi001 2023-11-08T01:58:59.855 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:58:59 smithi001 conmon[82545]: (mon.0) 566 : audit [DBG] from='client.? 172.21.15.1:0/956017760' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-08T01:59:00.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:00 smithi023 conmon[87519]: cluster 2023-11-08T01:58:59.130382+0000 mgr.smithi001.qhtxni (mgr.14180) 129 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:59:00.882 INFO:teuthology.orchestra.run.smithi001.stdout:73014444047 2023-11-08T01:59:00.904 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:00 smithi001 conmon[82545]: cluster 2023-11-08T01:58:59.130382+0000 mgr.smithi001.qhtxni (mgr.14180) 129 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:59:01.265 INFO:tasks.cephadm.ceph_manager.ceph:need seq 73014444044 got 73014444047 for osd.1 2023-11-08T01:59:01.266 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph osd last-stat-seq osd.2 2023-11-08T01:59:01.782 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:01 smithi023 conmon[87519]: audit 2023-11-08T01:59:00.882161+0000 mon.smithi001 (mon.0) 567 : audit [DBG] from='client.? 172.21.15.1:0/2005497961' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-08T01:59:01.863 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/mon.smithi001/config 2023-11-08T01:59:01.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:01 smithi001 conmon[82545]: audit 2023-11-08T01:59:00.882161+0000 mon.smithi001 2023-11-08T01:59:01.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:01 smithi001 conmon[82545]: (mon.0) 567 : audit [DBG] from='client.? 172.21.15.1:0/2005497961' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-08T01:59:02.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:02 smithi001 conmon[82545]: cluster 2023-11-08T01:59:01.130884+0000 mgr.smithi001.qhtxni ( 2023-11-08T01:59:02.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:02 smithi001 conmon[82545]: mgr.14180) 130 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:59:02.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:02 smithi023 conmon[87519]: cluster 2023-11-08T01:59:01.130884+0000 mgr.smithi001.qhtxni (mgr.14180) 130 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:59:03.197 INFO:teuthology.orchestra.run.smithi001.stdout:98784247822 2023-11-08T01:59:03.585 INFO:tasks.cephadm.ceph_manager.ceph:need seq 98784247819 got 98784247822 for osd.2 2023-11-08T01:59:03.585 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph osd last-stat-seq osd.3 2023-11-08T01:59:03.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:03 smithi023 conmon[87519]: audit 2023-11-08T01:59:03.196751+0000 mon.smithi001 (mon.0) 568 : audit [DBG] from='client.? 172.21.15.1:0/2944492105' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-08T01:59:03.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:03 smithi001 conmon[82545]: audit 2023-11-08T01:59: 2023-11-08T01:59:03.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:03 smithi001 conmon[82545]: 03.196751+0000 mon.smithi001 (mon.0) 568 : audit [DBG] from='client.? 172.21.15.1:0/2944492105' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-08T01:59:04.182 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/mon.smithi001/config 2023-11-08T01:59:04.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:04 smithi001 conmon[82545]: cluster 2023-11-08T01:59:03.131208+0000 mgr.smithi001.qhtxni (mgr. 2023-11-08T01:59:04.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:04 smithi001 conmon[82545]: 14180) 131 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:59:04.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:04 smithi023 conmon[87519]: cluster 2023-11-08T01:59:03.131208+0000 mgr.smithi001.qhtxni (mgr.14180) 131 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:59:05.643 INFO:teuthology.orchestra.run.smithi001.stdout:90194313231 2023-11-08T01:59:06.002 INFO:tasks.cephadm.ceph_manager.ceph:need seq 90194313228 got 90194313231 for osd.3 2023-11-08T01:59:06.002 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph osd last-stat-seq osd.4 2023-11-08T01:59:06.602 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/mon.smithi001/config 2023-11-08T01:59:06.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:06 smithi023 conmon[87519]: cluster 2023-11-08T01:59:05.131573+0000 mgr.smithi001.qhtxni (mgr.14180 2023-11-08T01:59:06.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:06 smithi023 conmon[87519]: ) 132 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:59:06.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:06 smithi023 conmon[87519]: audit 2023-11-08T01:59:05.642713+0000 mon.smithi001 (mon.0) 569 : audit [DBG] from='client.? 172.21.15.1:0/2889048065' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-11-08T01:59:06.797 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:06 smithi001 conmon[82545]: cluster 2023-11-08T01:59:05.131573+0000 mgr.smithi001.qhtxni (mgr.14180) 132 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:59:06.797 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:06 smithi001 conmon[82545]: audit 2023-11-08T01:59:05.642713+0000 mon.smithi001 (mon.0) 569 : audit [DBG] from='client.? 172.21.15.1:0/2889048065' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-11-08T01:59:07.846 INFO:teuthology.orchestra.run.smithi001.stdout:120259084301 2023-11-08T01:59:08.224 INFO:tasks.cephadm.ceph_manager.ceph:need seq 120259084298 got 120259084301 for osd.4 2023-11-08T01:59:08.225 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph osd last-stat-seq osd.5 2023-11-08T01:59:08.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:08 smithi023 conmon[87519]: cluster 2023-11-08T01:59:07.132040+0000 mgr.smithi001.qhtxni (mgr.14180) 133 2023-11-08T01:59:08.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:08 smithi023 conmon[87519]: : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:59:08.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:08 smithi023 conmon[87519]: audit 2023-11-08T01:59:07.845691+0000 mon.smithi001 (mon.0) 570 : audit [DBG] from='client.? 172.21.15.1:0/3959772085' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-11-08T01:59:08.823 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/mon.smithi001/config 2023-11-08T01:59:08.958 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:08 smithi001 conmon[82545]: cluster 2023-11-08T01:59:07.132040+0000 mgr.smithi001.qhtxni (mgr.14180) 133 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:59:08.958 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:08 smithi001 conmon[82545]: audit 2023-11-08T01:59:07.845691+0000 mon.smithi001 (mon.0) 570 : audit [DBG] from='client.? 172.21.15.1:0/3959772085' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-11-08T01:59:10.105 INFO:teuthology.orchestra.run.smithi001.stdout:107374182414 2023-11-08T01:59:10.534 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182411 got 107374182414 for osd.5 2023-11-08T01:59:10.535 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph osd last-stat-seq osd.6 2023-11-08T01:59:10.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:10 smithi023 conmon[87519]: cluster 2023-11-08T01:59:09.132527+0000 mgr.smithi001.qhtxni (mgr.14180) 134 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:59:10.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:10 smithi023 conmon[87519]: audit 2023-11-08T01:59:10.104019+0000 mon.smithi001 (mon.0) 571 : audit [DBG] from='client.? 172.21.15.1:0/2649308453' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-11-08T01:59:10.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:10 smithi001 conmon[82545]: cluster 2023-11-08T01 2023-11-08T01:59:10.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:10 smithi001 conmon[82545]: :59:09.132527+0000 mgr.smithi001.qhtxni (mgr.14180) 134 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:59:10.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:10 smithi001 conmon[82545]: audit 2023-11-08T01:59:10.104019+0000 mon.smithi001 (mon.0) 571 : audit [DBG] from='client.? 172.21.15.1:0/2649308453' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-11-08T01:59:11.132 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/mon.smithi001/config 2023-11-08T01:59:12.373 INFO:teuthology.orchestra.run.smithi001.stdout:141733920781 2023-11-08T01:59:12.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:12 smithi001 conmon[82545]: cluster 2023-11-08T01:59:11.132817 2023-11-08T01:59:12.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:12 smithi001 conmon[82545]: +0000 mgr.smithi001.qhtxni (mgr.14180) 135 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:59:12.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:12 smithi001 conmon[82545]: audit 2023-11-08T01:59:12.372034+0000 mon.smithi001 (mon.0) 572 : audit [DBG] from='client.? 172.21.15.1:0/4177614336' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-11-08T01:59:12.754 INFO:tasks.cephadm.ceph_manager.ceph:need seq 141733920778 got 141733920781 for osd.6 2023-11-08T01:59:12.755 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph osd last-stat-seq osd.7 2023-11-08T01:59:12.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:12 smithi023 conmon[87519]: cluster 2023-11-08T01:59:11.132817+0000 mgr.smithi001.qhtxni (mgr.14180) 135 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:59:12.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:12 smithi023 conmon[87519]: audit 2023-11-08T01:59:12.372034+0000 mon.smithi001 (mon.0) 572 : audit [DBG] from='client.? 172.21.15.1:0/4177614336' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-11-08T01:59:13.350 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/mon.smithi001/config 2023-11-08T01:59:14.688 INFO:teuthology.orchestra.run.smithi001.stdout:124554051599 2023-11-08T01:59:14.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:14 smithi001 conmon[82545]: cluster 2023-11-08T01:59:13.133178+0000 mgr.smithi001.qhtxni (mgr.14180) 136 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:59:14.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:14 smithi023 conmon[87519]: cluster 2023-11-08T01:59:13.133178+0000 mgr.smithi001.qhtxni (mgr.14180) 136 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:59:15.059 INFO:tasks.cephadm.ceph_manager.ceph:need seq 124554051596 got 124554051599 for osd.7 2023-11-08T01:59:15.059 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-11-08T01:59:15.060 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph pg dump --format=json 2023-11-08T01:59:15.663 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/mon.smithi001/config 2023-11-08T01:59:15.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:15 smithi023 conmon[87519]: audit 2023-11-08T01:59:14.687341+0000 mon.smithi001 (mon.0) 573 : audit [DBG] from='client.? 172.21.15.1:0/1020380348' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-11-08T01:59:15.862 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:15 smithi001 conmon[82545]: audit 2023-11-08T01:59:14.687341+0000 mon.smithi001 (mon. 2023-11-08T01:59:15.862 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:15 smithi001 conmon[82545]: 0) 573 : audit [DBG] from='client.? 172.21.15.1:0/1020380348' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-11-08T01:59:16.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:16 smithi023 conmon[87519]: cluster 2023-11-08T01:59:15.133481+0000 mgr.smithi001.qhtxni (mgr.14180) 137 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:59:16.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:16 smithi001 conmon[82545]: cluster 2023-11-08T01:59:15.133481+0000 mgr.smithi001.qhtxni (mgr.14180) 137 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:59:17.044 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T01:59:17.046 INFO:teuthology.orchestra.run.smithi001.stderr:dumped all 2023-11-08T01:59:17.486 INFO:teuthology.orchestra.run.smithi001.stdout:{"pg_ready":true,"pg_map":{"version":113,"stamp":"2023-11-08T01:59:15.133345+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":2379392,"kb_used_data":2624,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747549056,"statfs":{"total":767926730752,"available":765490233344,"internally_reserved":0,"allocated":2686976,"data_stored":1037112,"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":19,"reported_epoch":33,"state":"active+clean","last_fresh":"2023-11-08T01:58:17.491650+0000","last_change":"2023-11-08T01:58:08.258085+0000","last_active":"2023-11-08T01:58:17.491650+0000","last_peered":"2023-11-08T01:58:17.491650+0000","last_clean":"2023-11-08T01:58:17.491650+0000","last_became_active":"2023-11-08T01:58:08.257780+0000","last_became_peered":"2023-11-08T01:58:08.257780+0000","last_unstale":"2023-11-08T01:58:17.491650+0000","last_undegraded":"2023-11-08T01:58:17.491650+0000","last_fullsized":"2023-11-08T01:58:17.491650+0000","mapping_epoch":23,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":24,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-11-08T01:58:06.182739+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-08T01:58:06.182739+0000","last_clean_scrub_stamp":"2023-11-08T01:58:06.182739+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":[1,0,2],"acting":[1,0,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"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":3}],"osd_stats":[{"osd":6,"up_from":33,"seq":141733920782,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297424,"kb_used_data":328,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443632,"statfs":{"total":95990841344,"available":95686279168,"internally_reserved":0,"allocated":335872,"data_stored":129639,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51200000000000001}]},{"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.28199999999999997}]},{"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.55000000000000004}]},{"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.52600000000000002}]},{"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.432}]},{"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.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.61099999999999999}]}]},{"osd":7,"up_from":29,"seq":124554051600,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297424,"kb_used_data":328,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443632,"statfs":{"total":95990841344,"available":95686279168,"internally_reserved":0,"allocated":335872,"data_stored":129639,"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.34899999999999998}]},{"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.41699999999999998}]},{"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.42199999999999999}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.45000000000000001}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47599999999999998}]},{"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.56200000000000006}]},{"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.499}]}]},{"osd":1,"up_from":17,"seq":73014444050,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297424,"kb_used_data":328,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443632,"statfs":{"total":95990841344,"available":95686279168,"internally_reserved":0,"allocated":335872,"data_stored":129639,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Nov 8 01:59:05 2023","interfaces":[{"interface":"back","average":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"last":0.36899999999999999},{"interface":"front","average":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"min":{"1min":0.318,"5min":0.318,"15min":0.318},"max":{"1min":0.67600000000000005,"5min":0.67600000000000005,"15min":0.67600000000000005},"last":0.41199999999999998}]},{"osd":2,"last update":"Wed Nov 8 01:59:10 2023","interfaces":[{"interface":"back","average":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"min":{"1min":0.27300000000000002,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.44800000000000001,"5min":0.44800000000000001,"15min":0.44800000000000001},"last":0.32500000000000001},{"interface":"front","average":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"min":{"1min":0.252,"5min":0.252,"15min":0.252},"max":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"last":0.34399999999999997}]},{"osd":3,"last update":"Wed Nov 8 01:59:10 2023","interfaces":[{"interface":"back","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.72499999999999998,"5min":0.72499999999999998,"15min":0.72499999999999998},"last":0.44},{"interface":"front","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"last":0.47899999999999998}]},{"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.39400000000000002}]},{"osd":5,"last update":"Wed Nov 8 01:59:10 2023","interfaces":[{"interface":"back","average":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"last":0.53100000000000003},{"interface":"front","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":0.66200000000000003,"5min":0.66200000000000003,"15min":0.66200000000000003},"last":0.45300000000000001}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56499999999999995}]},{"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.58599999999999997}]}]},{"osd":0,"up_from":16,"seq":68719476752,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297424,"kb_used_data":328,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443632,"statfs":{"total":95990841344,"available":95686279168,"internally_reserved":0,"allocated":335872,"data_stored":129639,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Wed Nov 8 01:59:02 2023","interfaces":[{"interface":"back","average":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"min":{"1min":0.27700000000000002,"5min":0.27700000000000002,"15min":0.27700000000000002},"max":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"last":0.753},{"interface":"front","average":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"last":0.53800000000000003}]},{"osd":2,"last update":"Wed Nov 8 01:59:07 2023","interfaces":[{"interface":"back","average":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.627,"5min":0.627,"15min":0.627},"last":0.57899999999999996},{"interface":"front","average":{"1min":0.499,"5min":0.499,"15min":0.499},"min":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":0.68400000000000005,"5min":0.68400000000000005,"15min":0.68400000000000005},"last":0.59799999999999998}]},{"osd":3,"last update":"Wed Nov 8 01:59:07 2023","interfaces":[{"interface":"back","average":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.68400000000000005,"5min":0.68400000000000005,"15min":0.68400000000000005},"last":0.67100000000000004},{"interface":"front","average":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"min":{"1min":0.25800000000000001,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":0.72099999999999997,"5min":0.72099999999999997,"15min":0.72099999999999997},"last":0.72099999999999997}]},{"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.79300000000000004}]},{"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.85699999999999998}]},{"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.90300000000000002}]},{"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.93600000000000005}]}]},{"osd":3,"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":297424,"kb_used_data":328,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443632,"statfs":{"total":95990841344,"available":95686279168,"internally_reserved":0,"allocated":335872,"data_stored":129639,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Nov 8 01:59:08 2023","interfaces":[{"interface":"back","average":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"min":{"1min":0.223,"5min":0.223,"15min":0.223},"max":{"1min":0.623,"5min":0.623,"15min":0.623},"last":0.375},{"interface":"front","average":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"min":{"1min":0.247,"5min":0.247,"15min":0.247},"max":{"1min":1.665,"5min":1.665,"15min":1.665},"last":0.33400000000000002}]},{"osd":1,"last update":"Wed Nov 8 01:59:08 2023","interfaces":[{"interface":"back","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"last":0.52100000000000002},{"interface":"front","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.80600000000000005,"5min":0.80600000000000005,"15min":0.80600000000000005},"last":0.46600000000000003}]},{"osd":2,"last update":"Wed Nov 8 01:59:08 2023","interfaces":[{"interface":"back","average":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.77400000000000002,"5min":0.77400000000000002,"15min":0.77400000000000002},"last":0.56000000000000005},{"interface":"front","average":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":1.7669999999999999,"5min":1.7669999999999999,"15min":1.7669999999999999},"last":0.42699999999999999}]},{"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.45100000000000001}]},{"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.41399999999999998}]},{"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.47399999999999998}]},{"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.63400000000000001}]}]},{"osd":2,"up_from":23,"seq":98784247825,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297424,"kb_used_data":328,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443632,"statfs":{"total":95990841344,"available":95686279168,"internally_reserved":0,"allocated":335872,"data_stored":129639,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Nov 8 01:59:08 2023","interfaces":[{"interface":"back","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.75900000000000001,"5min":0.75900000000000001,"15min":0.75900000000000001},"last":0.39400000000000002},{"interface":"front","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.66200000000000003,"5min":0.66200000000000003,"15min":0.66200000000000003},"last":0.36699999999999999}]},{"osd":1,"last update":"Wed Nov 8 01:59:08 2023","interfaces":[{"interface":"back","average":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"min":{"1min":0.26600000000000001,"5min":0.26600000000000001,"15min":0.26600000000000001},"max":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"last":0.41899999999999998},{"interface":"front","average":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"min":{"1min":0.26100000000000001,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"last":0.48199999999999998}]},{"osd":3,"last update":"Wed Nov 8 01:59:08 2023","interfaces":[{"interface":"back","average":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"min":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"last":0.49299999999999999},{"interface":"front","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.74299999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"last":0.38}]},{"osd":4,"last update":"Wed Nov 8 01:59:13 2023","interfaces":[{"interface":"back","average":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"min":{"1min":0.29999999999999999,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"last":0.42999999999999999},{"interface":"front","average":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"min":{"1min":0.31900000000000001,"5min":0.31900000000000001,"15min":0.31900000000000001},"max":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"last":0.46300000000000002}]},{"osd":5,"last update":"Wed Nov 8 01:59:11 2023","interfaces":[{"interface":"back","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"last":0.45300000000000001},{"interface":"front","average":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"min":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"max":{"1min":0.78200000000000003,"5min":0.78200000000000003,"15min":0.78200000000000003},"last":0.53600000000000003}]},{"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.50700000000000001}]},{"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.53000000000000003}]}]},{"osd":5,"up_from":25,"seq":107374182416,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297424,"kb_used_data":328,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443632,"statfs":{"total":95990841344,"available":95686279168,"internally_reserved":0,"allocated":335872,"data_stored":129639,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Nov 8 01:59:10 2023","interfaces":[{"interface":"back","average":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"min":{"1min":0.21199999999999999,"5min":0.21199999999999999,"15min":0.21199999999999999},"max":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"last":0.54200000000000004},{"interface":"front","average":{"1min":0.434,"5min":0.434,"15min":0.434},"min":{"1min":0.30099999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.70599999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"last":0.49399999999999999}]},{"osd":1,"last update":"Wed Nov 8 01:59:10 2023","interfaces":[{"interface":"back","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.436,"5min":0.436,"15min":0.436},"max":{"1min":0.80100000000000005,"5min":0.80100000000000005,"15min":0.80100000000000005},"last":0.68200000000000005},{"interface":"front","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":0.83399999999999996,"5min":0.83399999999999996,"15min":0.83399999999999996},"last":0.72499999999999998}]},{"osd":2,"last update":"Wed Nov 8 01:59:10 2023","interfaces":[{"interface":"back","average":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.74299999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"last":0.52800000000000002},{"interface":"front","average":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.74299999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"last":0.74299999999999999}]},{"osd":3,"last update":"Wed Nov 8 01:59:10 2023","interfaces":[{"interface":"back","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"last":0.57099999999999995},{"interface":"front","average":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.63800000000000001,"5min":0.63800000000000001,"15min":0.63800000000000001},"last":0.624}]},{"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.60399999999999998}]},{"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.76500000000000001}]},{"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.77800000000000002}]}]},{"osd":4,"up_from":28,"seq":120259084303,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297424,"kb_used_data":328,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443632,"statfs":{"total":95990841344,"available":95686279168,"internally_reserved":0,"allocated":335872,"data_stored":129639,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.73899999999999999}]},{"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.35399999999999998}]},{"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.38300000000000001}]},{"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.69899999999999995}]},{"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.61199999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54000000000000004}]},{"osd":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.76400000000000001}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-11-08T01:59:17.487 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph pg dump --format=json 2023-11-08T01:59:18.084 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/mon.smithi001/config 2023-11-08T01:59:18.594 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:18 smithi001 conmon[82545]: audit 2023-11-08T01:59:17.041881 2023-11-08T01:59:18.594 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:18 smithi001 conmon[82545]: +0000 mgr.smithi001.qhtxni (mgr.14180) 138 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:59:18.595 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:18 smithi001 conmon[82545]: cluster 2023-11-08T01:59:17.133775+0000 mgr.smithi001.qhtxni (mgr.14180) 139 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:59:18.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:18 smithi023 conmon[87519]: audit 2023-11-08T01:59:17.041881+0000 mgr.smithi001.qhtxni (mgr.14180) 138 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:59:18.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:18 smithi023 conmon[87519]: cluster 2023-11-08T01:59:17.133775+0000 mgr.smithi001.qhtxni (mgr.14180) 139 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:59:19.360 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T01:59:19.362 INFO:teuthology.orchestra.run.smithi001.stderr:dumped all 2023-11-08T01:59:19.704 INFO:teuthology.orchestra.run.smithi001.stdout:{"pg_ready":true,"pg_map":{"version":115,"stamp":"2023-11-08T01:59:19.133919+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":2379392,"kb_used_data":2624,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747549056,"statfs":{"total":767926730752,"available":765490233344,"internally_reserved":0,"allocated":2686976,"data_stored":1037112,"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":19,"reported_epoch":33,"state":"active+clean","last_fresh":"2023-11-08T01:58:17.491650+0000","last_change":"2023-11-08T01:58:08.258085+0000","last_active":"2023-11-08T01:58:17.491650+0000","last_peered":"2023-11-08T01:58:17.491650+0000","last_clean":"2023-11-08T01:58:17.491650+0000","last_became_active":"2023-11-08T01:58:08.257780+0000","last_became_peered":"2023-11-08T01:58:08.257780+0000","last_unstale":"2023-11-08T01:58:17.491650+0000","last_undegraded":"2023-11-08T01:58:17.491650+0000","last_fullsized":"2023-11-08T01:58:17.491650+0000","mapping_epoch":23,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":24,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-11-08T01:58:06.182739+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-08T01:58:06.182739+0000","last_clean_scrub_stamp":"2023-11-08T01:58:06.182739+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":[1,0,2],"acting":[1,0,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"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":3}],"osd_stats":[{"osd":6,"up_from":33,"seq":141733920783,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297424,"kb_used_data":328,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443632,"statfs":{"total":95990841344,"available":95686279168,"internally_reserved":0,"allocated":335872,"data_stored":129639,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.40000000000000002}]},{"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.46200000000000002}]},{"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.43099999999999999}]},{"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.35499999999999998}]},{"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.42199999999999999}]},{"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.47499999999999998}]},{"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.52500000000000002}]}]},{"osd":7,"up_from":29,"seq":124554051600,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297424,"kb_used_data":328,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443632,"statfs":{"total":95990841344,"available":95686279168,"internally_reserved":0,"allocated":335872,"data_stored":129639,"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.34899999999999998}]},{"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.41699999999999998}]},{"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.42199999999999999}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.45000000000000001}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47599999999999998}]},{"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.56200000000000006}]},{"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.499}]}]},{"osd":1,"up_from":17,"seq":73014444051,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297424,"kb_used_data":328,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443632,"statfs":{"total":95990841344,"available":95686279168,"internally_reserved":0,"allocated":335872,"data_stored":129639,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Nov 8 01:59:05 2023","interfaces":[{"interface":"back","average":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"last":0.55400000000000005},{"interface":"front","average":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"min":{"1min":0.318,"5min":0.318,"15min":0.318},"max":{"1min":0.67600000000000005,"5min":0.67600000000000005,"15min":0.67600000000000005},"last":0.77200000000000002}]},{"osd":2,"last update":"Wed Nov 8 01:59:10 2023","interfaces":[{"interface":"back","average":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"min":{"1min":0.27300000000000002,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.44800000000000001,"5min":0.44800000000000001,"15min":0.44800000000000001},"last":0.307},{"interface":"front","average":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"min":{"1min":0.252,"5min":0.252,"15min":0.252},"max":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"last":0.38900000000000001}]},{"osd":3,"last update":"Wed Nov 8 01:59:10 2023","interfaces":[{"interface":"back","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.72499999999999998,"5min":0.72499999999999998,"15min":0.72499999999999998},"last":0.54500000000000004},{"interface":"front","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"last":0.64500000000000002}]},{"osd":4,"last update":"Wed Nov 8 01:59:14 2023","interfaces":[{"interface":"back","average":{"1min":0.378,"5min":0.378,"15min":0.378},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"last":0.32300000000000001},{"interface":"front","average":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"last":0.33700000000000002}]},{"osd":5,"last update":"Wed Nov 8 01:59:10 2023","interfaces":[{"interface":"back","average":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"last":0.68200000000000005},{"interface":"front","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":0.66200000000000003,"5min":0.66200000000000003,"15min":0.66200000000000003},"last":0.52500000000000002}]},{"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.41599999999999998}]},{"osd":7,"last update":"Wed Nov 8 01:59:14 2023","interfaces":[{"interface":"back","average":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"min":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"last":0.56100000000000005},{"interface":"front","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"max":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"last":0.72299999999999998}]}]},{"osd":0,"up_from":16,"seq":68719476753,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297424,"kb_used_data":328,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443632,"statfs":{"total":95990841344,"available":95686279168,"internally_reserved":0,"allocated":335872,"data_stored":129639,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Wed Nov 8 01:59:02 2023","interfaces":[{"interface":"back","average":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"min":{"1min":0.27700000000000002,"5min":0.27700000000000002,"15min":0.27700000000000002},"max":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"last":0.51500000000000001},{"interface":"front","average":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"last":0.53000000000000003}]},{"osd":2,"last update":"Wed Nov 8 01:59:07 2023","interfaces":[{"interface":"back","average":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.627,"5min":0.627,"15min":0.627},"last":0.56599999999999995},{"interface":"front","average":{"1min":0.499,"5min":0.499,"15min":0.499},"min":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":0.68400000000000005,"5min":0.68400000000000005,"15min":0.68400000000000005},"last":0.60599999999999998}]},{"osd":3,"last update":"Wed Nov 8 01:59:07 2023","interfaces":[{"interface":"back","average":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.68400000000000005,"5min":0.68400000000000005,"15min":0.68400000000000005},"last":0.47899999999999998},{"interface":"front","average":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"min":{"1min":0.25800000000000001,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":0.72099999999999997,"5min":0.72099999999999997,"15min":0.72099999999999997},"last":0.72099999999999997}]},{"osd":4,"last update":"Wed Nov 8 01:59:13 2023","interfaces":[{"interface":"back","average":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.82099999999999995,"5min":0.82099999999999995,"15min":0.82099999999999995},"last":0.63500000000000001},{"interface":"front","average":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.77700000000000002,"5min":0.77700000000000002,"15min":0.77700000000000002},"last":0.75800000000000001}]},{"osd":5,"last update":"Wed Nov 8 01:59:13 2023","interfaces":[{"interface":"back","average":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.85699999999999998,"5min":0.85699999999999998,"15min":0.85699999999999998},"last":0.66500000000000004},{"interface":"front","average":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"min":{"1min":0.443,"5min":0.443,"15min":0.443},"max":{"1min":0.88100000000000001,"5min":0.88100000000000001,"15min":0.88100000000000001},"last":0.74199999999999999}]},{"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.78000000000000003}]},{"osd":7,"last update":"Wed Nov 8 01:59:14 2023","interfaces":[{"interface":"back","average":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":0.93600000000000005,"5min":0.93600000000000005,"15min":0.93600000000000005},"last":0.65400000000000003},{"interface":"front","average":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"min":{"1min":0.443,"5min":0.443,"15min":0.443},"max":{"1min":0.875,"5min":0.875,"15min":0.875},"last":0.68200000000000005}]}]},{"osd":3,"up_from":21,"seq":90194313234,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297424,"kb_used_data":328,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443632,"statfs":{"total":95990841344,"available":95686279168,"internally_reserved":0,"allocated":335872,"data_stored":129639,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Nov 8 01:59:08 2023","interfaces":[{"interface":"back","average":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"min":{"1min":0.223,"5min":0.223,"15min":0.223},"max":{"1min":0.623,"5min":0.623,"15min":0.623},"last":0.40400000000000003},{"interface":"front","average":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"min":{"1min":0.247,"5min":0.247,"15min":0.247},"max":{"1min":1.665,"5min":1.665,"15min":1.665},"last":0.38700000000000001}]},{"osd":1,"last update":"Wed Nov 8 01:59:08 2023","interfaces":[{"interface":"back","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"last":0.51500000000000001},{"interface":"front","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.80600000000000005,"5min":0.80600000000000005,"15min":0.80600000000000005},"last":0.61599999999999999}]},{"osd":2,"last update":"Wed Nov 8 01:59:08 2023","interfaces":[{"interface":"back","average":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.77400000000000002,"5min":0.77400000000000002,"15min":0.77400000000000002},"last":0.67300000000000004},{"interface":"front","average":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":1.7669999999999999,"5min":1.7669999999999999,"15min":1.7669999999999999},"last":0.47299999999999998}]},{"osd":4,"last update":"Wed Nov 8 01:59:12 2023","interfaces":[{"interface":"back","average":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":0.79800000000000004,"5min":0.79800000000000004,"15min":0.79800000000000004},"last":0.55500000000000005},{"interface":"front","average":{"1min":0.622,"5min":0.622,"15min":0.622},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.83499999999999996,"5min":0.83499999999999996,"15min":0.83499999999999996},"last":0.56299999999999994}]},{"osd":5,"last update":"Wed Nov 8 01:59:12 2023","interfaces":[{"interface":"back","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.77200000000000002,"5min":0.77200000000000002,"15min":0.77200000000000002},"last":0.58599999999999997},{"interface":"front","average":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"min":{"1min":0.29299999999999998,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":2.238,"5min":2.238,"15min":2.238},"last":0.64600000000000002}]},{"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.52300000000000002}]},{"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.628}]}]},{"osd":2,"up_from":23,"seq":98784247826,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297424,"kb_used_data":328,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443632,"statfs":{"total":95990841344,"available":95686279168,"internally_reserved":0,"allocated":335872,"data_stored":129639,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Nov 8 01:59:08 2023","interfaces":[{"interface":"back","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.75900000000000001,"5min":0.75900000000000001,"15min":0.75900000000000001},"last":0.47599999999999998},{"interface":"front","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.66200000000000003,"5min":0.66200000000000003,"15min":0.66200000000000003},"last":0.64300000000000002}]},{"osd":1,"last update":"Wed Nov 8 01:59:08 2023","interfaces":[{"interface":"back","average":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"min":{"1min":0.26600000000000001,"5min":0.26600000000000001,"15min":0.26600000000000001},"max":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"last":0.31900000000000001},{"interface":"front","average":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"min":{"1min":0.26100000000000001,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"last":0.33600000000000002}]},{"osd":3,"last update":"Wed Nov 8 01:59:08 2023","interfaces":[{"interface":"back","average":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"min":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"last":0.52800000000000002},{"interface":"front","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.74299999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"last":0.46400000000000002}]},{"osd":4,"last update":"Wed Nov 8 01:59:13 2023","interfaces":[{"interface":"back","average":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"min":{"1min":0.29999999999999999,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"last":0.307},{"interface":"front","average":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"min":{"1min":0.31900000000000001,"5min":0.31900000000000001,"15min":0.31900000000000001},"max":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"last":0.375}]},{"osd":5,"last update":"Wed Nov 8 01:59:11 2023","interfaces":[{"interface":"back","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"last":0.59499999999999997},{"interface":"front","average":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"min":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"max":{"1min":0.78200000000000003,"5min":0.78200000000000003,"15min":0.78200000000000003},"last":0.67400000000000004}]},{"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.44}]},{"osd":7,"last update":"Wed Nov 8 01:59:16 2023","interfaces":[{"interface":"back","average":{"1min":0.61799999999999999,"5min":0.61799999999999999,"15min":0.61799999999999999},"min":{"1min":0.47899999999999998,"5min":0.47899999999999998,"15min":0.47899999999999998},"max":{"1min":0.78800000000000003,"5min":0.78800000000000003,"15min":0.78800000000000003},"last":0.65900000000000003},{"interface":"front","average":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"min":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"max":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.624}]}]},{"osd":5,"up_from":25,"seq":107374182416,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297424,"kb_used_data":328,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443632,"statfs":{"total":95990841344,"available":95686279168,"internally_reserved":0,"allocated":335872,"data_stored":129639,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Nov 8 01:59:10 2023","interfaces":[{"interface":"back","average":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"min":{"1min":0.21199999999999999,"5min":0.21199999999999999,"15min":0.21199999999999999},"max":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"last":0.54200000000000004},{"interface":"front","average":{"1min":0.434,"5min":0.434,"15min":0.434},"min":{"1min":0.30099999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.70599999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"last":0.49399999999999999}]},{"osd":1,"last update":"Wed Nov 8 01:59:10 2023","interfaces":[{"interface":"back","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.436,"5min":0.436,"15min":0.436},"max":{"1min":0.80100000000000005,"5min":0.80100000000000005,"15min":0.80100000000000005},"last":0.68200000000000005},{"interface":"front","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":0.83399999999999996,"5min":0.83399999999999996,"15min":0.83399999999999996},"last":0.72499999999999998}]},{"osd":2,"last update":"Wed Nov 8 01:59:10 2023","interfaces":[{"interface":"back","average":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.74299999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"last":0.52800000000000002},{"interface":"front","average":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.74299999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"last":0.74299999999999999}]},{"osd":3,"last update":"Wed Nov 8 01:59:10 2023","interfaces":[{"interface":"back","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"last":0.57099999999999995},{"interface":"front","average":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.63800000000000001,"5min":0.63800000000000001,"15min":0.63800000000000001},"last":0.624}]},{"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.60399999999999998}]},{"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.76500000000000001}]},{"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.77800000000000002}]}]},{"osd":4,"up_from":28,"seq":120259084304,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297424,"kb_used_data":328,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443632,"statfs":{"total":95990841344,"available":95686279168,"internally_reserved":0,"allocated":335872,"data_stored":129639,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Nov 8 01:59:14 2023","interfaces":[{"interface":"back","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":0.73899999999999999,"5min":0.73899999999999999,"15min":0.73899999999999999},"last":0.51500000000000001},{"interface":"front","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.97799999999999998,"5min":0.97799999999999998,"15min":0.97799999999999998},"last":0.69199999999999995}]},{"osd":1,"last update":"Wed Nov 8 01:59:14 2023","interfaces":[{"interface":"back","average":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"min":{"1min":0.27300000000000002,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"last":0.28000000000000003},{"interface":"front","average":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"min":{"1min":0.28299999999999997,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"last":0.27000000000000002}]},{"osd":2,"last update":"Wed Nov 8 01:59:14 2023","interfaces":[{"interface":"back","average":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"min":{"1min":0.30099999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":1.038,"5min":1.038,"15min":1.038},"last":0.316},{"interface":"front","average":{"1min":0.47699999999999998,"5min":0.47699999999999998,"15min":0.47699999999999998},"min":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":1.218,"5min":1.218,"15min":1.218},"last":0.32800000000000001}]},{"osd":3,"last update":"Wed Nov 8 01:59:14 2023","interfaces":[{"interface":"back","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.96499999999999997,"5min":0.96499999999999997,"15min":0.96499999999999997},"last":0.71599999999999997},{"interface":"front","average":{"1min":0.624,"5min":0.624,"15min":0.624},"min":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"max":{"1min":0.878,"5min":0.878,"15min":0.878},"last":0.623}]},{"osd":5,"last update":"Wed Nov 8 01:59:14 2023","interfaces":[{"interface":"back","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.434,"5min":0.434,"15min":0.434},"max":{"1min":0.91200000000000003,"5min":0.91200000000000003,"15min":0.91200000000000003},"last":0.80800000000000005},{"interface":"front","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":0.80300000000000005,"5min":0.80300000000000005,"15min":0.80300000000000005},"last":0.58199999999999996}]},{"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.36599999999999999}]},{"osd":7,"last update":"Wed Nov 8 01:59:14 2023","interfaces":[{"interface":"back","average":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"min":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"max":{"1min":0.81899999999999995,"5min":0.81899999999999995,"15min":0.81899999999999995},"last":0.56100000000000005},{"interface":"front","average":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"min":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"max":{"1min":0.94499999999999995,"5min":0.94499999999999995,"15min":0.94499999999999995},"last":0.76400000000000001}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-11-08T01:59:19.706 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-11-08T01:59:19.706 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-11-08T01:59:19.706 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-11-08T01:59:19.707 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph health --format=json 2023-11-08T01:59:20.304 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/mon.smithi001/config 2023-11-08T01:59:20.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:20 smithi023 conmon[87519]: cluster 2023-11-08T01:59:19.134072+0000 mgr.smithi001.qhtxni (mgr.14180) 140 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:59:20.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:20 smithi023 conmon[87519]: audit 2023-11-08T01:59:19.357589+0000 mgr.smithi001.qhtxni (mgr.14180) 141 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:59:20.844 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:20 smithi001 conmon[82545]: cluster 2023-11-08T01:59:19.134072+0000 mgr.smithi001.qhtxni (mgr.14180) 140 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:59:20.845 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:20 smithi001 conmon[82545]: audit 2023-11-08T01:59:19.357589+0000 mgr.smithi001.qhtxni (mgr.14180) 141 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:59:21.681 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T01:59:22.121 INFO:teuthology.orchestra.run.smithi001.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-11-08T01:59:22.122 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-11-08T01:59:22.122 INFO:tasks.cephadm:Setup complete, yielding 2023-11-08T01:59:22.122 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-08T01:59:22.136 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi001.front.sepia.ceph.com 2023-11-08T01:59:22.138 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- bash -c 'ceph orch status' 2023-11-08T01:59:22.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:22 smithi023 conmon[87519]: cluster 2023-11-08T01:59:21.134351+0000 mgr.smithi001.qhtxni (mgr.14180) 142 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:59:22.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:22 smithi023 conmon[87519]: audit 2023-11-08T01:59:21.680109+0000 mon.smithi001 (mon.0) 574 : audit [DBG] from='client.? 172.21.15.1:0/2205610646' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-08T01:59:22.822 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:22 smithi001 conmon[82545]: cluster 2023-11-08T01:59:21.134351+0000 mgr.smithi001.qhtxni (mgr.14180) 142 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:59:22.823 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:22 smithi001 conmon[82545]: audit 2023-11-08T01:59:21.680109+0000 mon.smithi001 (mon.0) 574 : audit [DBG] from='client.? 172.21.15.1:0/2205610646' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-08T01:59:23.819 INFO:teuthology.orchestra.run.smithi001.stdout:Backend: cephadm 2023-11-08T01:59:23.819 INFO:teuthology.orchestra.run.smithi001.stdout:Available: Yes 2023-11-08T01:59:23.820 INFO:teuthology.orchestra.run.smithi001.stdout:Paused: No 2023-11-08T01:59:24.171 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- bash -c 'ceph orch ps' 2023-11-08T01:59:24.733 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:24 smithi001 conmon[82545]: cluster 2023-11-08T01:59:23.134694+0000 mgr.smithi001.qhtxni (mgr.14180) 143 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:59:24.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:24 smithi023 conmon[87519]: cluster 2023-11-08T01:59:23.134694+0000 mgr.smithi001.qhtxni (mgr.14180) 143 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:59:25.762 INFO:teuthology.orchestra.run.smithi001.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-08T01:59:25.762 INFO:teuthology.orchestra.run.smithi001.stdout:alertmanager.smithi001 smithi001 *:9093,9094 running (2m) 64s ago 3m - - 0.23.0 ba2b418f427c ec831b37d52c 2023-11-08T01:59:25.762 INFO:teuthology.orchestra.run.smithi001.stdout:crash.smithi001 smithi001 running (3m) 64s ago 3m - - 16.2.14-129-gcfb6fd52 450c989a0092 d9093cf78376 2023-11-08T01:59:25.763 INFO:teuthology.orchestra.run.smithi001.stdout:crash.smithi023 smithi023 running (2m) 67s ago 2m 7415k - 16.2.14-129-gcfb6fd52 450c989a0092 d16ba384384e 2023-11-08T01:59:25.763 INFO:teuthology.orchestra.run.smithi001.stdout:grafana.smithi001 smithi001 *:3000 running (2m) 64s ago 3m - - 8.3.5 dad864ee21e9 4851ecc4c167 2023-11-08T01:59:25.763 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.smithi001.qhtxni smithi001 *:9283 running (4m) 64s ago 4m - - 16.2.14-129-gcfb6fd52 450c989a0092 00a6e5c0342e 2023-11-08T01:59:25.763 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.smithi023.qdxjtc smithi023 *:8443,9283 running (2m) 67s ago 2m 396M - 16.2.14-129-gcfb6fd52 450c989a0092 8fcf5b642672 2023-11-08T01:59:25.764 INFO:teuthology.orchestra.run.smithi001.stdout:mon.smithi001 smithi001 running (4m) 64s ago 4m - 2048M 16.2.14-129-gcfb6fd52 450c989a0092 9491da4e1a95 2023-11-08T01:59:25.764 INFO:teuthology.orchestra.run.smithi001.stdout:mon.smithi023 smithi023 running (2m) 67s ago 2m 63.6M 2048M 16.2.14-129-gcfb6fd52 450c989a0092 7edd5e269979 2023-11-08T01:59:25.764 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.smithi001 smithi001 *:9100 running (3m) 64s ago 3m - - 1.3.1 1dbe0e931976 7a8c4ef3a2cf 2023-11-08T01:59:25.764 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.smithi023 smithi023 *:9100 running (2m) 67s ago 2m 22.0M - 1.3.1 1dbe0e931976 9d3efd34adc0 2023-11-08T01:59:25.764 INFO:teuthology.orchestra.run.smithi001.stdout:osd.0 smithi023 running (91s) 67s ago 91s 29.4M 4004M 16.2.14-129-gcfb6fd52 450c989a0092 330cf26db1d9 2023-11-08T01:59:25.765 INFO:teuthology.orchestra.run.smithi001.stdout:osd.1 smithi001 running (89s) 64s ago 89s - 3237M 16.2.14-129-gcfb6fd52 450c989a0092 18cce018fd01 2023-11-08T01:59:25.765 INFO:teuthology.orchestra.run.smithi001.stdout:osd.2 smithi001 running (85s) 64s ago 84s - 3237M 16.2.14-129-gcfb6fd52 450c989a0092 7143606b47fc 2023-11-08T01:59:25.765 INFO:teuthology.orchestra.run.smithi001.stdout:osd.3 smithi023 running (86s) 67s ago 86s 31.4M 4004M 16.2.14-129-gcfb6fd52 450c989a0092 793e10a69146 2023-11-08T01:59:25.765 INFO:teuthology.orchestra.run.smithi001.stdout:osd.4 smithi001 running (79s) 64s ago 79s - 3237M 16.2.14-129-gcfb6fd52 450c989a0092 c6e85820c87b 2023-11-08T01:59:25.766 INFO:teuthology.orchestra.run.smithi001.stdout:osd.5 smithi023 running (82s) 67s ago 82s 28.7M 4004M 16.2.14-129-gcfb6fd52 450c989a0092 f35edf6f9a55 2023-11-08T01:59:25.766 INFO:teuthology.orchestra.run.smithi001.stdout:osd.6 smithi001 running (74s) 64s ago 74s - 3237M 16.2.14-129-gcfb6fd52 450c989a0092 c072b799c663 2023-11-08T01:59:25.766 INFO:teuthology.orchestra.run.smithi001.stdout:osd.7 smithi023 running (78s) 67s ago 77s 29.3M 4004M 16.2.14-129-gcfb6fd52 450c989a0092 b327427e5578 2023-11-08T01:59:25.766 INFO:teuthology.orchestra.run.smithi001.stdout:prometheus.smithi001 smithi001 *:9095 running (2m) 64s ago 2m - - 2.33.4 514e6a882f6e 0bef1c714d84 2023-11-08T01:59:25.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:25 smithi023 conmon[87519]: audit 2023-11-08T01:59:23.818504+0000 mgr.smithi001.qhtxni (mgr.14180) 144 : audit [DBG] from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:59:25.789 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:25 smithi001 conmon[82545]: audit 2023-11-08T01:59:23.818504+0000 mgr.smithi001.qhtxni 2023-11-08T01:59:25.789 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:25 smithi001 conmon[82545]: (mgr.14180) 144 : audit [DBG] from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:59:26.121 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- bash -c 'ceph orch ls' 2023-11-08T01:59:26.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:26 smithi023 conmon[87519]: cluster 2023-11-08T01:59:25.135039+0000 mgr.smithi001.qhtxni (mgr.14180) 145 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:59:26.804 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:26 smithi001 conmon[82545]: cluster 2023-11-08T01:59:25.135039+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T01:59:26.804 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:26 smithi001 conmon[82545]: 145 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:59:27.744 INFO:teuthology.orchestra.run.smithi001.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-11-08T01:59:27.744 INFO:teuthology.orchestra.run.smithi001.stdout:alertmanager ?:9093,9094 1/1 66s ago 4m count:1 2023-11-08T01:59:27.745 INFO:teuthology.orchestra.run.smithi001.stdout:crash 2/2 69s ago 4m * 2023-11-08T01:59:27.745 INFO:teuthology.orchestra.run.smithi001.stdout:grafana ?:3000 1/1 66s ago 4m count:1 2023-11-08T01:59:27.745 INFO:teuthology.orchestra.run.smithi001.stdout:mgr 2/2 69s ago 4m count:2 2023-11-08T01:59:27.745 INFO:teuthology.orchestra.run.smithi001.stdout:mon 2/2 69s ago 2m smithi001:172.21.15.1=smithi001;smithi023:172.21.15.23=smithi023;count:2 2023-11-08T01:59:27.745 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter ?:9100 2/2 69s ago 4m * 2023-11-08T01:59:27.746 INFO:teuthology.orchestra.run.smithi001.stdout:osd.all-available-devices 8 69s ago 2m * 2023-11-08T01:59:27.746 INFO:teuthology.orchestra.run.smithi001.stdout:prometheus ?:9095 1/1 66s ago 4m count:1 2023-11-08T01:59:27.765 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:27 smithi001 conmon[82545]: audit 2023-11-08T01:59:25.752907+0000 mgr.smithi001.qhtxni (mgr.14180) 146 : audit [DBG] from='client.14524 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:59:27.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:27 smithi023 conmon[87519]: audit 2023-11-08T01:59:25.752907+0000 mgr.smithi001.qhtxni (mgr.14180) 146 : audit [DBG] from='client.14524 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:59:28.067 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- bash -c 'ceph orch host ls' 2023-11-08T01:59:28.768 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:28 smithi001 conmon[82545]: cluster 2023-11-08T01:59:27.135330+0000 2023-11-08T01:59:28.768 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:28 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 147 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:59:28.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:28 smithi023 conmon[87519]: cluster 2023-11-08T01:59:27.135330+0000 mgr.smithi001.qhtxni (mgr.14180) 147 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:59:29.734 INFO:teuthology.orchestra.run.smithi001.stdout:HOST ADDR LABELS STATUS 2023-11-08T01:59:29.735 INFO:teuthology.orchestra.run.smithi001.stdout:smithi001 172.21.15.1 2023-11-08T01:59:29.735 INFO:teuthology.orchestra.run.smithi001.stdout:smithi023 172.21.15.23 2023-11-08T01:59:29.735 INFO:teuthology.orchestra.run.smithi001.stdout:2 hosts in cluster 2023-11-08T01:59:29.756 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:29 smithi001 conmon[82545]: audit 2023-11-08T01:59:27.740308+0000 mgr.smithi001.qhtxni (mgr.14180) 148 : audit [DBG] from='client.14528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:59:29.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:29 smithi023 conmon[87519]: audit 2023-11-08T01: 2023-11-08T01:59:29.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:29 smithi023 conmon[87519]: 59:27.740308+0000 mgr.smithi001.qhtxni (mgr.14180) 148 : audit [DBG] from='client.14528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:59:30.102 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- bash -c 'ceph orch device ls' 2023-11-08T01:59:30.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:30 smithi023 conmon[87519]: cluster 2023-11-08T01:59:29.135677+0000 mgr.smithi001.qhtxni (mgr.14180) 149 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:59:30.830 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:30 smithi001 conmon[82545]: cluster 2023-11-08T01:59:29.135677+0000 2023-11-08T01:59:30.830 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:30 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 149 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:59:31.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:31 smithi001 conmon[82545]: audit 2023-11-08T01:59:29.733845+0000 2023-11-08T01:59:31.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:31 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 150 : audit [DBG] from='client.14532 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:59:31.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:31 smithi023 conmon[87519]: audit 2023-11-08T01:59:29.733845+0000 mgr.smithi001.qhtxni (mgr.14180) 150 : audit [DBG] from='client.14532 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:59:31.808 INFO:teuthology.orchestra.run.smithi001.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-11-08T01:59:31.808 INFO:teuthology.orchestra.run.smithi001.stdout:smithi001 /dev/nvme0n1 ssd INTEL SSDPED1D480GA_PHMB7513000D480DGN 447G 66s ago LVM detected, locked 2023-11-08T01:59:31.809 INFO:teuthology.orchestra.run.smithi001.stdout:smithi001 /dev/nvme1n1 ssd Linux_ac51ec9c42d3426c312e 89.4G 66s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T01:59:31.809 INFO:teuthology.orchestra.run.smithi001.stdout:smithi001 /dev/nvme2n1 ssd Linux_cec53cc148808b5b56f2 89.4G 66s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T01:59:31.809 INFO:teuthology.orchestra.run.smithi001.stdout:smithi001 /dev/nvme3n1 ssd Linux_fe2544f39153cf033f0d 89.4G 66s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T01:59:31.809 INFO:teuthology.orchestra.run.smithi001.stdout:smithi001 /dev/nvme4n1 ssd Linux_30e6d3678b2318e5b0fe 89.4G 66s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T01:59:31.810 INFO:teuthology.orchestra.run.smithi001.stdout:smithi023 /dev/nvme0n1 ssd INTEL SSDPEDKE040T7_BTLE736103B14P0KGN 3726G 70s ago LVM detected, locked 2023-11-08T01:59:31.810 INFO:teuthology.orchestra.run.smithi001.stdout:smithi023 /dev/nvme1n1 ssd Linux_b8284c44baeff8846abf 89.4G 70s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T01:59:31.810 INFO:teuthology.orchestra.run.smithi001.stdout:smithi023 /dev/nvme2n1 ssd Linux_9235debf8224e27b7b20 89.4G 70s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T01:59:31.810 INFO:teuthology.orchestra.run.smithi001.stdout:smithi023 /dev/nvme3n1 ssd Linux_6eea63a7a3d5bad296bb 89.4G 70s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T01:59:31.811 INFO:teuthology.orchestra.run.smithi001.stdout:smithi023 /dev/nvme4n1 ssd Linux_11007776f560f1bff389 89.4G 70s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T01:59:32.148 INFO:teuthology.run_tasks:Running task vip... 2023-11-08T01:59:32.159 INFO:tasks.vip:Allocating static IPs for each host... 2023-11-08T01:59:32.160 INFO:tasks.vip:peername 172.21.15.1 2023-11-08T01:59:32.164 INFO:tasks.vip:172.21.15.1 in 172.21.0.0/20, pos 3840 2023-11-08T01:59:32.168 INFO:tasks.vip:smithi001.front.sepia.ceph.com static 10.0.15.1, vnet 10.0.0.0/16 2023-11-08T01:59:32.168 INFO:tasks.vip:VIPs are {map(str, vips)} 2023-11-08T01:59:32.169 DEBUG:teuthology.orchestra.run.smithi001:> sudo ip route ls 2023-11-08T01:59:32.196 INFO:teuthology.orchestra.run.smithi001.stdout:default via 172.21.15.254 dev ens1f0 proto dhcp metric 100 2023-11-08T01:59:32.196 INFO:teuthology.orchestra.run.smithi001.stdout:172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.1 metric 100 2023-11-08T01:59:32.197 INFO:tasks.vip:Configuring 10.0.15.1 on smithi001.front.sepia.ceph.com iface ens1f0... 2023-11-08T01:59:32.198 DEBUG:teuthology.orchestra.run.smithi001:> sudo ip addr add 10.0.15.1/16 dev ens1f0 2023-11-08T01:59:32.263 INFO:tasks.vip:peername 172.21.15.23 2023-11-08T01:59:32.266 INFO:tasks.vip:172.21.15.23 in 172.21.0.0/20, pos 3862 2023-11-08T01:59:32.272 INFO:tasks.vip:smithi023.front.sepia.ceph.com static 10.0.15.23, vnet 10.0.0.0/16 2023-11-08T01:59:32.272 DEBUG:teuthology.orchestra.run.smithi023:> sudo ip route ls 2023-11-08T01:59:32.311 INFO:teuthology.orchestra.run.smithi023.stdout:default via 172.21.15.254 dev ens1f0 proto dhcp metric 100 2023-11-08T01:59:32.311 INFO:teuthology.orchestra.run.smithi023.stdout:172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.23 metric 100 2023-11-08T01:59:32.312 INFO:tasks.vip:Configuring 10.0.15.23 on smithi023.front.sepia.ceph.com iface ens1f0... 2023-11-08T01:59:32.312 DEBUG:teuthology.orchestra.run.smithi023:> sudo ip addr add 10.0.15.23/16 dev ens1f0 2023-11-08T01:59:32.383 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-08T01:59:32.392 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi001.front.sepia.ceph.com 2023-11-08T01:59:32.393 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- bash -c 'ceph orch device ls --refresh' 2023-11-08T01:59:32.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:32 smithi001 conmon[82545]: cluster 2023-11-08T01:59:31.135951+0000 mgr.smithi001.qhtxni (mgr.14180) 151 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:59:32.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:32 smithi023 conmon[87519]: cluster 2023-11-08T01:59:31.135951+0000 mgr.smithi001.qhtxni (mgr.14180) 151 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:59:33.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:33 smithi023 conmon[87519]: audit 2023-11-08T01:59:31.806215+0000 mgr.smithi001.qhtxni (mgr.14180) 152 : audit [DBG] from='client.14536 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:59:33.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:33 smithi001 conmon[82545]: audit 2023-11-08T01:59:31.806215+0000 mgr.smithi001.qhtxni (mgr 2023-11-08T01:59:33.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:33 smithi001 conmon[82545]: .14180) 152 : audit [DBG] from='client.14536 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:59:33.974 INFO:teuthology.orchestra.run.smithi001.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-11-08T01:59:33.974 INFO:teuthology.orchestra.run.smithi001.stdout:smithi001 /dev/nvme0n1 ssd INTEL SSDPED1D480GA_PHMB7513000D480DGN 447G 69s ago LVM detected, locked 2023-11-08T01:59:33.974 INFO:teuthology.orchestra.run.smithi001.stdout:smithi001 /dev/nvme1n1 ssd Linux_ac51ec9c42d3426c312e 89.4G 69s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T01:59:33.974 INFO:teuthology.orchestra.run.smithi001.stdout:smithi001 /dev/nvme2n1 ssd Linux_cec53cc148808b5b56f2 89.4G 69s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T01:59:33.975 INFO:teuthology.orchestra.run.smithi001.stdout:smithi001 /dev/nvme3n1 ssd Linux_fe2544f39153cf033f0d 89.4G 69s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T01:59:33.975 INFO:teuthology.orchestra.run.smithi001.stdout:smithi001 /dev/nvme4n1 ssd Linux_30e6d3678b2318e5b0fe 89.4G 69s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T01:59:33.975 INFO:teuthology.orchestra.run.smithi001.stdout:smithi023 /dev/nvme0n1 ssd INTEL SSDPEDKE040T7_BTLE736103B14P0KGN 3726G 72s ago LVM detected, locked 2023-11-08T01:59:33.975 INFO:teuthology.orchestra.run.smithi001.stdout:smithi023 /dev/nvme1n1 ssd Linux_b8284c44baeff8846abf 89.4G 72s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T01:59:33.975 INFO:teuthology.orchestra.run.smithi001.stdout:smithi023 /dev/nvme2n1 ssd Linux_9235debf8224e27b7b20 89.4G 72s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T01:59:33.976 INFO:teuthology.orchestra.run.smithi001.stdout:smithi023 /dev/nvme3n1 ssd Linux_6eea63a7a3d5bad296bb 89.4G 72s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T01:59:33.976 INFO:teuthology.orchestra.run.smithi001.stdout:smithi023 /dev/nvme4n1 ssd Linux_11007776f560f1bff389 89.4G 72s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T01:59:34.429 INFO:teuthology.run_tasks:Running task vip.exec... 2023-11-08T01:59:34.440 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi001.front.sepia.ceph.com 2023-11-08T01:59:34.440 DEBUG:teuthology.orchestra.run.smithi001:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-11-08T01:59:34.470 INFO:teuthology.orchestra.run.smithi001.stderr:+ systemctl stop nfs-server 2023-11-08T01:59:34.478 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi023.front.sepia.ceph.com 2023-11-08T01:59:34.478 DEBUG:teuthology.orchestra.run.smithi023:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-11-08T01:59:34.505 INFO:teuthology.orchestra.run.smithi023.stderr:+ systemctl stop nfs-server 2023-11-08T01:59:34.511 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-08T01:59:34.521 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi001.front.sepia.ceph.com 2023-11-08T01:59:34.521 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- bash -c 'ceph orch apply rgw foorgw --port 8800' 2023-11-08T01:59:34.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:34 smithi001 conmon[82545]: cluster 2023-11-08T01:59:33.136392+0000 mgr.smithi001.qhtxni (mgr.14180) 153 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:59:34.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:34 smithi001 conmon[82545]: audit 2023-11-08T01:59:33.852223+0000 mon.smithi001 (mon.0) 575 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T01:59:34.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:34 smithi023 conmon[87519]: cluster 2023-11-08T01:59:33.136392 2023-11-08T01:59:34.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:34 smithi023 conmon[87519]: +0000 mgr.smithi001.qhtxni (mgr.14180) 153 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:59:34.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:34 smithi023 conmon[87519]: audit 2023-11-08 2023-11-08T01:59:34.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:34 smithi023 conmon[87519]: T01:59:33.852223+0000 mon.smithi001 (mon.0) 575 : audit [DBG] 2023-11-08T01:59:34.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:34 smithi023 conmon[87519]: from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T01:59:35.684 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:35 smithi001 conmon[82545]: audit 2023-11-08T01:59:33 2023-11-08T01:59:35.684 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:35 smithi001 conmon[82545]: .971618+0000 mgr.smithi001.qhtxni (mgr.14180) 154 : audit [DBG] from='client.14540 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:59:35.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:35 smithi023 conmon[87519]: audit 2023-11-08T01:59:33.971618+0000 mgr.smithi001.qhtxni (mgr.14180) 154 : audit [DBG] from='client.14540 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:59:36.663 INFO:teuthology.orchestra.run.smithi001.stdout:Scheduled rgw.foorgw update... 2023-11-08T01:59:36.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:36 smithi023 conmon[87519]: cluster 2023-11-08T01:59:35.136900+0000 mgr.smithi001.qhtxni (mgr.14180) 155 2023-11-08T01:59:36.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:36 smithi023 conmon[87519]: : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:59:36.867 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:36 smithi001 conmon[82545]: cluster 2023-11-08T01:59:35.136900+0000 mgr.smithi001.qhtxni (mgr.14180 2023-11-08T01:59:36.867 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:36 smithi001 conmon[82545]: ) 155 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:59:37.122 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.1/16' 2023-11-08T01:59:37.895 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:37 smithi023 conmon[87519]: audit 2023-11-08T01:59 2023-11-08T01:59:37.895 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:37 smithi023 conmon[87519]: :36.657667+0000 mgr.smithi001.qhtxni (mgr.14180) 156 : audit [DBG] from='client.14544 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:59:37.895 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:37 smithi023 conmon[87519]: cephadm 2023-11-08T01:59:36.658693+0000 mgr.smithi001.qhtxni (mgr.14180) 157 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2023-11-08T01:59:37.895 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:37 smithi023 conmon[87519]: audit 2023-11-08T01:59:37.896 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:37 smithi023 conmon[87519]: 2023-11-08T01: 2023-11-08T01:59:37.896 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:37 smithi023 conmon[87519]: 59:36.661962+0000 mon.smithi001 2023-11-08T01:59:37.896 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:37 smithi023 conmon[87519]: (mon.0) 576 : audit 2023-11-08T01:59:37.896 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:37 smithi023 conmon[87519]: [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:59:37.896 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:37 smithi023 conmon[87519]: audit 2023-11-08T01:59:37.897 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:37 smithi023 conmon[87519]: 2023-11-08T01: 2023-11-08T01:59:37.897 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:37 smithi023 conmon[87519]: 59:36.787531+0000 mon.smithi001 2023-11-08T01:59:37.897 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:37 smithi023 conmon[87519]: (mon.0) 577 : audit 2023-11-08T01:59:37.897 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:37 smithi023 conmon[87519]: [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:59:37.897 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:37 smithi023 conmon[87519]: cluster 2023-11-08T01:59:37.898 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:37 smithi023 conmon[87519]: 2023-11-08T01 2023-11-08T01:59:37.898 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:37 smithi023 conmon[87519]: :59:37.137224+0000 2023-11-08T01:59:37.898 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:37 smithi023 conmon[87519]: mgr.smithi001.qhtxni (mgr.14180) 158 : 2023-11-08T01:59:37.898 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:37 smithi023 conmon[87519]: cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:59:37.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:37 smithi001 conmon[82545]: audit 2023-11-08T01:59:36.657667+0000 mgr.smithi001.qhtxni (mgr.14180) 156 : audit [DBG] from='client.14544 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:59:37.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:37 smithi001 conmon[82545]: cephadm 2023-11-08T01:59:36.658693+0000 mgr.smithi001.qhtxni (mgr.14180) 157 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2023-11-08T01:59:37.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:37 smithi001 conmon[82545]: audit 2023-11-08T01:59:36.661962+0000 mon.smithi001 (mon.0) 576 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:59:37.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:37 smithi001 conmon[82545]: audit 2023-11-08T01:59:36.787531+0000 mon.smithi001 (mon.0) 577 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:59:37.958 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:37 smithi001 conmon[82545]: cluster 2023-11-08T01:59:37.137224+0000 mgr.smithi001.qhtxni (mgr.14180) 158 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:59:39.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:39 smithi001 conmon[82545]: audit 2023-11-08T01:59:39.110650+0000 mgr.smithi001.qhtxni (mgr.14180) 159 : audit [DBG] from='client.14548 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.1/16", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:59:39.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:39 smithi001 conmon[82545]: audit 2023-11-08T01:59:39.111839+0000 mon.smithi001 (mon.0) 578 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-11-08T01:59:39.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:39 smithi001 conmon[82545]: cluster 2023-11-08T01:59:39.137499+0000 mgr.smithi001.qhtxni (mgr.14180) 160 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:59:40.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:39 smithi023 conmon[87519]: audit 2023-11-08T01:59:39.110650+0000 mgr.smithi001.qhtxni (mgr.14180) 159 : audit [DBG] from='client.14548 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.1/16", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:59:40.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:39 smithi023 conmon[87519]: audit 2023-11-08T01:59:39.111839+0000 mon.smithi001 (mon.0) 578 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-11-08T01:59:40.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:39 smithi023 conmon[87519]: cluster 2023-11-08T01:59:39.137499+0000 mgr.smithi001.qhtxni (mgr.14180) 160 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:59:40.637 INFO:teuthology.orchestra.run.smithi001.stdout:NFS Cluster Created Successfully 2023-11-08T01:59:40.900 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:40 smithi001 conmon[82545]: audit 2023-11-08T01:59:39.604742+0000 mon.smithi001 (mon.0) 579 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-11-08T01:59:40.901 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:40 smithi001 conmon[82545]: cluster 2023-11-08T01:59:39.604793+0000 mon.smithi001 (mon.0) 580 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2023-11-08T01:59:40.901 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:40 smithi001 conmon[82545]: audit 2023-11-08T01:59:39.606535+0000 mon.smithi001 (mon.0) 581 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-11-08T01:59:40.901 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:40 smithi001 conmon[82545]: audit 2023-11-08T01:59:39.797893+0000 mon.smithi001 (mon.0) 582 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:59:40.902 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:40 smithi001 conmon[82545]: audit 2023-11-08T01:59:40.018740+0000 mon.smithi001 (mon.0) 583 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:59:40.902 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:40 smithi001 conmon[82545]: audit 2023-11- 2023-11-08T01:59:40.902 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:40 smithi001 conmon[82545]: 08T01:59:40.606055+0000 mon.smithi001 (mon.0) 584 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-11-08T01:59:40.902 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:40 smithi001 conmon[82545]: cluster 2023-11-08T01:59:40.606252+0000 mon.smithi001 (mon.0) 585 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2023-11-08T01:59:41.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:40 smithi023 conmon[87519]: audit 2023-11-08T01:59 2023-11-08T01:59:41.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:40 smithi023 conmon[87519]: :39.604742+0000 mon.smithi001 (mon.0) 579 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-11-08T01:59:41.030 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:40 smithi023 conmon[87519]: cluster 2023-11-08T01:59:39.604793+0000 mon.smithi001 (mon.0) 580 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2023-11-08T01:59:41.030 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:40 smithi023 conmon[87519]: audit 2023-11-08T01:59:39.606535+0000 mon.smithi001 (mon.0) 581 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-11-08T01:59:41.030 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:40 smithi023 conmon[87519]: audit 2023-11-08T01:59:39.797893+0000 mon.smithi001 (mon.0) 582 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:59:41.030 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:40 smithi023 conmon[87519]: audit 2023-11-08T01:59:40.018740+0000 mon.smithi001 (mon.0) 583 : audit [INF] 2023-11-08T01:59:41.030 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:40 smithi023 conmon[87519]: from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:59:41.031 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:40 smithi023 conmon[87519]: audit 2023-11-08T01:59:40.606055+0000 mon.smithi001 (mon.0) 584 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-11-08T01:59:41.031 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:40 smithi023 conmon[87519]: cluster 2023-11-08T01:59:40.606252+0000 mon.smithi001 (mon.0) 585 : cluster [DBG] 2023-11-08T01:59:41.031 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:40 smithi023 conmon[87519]: osdmap e36: 8 total, 8 up, 8 in 2023-11-08T01:59:41.134 INFO:teuthology.run_tasks:Running task vip.exec... 2023-11-08T01:59:41.147 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi001.front.sepia.ceph.com 2023-11-08T01:59:41.147 DEBUG:teuthology.orchestra.run.smithi001:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'dnf install -y python3-boto3 || apt install -y python3-boto3' 2023-11-08T01:59:41.186 INFO:teuthology.orchestra.run.smithi001.stderr:+ dnf install -y python3-boto3 2023-11-08T01:59:41.556 INFO:teuthology.orchestra.run.smithi001.stdout:Updating Subscription Management repositories. 2023-11-08T01:59:41.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:41 smithi001 conmon[82545]: cephadm 2023-11-08T01:59:40.629984+0000 mgr.smithi001.qhtxni (mgr 2023-11-08T01:59:41.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:41 smithi001 conmon[82545]: .14180) 161 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2023-11-08T01:59:41.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:41 smithi001 conmon[82545]: audit 2023-11-08T01:59:40.633187+0000 mon.smithi001 (mon.0) 586 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:59:41.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:41 smithi001 conmon[82545]: cephadm 2023-11-08T01:59:40.634361+0000 mgr.smithi001.qhtxni (mgr.14180) 162 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2023-11-08T01:59:41.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:41 smithi001 conmon[82545]: audit 2023-11-08T01:59:40.636807+0000 mon.smithi001 (mon.0) 587 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:59:41.958 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:41 smithi001 conmon[82545]: cluster 2023-11-08T01:59:41.137981+0000 mgr.smithi001.qhtxni (mgr.14180) 163 : cluster [DBG] pgmap v128: 33 pgs: 3 creating+peering, 1 active+clean, 29 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:59:41.958 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:41 smithi001 conmon[82545]: cluster 2023-11-08T01:59:41.606903+0000 mon.smithi001 (mon.0) 588 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2023-11-08T01:59:42.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:41 smithi023 conmon[87519]: cephadm 2023-11-08T01:59:40.629984+0000 mgr.smithi001.qhtxni (mgr.14180) 161 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2023-11-08T01:59:42.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:41 smithi023 conmon[87519]: audit 2023-11-08T01:59:40.633187+0000 mon.smithi001 (mon.0) 586 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:59:42.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:41 smithi023 conmon[87519]: cephadm 2023-11-08T01:59:40.634361+0000 mgr.smithi001.qhtxni (mgr.14180) 162 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2023-11-08T01:59:42.030 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:41 smithi023 conmon[87519]: audit 2023-11-08T01:59:40.636807+0000 mon.smithi001 (mon.0) 587 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:59:42.030 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:41 smithi023 conmon[87519]: cluster 2023-11-08T01:59:41.137981+0000 mgr.smithi001.qhtxni (mgr.14180) 163 : cluster [DBG] pgmap v128: 33 pgs: 3 creating+peering, 1 active+clean, 29 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:59:42.030 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:41 smithi023 conmon[87519]: cluster 2023-11-08T01:59:41.606903+0000 mon.smithi001 (mon.0) 588 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2023-11-08T01:59:42.847 INFO:teuthology.orchestra.run.smithi001.stdout:Last metadata expiration check: 0:07:32 ago on Wed 08 Nov 2023 01:52:10 AM UTC. 2023-11-08T01:59:43.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:43 smithi001 conmon[82545]: cluster 2023-11-08T01:59:42.648173+0000 mon.smithi001 ( 2023-11-08T01:59:43.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:43 smithi001 conmon[82545]: mon.0) 589 : cluster [DBG] mgrmap e19: smithi001.qhtxni(active, since 3m), standbys: smithi023.qdxjtc 2023-11-08T01:59:43.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:43 smithi001 conmon[82545]: cluster 2023-11-08T01:59:43.138334+0000 mgr.smithi001.qhtxni (mgr.14180) 164 : cluster [DBG] pgmap v130: 33 pgs: 3 creating+peering, 10 active+clean, 20 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:59:43.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:43 smithi001 conmon[82545]: audit 2023-11-08T01:59:43.343407+0000 mon.smithi001 (mon.0) 590 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:59:44.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:43 smithi023 conmon[87519]: cluster 2023-11-08T01:59:42.648173+0000 mon.smithi001 (mon.0) 589 : cluster [DBG] mgrmap e19: smithi001.qhtxni(active, since 3m), standbys: smithi023.qdxjtc 2023-11-08T01:59:44.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:43 smithi023 conmon[87519]: cluster 2023-11-08T01:59:43.138334+0000 mgr.smithi001.qhtxni (mgr.14180) 164 : cluster [DBG] pgmap v130: 33 pgs: 3 creating+peering, 10 active+clean, 20 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:59:44.030 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:43 smithi023 conmon[87519]: audit 2023-11-08T01:59:43.343407+0000 mon.smithi001 (mon.0) 590 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:59:44.030 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:43 smithi023 conmon[87519]: 2023-11-08T01:59:44.758 INFO:teuthology.orchestra.run.smithi001.stdout:Dependencies resolved. 2023-11-08T01:59:44.759 INFO:teuthology.orchestra.run.smithi001.stdout:================================================================================ 2023-11-08T01:59:44.759 INFO:teuthology.orchestra.run.smithi001.stdout: Package Arch Version Repository Size 2023-11-08T01:59:44.759 INFO:teuthology.orchestra.run.smithi001.stdout:================================================================================ 2023-11-08T01:59:44.760 INFO:teuthology.orchestra.run.smithi001.stdout:Installing: 2023-11-08T01:59:44.760 INFO:teuthology.orchestra.run.smithi001.stdout: python3-boto3 noarch 1.15.15-1.el8 epel 152 k 2023-11-08T01:59:44.760 INFO:teuthology.orchestra.run.smithi001.stdout:Installing dependencies: 2023-11-08T01:59:44.760 INFO:teuthology.orchestra.run.smithi001.stdout: python3-botocore noarch 1.18.15-1.el8 epel 4.5 M 2023-11-08T01:59:44.760 INFO:teuthology.orchestra.run.smithi001.stdout: python3-jmespath noarch 0.9.0-11.el8 rhel-8-for-x86_64-appstream-rpms 45 k 2023-11-08T01:59:44.761 INFO:teuthology.orchestra.run.smithi001.stdout: python3-s3transfer noarch 0.3.4-1.el8 epel 108 k 2023-11-08T01:59:44.761 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T01:59:44.761 INFO:teuthology.orchestra.run.smithi001.stdout:Transaction Summary 2023-11-08T01:59:44.761 INFO:teuthology.orchestra.run.smithi001.stdout:================================================================================ 2023-11-08T01:59:44.761 INFO:teuthology.orchestra.run.smithi001.stdout:Install 4 Packages 2023-11-08T01:59:44.762 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T01:59:44.762 INFO:teuthology.orchestra.run.smithi001.stdout:Total download size: 4.8 M 2023-11-08T01:59:44.763 INFO:teuthology.orchestra.run.smithi001.stdout:Installed size: 49 M 2023-11-08T01:59:44.763 INFO:teuthology.orchestra.run.smithi001.stdout:Downloading Packages: 2023-11-08T01:59:44.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:44 smithi001 conmon[82545]: audit 2023-11-08T01:59:43.749265+0000 2023-11-08T01:59:44.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:44 smithi001 conmon[82545]: mon.smithi001 (mon.0) 591 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:59:44.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:44 smithi001 conmon[82545]: audit 2023-11-08T01:59:43.749963+0000 mon.smithi001 (mon.0) 592 2023-11-08T01:59:44.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:44 smithi001 conmon[82545]: : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T01:59:44.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:44 smithi001 conmon[82545]: audit 2023-11- 2023-11-08T01:59:44.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:44 smithi001 conmon[82545]: 08T01:59:43.754074+0000 mon.smithi001 (mon.0) 593 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:59:44.958 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:44 smithi001 conmon[82545]: 2023-11-08T01:59:44.958 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:44 smithi001 conmon[82545]: audit 2023- 2023-11-08T01:59:44.958 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:44 smithi001 conmon[82545]: 11-08T01:59:43.757652+0000 mon.smithi001 (mon.0) 594 2023-11-08T01:59:44.958 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:44 smithi001 conmon[82545]: : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T01:59:44.958 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:44 smithi001 conmon[82545]: cephadm 2023-11-08T01:59:43.761693 2023-11-08T01:59:44.959 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:44 smithi001 conmon[82545]: +0000 mgr.smithi001.qhtxni (mgr.14180) 165 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2023-11-08T01:59:44.959 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:44 smithi001 conmon[82545]: audit 2023-11-08T 2023-11-08T01:59:44.959 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:44 smithi001 conmon[82545]: 01:59:43.764441+0000 mon.smithi001 (mon.0) 595 2023-11-08T01:59:44.959 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:44 smithi001 conmon[82545]: : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:59:44.959 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:44 smithi001 conmon[82545]: audit 2023-11-08T01:59 2023-11-08T01:59:44.960 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:44 smithi001 conmon[82545]: :43.764902+0000 mon.smithi001 (mon.0) 596 : audit [INF] 2023-11-08T01:59:44.960 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:44 smithi001 conmon[82545]: from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi023.txtajj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-08T01:59:44.960 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:44 smithi001 conmon[82545]: audit 2023-11-08T01:59:44.960 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:44 smithi001 conmon[82545]: 2023-11-08T01:59:43.770675+0000 mon.smithi001 (mon.0) 597 2023-11-08T01:59:44.960 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:44 smithi001 conmon[82545]: : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi023.txtajj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-08T01:59:44.961 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:44 smithi001 conmon[82545]: audit 2023-11-08T01:59:43. 2023-11-08T01:59:44.961 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:44 smithi001 conmon[82545]: 777222+0000 mon.smithi001 (mon.0) 598 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:59:44.961 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:44 smithi001 conmon[82545]: audit 2023-11- 2023-11-08T01:59:44.961 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:44 smithi001 conmon[82545]: 08T01:59:43.777800+0000 mon.smithi001 (mon. 2023-11-08T01:59:44.961 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:44 smithi001 conmon[82545]: 0) 599 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:59:44.962 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:44 smithi001 conmon[82545]: cephadm 2023-11-08T01:59: 2023-11-08T01:59:44.962 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:44 smithi001 conmon[82545]: 43.778357+0000 mgr.smithi001.qhtxni (mgr.14180) 166 : cephadm [INF] Deploying daemon rgw.foorgw.smithi023.txtajj on smithi023 2023-11-08T01:59:44.973 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:44 smithi023 conmon[87519]: audit 2023-11-08T01:59:43.749265 2023-11-08T01:59:44.973 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:44 smithi023 conmon[87519]: +0000 mon.smithi001 (mon.0) 591 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:59:44.973 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:44 smithi023 conmon[87519]: audit 2023-11-08T01:59:43.749963+0000 mon.smithi001 ( 2023-11-08T01:59:44.974 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:44 smithi023 conmon[87519]: mon.0) 592 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T01:59:44.974 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:44 smithi023 conmon[87519]: audit 2023-11-08T01:59:44.974 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:44 smithi023 conmon[87519]: 2023-11-08T01:59:43.754074+0000 mon.smithi001 2023-11-08T01:59:44.974 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:44 smithi023 conmon[87519]: (mon.0) 593 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:59:44.975 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:44 smithi023 conmon[87519]: audit 2023-11-08T01:59:43.757652 2023-11-08T01:59:44.975 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:44 smithi023 conmon[87519]: +0000 mon.smithi001 (mon.0) 594 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T01:59:44.975 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:44 smithi023 conmon[87519]: cephadm 2023-11-08T01:59:43. 2023-11-08T01:59:44.975 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:44 smithi023 conmon[87519]: 761693+0000 mgr.smithi001.qhtxni (mgr.14180) 165 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2023-11-08T01:59:44.975 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:44 smithi023 conmon[87519]: audit 2023-11-08T01:59 2023-11-08T01:59:44.975 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:44 smithi023 conmon[87519]: :43.764441+0000 mon.smithi001 (mon.0) 595 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:59:44.976 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:44 smithi023 conmon[87519]: 2023-11-08T01:59:44.976 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:44 smithi023 conmon[87519]: audit 2023-11-08T 2023-11-08T01:59:44.976 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:44 smithi023 conmon[87519]: 01:59:43.764902+0000 mon.smithi001 (mon.0) 596 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi023.txtajj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-08T01:59:44.976 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:44 smithi023 conmon[87519]: audit 2023-11-08T01:59 2023-11-08T01:59:44.976 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:44 smithi023 conmon[87519]: :43.770675+0000 mon.smithi001 (mon.0) 597 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi023.txtajj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-08T01:59:44.977 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:44 smithi023 conmon[87519]: 2023-11-08T01:59:44.977 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:44 smithi023 conmon[87519]: audit 2023-11-08T01: 2023-11-08T01:59:44.977 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:44 smithi023 conmon[87519]: 59:43.777222+0000 mon.smithi001 (mon.0) 598 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:59:44.977 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:44 smithi023 conmon[87519]: audit 2023-11-08T01:59:43.777800+0000 mon.smithi001 2023-11-08T01:59:44.977 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:44 smithi023 conmon[87519]: (mon.0) 599 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:59:44.978 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:44 smithi023 conmon[87519]: cephadm 2023-11-08T01:59:43.778357+0000 mgr.smithi001.qhtxni (mgr.14180) 166 2023-11-08T01:59:44.978 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:44 smithi023 conmon[87519]: : cephadm [INF] Deploying daemon rgw.foorgw.smithi023.txtajj on smithi023 2023-11-08T01:59:45.503 INFO:teuthology.orchestra.run.smithi001.stdout:(1/4): python3-s3transfer-0.3.4-1.el8.noarch.rp 184 kB/s | 108 kB 00:00 2023-11-08T01:59:45.514 INFO:teuthology.orchestra.run.smithi001.stdout:(2/4): python3-boto3-1.15.15-1.el8.noarch.rpm 255 kB/s | 152 kB 00:00 2023-11-08T01:59:45.664 INFO:teuthology.orchestra.run.smithi001.stdout:(3/4): python3-jmespath-0.9.0-11.el8.noarch.rpm 280 kB/s | 45 kB 00:00 2023-11-08T01:59:45.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:45 smithi001 conmon[82545]: cluster 2023-11-08T01:59:45.138895+0000 mgr.smithi001.qhtxni (mgr 2023-11-08T01:59:45.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:45 smithi001 conmon[82545]: .14180) 167 : cluster [DBG] pgmap v131: 33 pgs: 3 creating+peering, 30 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:59:46.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:45 smithi023 conmon[87519]: cluster 2023-11-08T01:59:45.138895+0000 mgr.smithi001.qhtxni ( 2023-11-08T01:59:46.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:45 smithi023 conmon[87519]: mgr.14180) 167 : cluster [DBG] pgmap v131: 33 pgs: 3 creating+peering, 30 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:59:46.041 INFO:teuthology.orchestra.run.smithi001.stdout:(4/4): python3-botocore-1.18.15-1.el8.noarch.rp 4.0 MB/s | 4.5 MB 00:01 2023-11-08T01:59:46.048 INFO:teuthology.orchestra.run.smithi001.stdout:-------------------------------------------------------------------------------- 2023-11-08T01:59:46.049 INFO:teuthology.orchestra.run.smithi001.stdout:Total 3.7 MB/s | 4.8 MB 00:01 2023-11-08T01:59:46.052 INFO:teuthology.orchestra.run.smithi001.stdout:Running transaction check 2023-11-08T01:59:46.059 INFO:teuthology.orchestra.run.smithi001.stdout:Transaction check succeeded. 2023-11-08T01:59:46.060 INFO:teuthology.orchestra.run.smithi001.stdout:Running transaction test 2023-11-08T01:59:46.252 INFO:teuthology.orchestra.run.smithi001.stdout:Transaction test succeeded. 2023-11-08T01:59:46.257 INFO:teuthology.orchestra.run.smithi001.stdout:Running transaction 2023-11-08T01:59:46.492 INFO:teuthology.orchestra.run.smithi001.stdout: Preparing : 1/1 2023-11-08T01:59:47.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:47 smithi001 conmon[82545]: audit 2023-11-08T01:59:46.141883+0000 mon.smithi001 (mon.0) 600 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:59:47.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:47 smithi001 conmon[82545]: audit 2023-11-08T01:59:46.143019+0000 mon.smithi001 (mon.0) 601 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi001.hqzjwk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-08T01:59:47.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:47 smithi001 conmon[82545]: audit 2023-11-08T01:59:46.146864+0000 mon.smithi001 (mon.0) 602 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi001.hqzjwk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-08T01:59:47.458 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:47 smithi001 conmon[82545]: audit 2023-11-08T01:59:46.157854+0000 mon.smithi001 (mon.0) 603 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:59:47.458 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:47 smithi001 conmon[82545]: audit 2023-11-08T01:59:46.158535+0000 mon.smithi001 (mon.0) 604 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:59:47.458 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:47 smithi001 conmon[82545]: cephadm 2023-11-08T01:59:46.159191+0000 mgr.smithi001.qhtxni (mgr.14180) 168 : cephadm [INF] Deploying daemon rgw.foorgw.smithi001.hqzjwk on smithi001 2023-11-08T01:59:47.458 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:47 smithi001 conmon[82545]: cluster 2023-11-08T01:59:46.661511+0000 mon.smithi001 (mon.0) 605 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2023-11-08T01:59:47.458 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:47 smithi001 conmon[82545]: audit 2023-11-08T01:59:46.673321+0000 mon.smithi023 (mon.1) 17 : audit [INF] from='client.? 172.21.15.23:0/2165702988' entity='client.rgw.foorgw.smithi023.txtajj' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-11-08T01:59:47.459 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:47 smithi001 conmon[82545]: audit 2023-11-08T01:59:46.673634+0000 mon.smithi001 (mon.0) 606 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi023.txtajj' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-11-08T01:59:47.529 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:47 smithi023 conmon[87519]: audit 2023-11-08T01:59:46. 2023-11-08T01:59:47.530 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:47 smithi023 conmon[87519]: 141883+0000 mon.smithi001 (mon.0) 600 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:59:47.530 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:47 smithi023 conmon[87519]: audit 2023-11-08T01:59:46.143019+0000 mon.smithi001 (mon.0) 601 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi001.hqzjwk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-08T01:59:47.530 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:47 smithi023 conmon[87519]: audit 2023-11-08T01:59:46.146864+0000 mon.smithi001 (mon.0) 602 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi001.hqzjwk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-08T01:59:47.530 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:47 smithi023 conmon[87519]: audit 2023-11-08T01:59:46.157854+0000 mon.smithi001 (mon.0) 603 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:59:47.530 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:47 smithi023 conmon[87519]: audit 2023-11-08T01:59:46.158535+0000 mon.smithi001 (mon 2023-11-08T01:59:47.531 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:47 smithi023 conmon[87519]: .0) 604 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:59:47.531 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:47 smithi023 conmon[87519]: cephadm 2023-11-08T01: 2023-11-08T01:59:47.531 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:47 smithi023 conmon[87519]: 59:46.159191+0000 mgr.smithi001.qhtxni (mgr.14180) 168 : cephadm [INF] Deploying daemon rgw.foorgw.smithi001.hqzjwk on smithi001 2023-11-08T01:59:47.531 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:47 smithi023 conmon[87519]: cluster 2023-11-08T01:59:47.531 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:47 smithi023 conmon[87519]: 2023-11-08T01:59:46.661511+0000 mon.smithi001 (mon 2023-11-08T01:59:47.532 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:47 smithi023 conmon[87519]: .0) 605 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2023-11-08T01:59:47.532 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:47 smithi023 conmon[87519]: audit 2023-11-08T01:59:47.532 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:47 smithi023 conmon[87519]: 2023-11-08T01:59:46.673321+0000 mon.smithi023 (mon 2023-11-08T01:59:47.532 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:47 smithi023 conmon[87519]: .1) 17 : audit [INF] from='client.? 172.21.15.23:0/2165702988' entity='client.rgw.foorgw.smithi023.txtajj' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-11-08T01:59:47.532 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:47 smithi023 conmon[87519]: audit 2023-11-08T01:59:47.533 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:47 smithi023 conmon[87519]: 2023-11-08T01:59:46 2023-11-08T01:59:47.533 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:47 smithi023 conmon[87519]: .673634+0000 mon.smithi001 (mon.0) 606 : audit [INF] 2023-11-08T01:59:47.533 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:47 smithi023 conmon[87519]: from='client.? ' entity='client.rgw.foorgw.smithi023.txtajj' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-11-08T01:59:47.951 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : python3-jmespath-0.9.0-11.el8.noarch 1/4 2023-11-08T01:59:48.317 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : python3-botocore-1.18.15-1.el8.noarch 2/4 2023-11-08T01:59:48.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:48 smithi001 conmon[82545]: cluster 2023-11-08T01:59: 2023-11-08T01:59:48.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:48 smithi001 conmon[82545]: 47.139271+0000 mgr.smithi001.qhtxni (mgr.14180) 169 : cluster [DBG] pgmap v133: 65 pgs: 32 unknown, 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:59:48.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:48 smithi001 conmon[82545]: audit 2023-11-08T01:59:47.668747+0000 mon.smithi001 (mon.0) 607 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi023.txtajj' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-11-08T01:59:48.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:48 smithi001 conmon[82545]: cluster 2023-11-08T01:59:47.668863+0000 mon.smithi001 (mon.0) 608 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2023-11-08T01:59:48.529 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:48 smithi023 conmon[87519]: cluster 2023-11-08T01:59:47.139271+0000 mgr.smithi001.qhtxni (mgr.14180) 169 : cluster [DBG] pgmap v133: 65 pgs: 32 unknown, 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:59:48.529 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:48 smithi023 conmon[87519]: audit 2023-11-08T01:59:47.668747+0000 mon.smithi001 (mon.0) 607 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi023.txtajj' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-11-08T01:59:48.529 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:48 smithi023 conmon[87519]: cluster 2023-11-08T01:59:47.668863+0000 mon.smithi001 (mon.0) 608 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2023-11-08T01:59:48.617 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : python3-s3transfer-0.3.4-1.el8.noarch 3/4 2023-11-08T01:59:48.824 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : python3-boto3-1.15.15-1.el8.noarch 4/4 2023-11-08T01:59:49.097 INFO:teuthology.orchestra.run.smithi001.stdout: Running scriptlet: python3-boto3-1.15.15-1.el8.noarch 4/4 2023-11-08T01:59:49.097 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : python3-boto3-1.15.15-1.el8.noarch 1/4 2023-11-08T01:59:49.097 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : python3-botocore-1.18.15-1.el8.noarch 2/4 2023-11-08T01:59:49.098 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : python3-s3transfer-0.3.4-1.el8.noarch 3/4 2023-11-08T01:59:50.199 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:49 smithi001 conmon[82545]: cluster 2023-11-08T01:59:48.922059+0000 mon.smithi001 (mon.0) 609 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2023-11-08T01:59:50.199 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:49 smithi001 conmon[82545]: audit 2023-11-08T01:59:48.923207+0000 mon.smithi001 (mon.0) 610 : audit [INF] from='client.? 172.21.15.1:0/3292100466' entity='client.rgw.foorgw.smithi001.hqzjwk' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-11-08T01:59:50.199 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:49 smithi001 conmon[82545]: audit 2023-11-08T01:59:48.931650+0000 mon.smithi001 (mon.0) 611 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:59:50.200 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:49 smithi001 conmon[82545]: audit 2023-11-08T01:59:48.934048+0000 mon.smithi023 (mon.1) 18 : audit [INF] from='client.? 172.21.15.23:0/2165702988' entity='client.rgw.foorgw.smithi023.txtajj' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-11-08T01:59:50.200 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:49 smithi001 conmon[82545]: audit 2023-11-08T01:59:48.934733+0000 mon.smithi001 (mon.0) 612 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi023.txtajj' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-11-08T01:59:50.200 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:49 smithi001 conmon[82545]: audit 2023-11-08T01:59:48.937087+0000 mon.smithi001 (mon.0) 613 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:59:50.200 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:49 smithi001 conmon[82545]: cephadm 2023-11-08T01:59:48.957755+0000 mgr.smithi001.qhtxni (mgr.14180) 170 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi001.wokojg 2023-11-08T01:59:50.200 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:49 smithi001 conmon[82545]: audit 2023-11-08T01:59:48.958148+0000 mon.smithi001 (mon.0) 614 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi001.wokojg", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-08T01:59:50.201 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:49 smithi001 conmon[82545]: audit 2023-11-08T01:59:48.962619+0000 mon.smithi001 (mon.0) 615 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi001.wokojg", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-08T01:59:50.201 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:49 smithi001 conmon[82545]: cephadm 2023-11-08T01:59:48.963333+0000 mgr.smithi001.qhtxni (mgr.14180) 171 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-11-08T01:59:50.201 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:49 smithi001 conmon[82545]: audit 2023-11-08T01:59:48.963575+0000 mon.smithi001 (mon.0) 616 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-11-08T01:59:50.201 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:49 smithi001 conmon[82545]: audit 2023-11-08T01:59:48.967154+0000 mon.smithi001 (mon.0) 617 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-11-08T01:59:50.201 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:49 smithi001 conmon[82545]: audit 2023-11-08T01:59:48.968310+0000 mon.smithi001 (mon.0) 618 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:59:50.202 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:49 smithi001 conmon[82545]: audit 2023-11-08T01:59:49.008653+0000 mon.smithi001 (mon.0) 619 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-08T01:59:50.202 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:49 smithi001 conmon[82545]: audit 2023-11-08T01:59:49.012339+0000 mon.smithi001 (mon.0) 620 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-08T01:59:50.202 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:49 smithi001 conmon[82545]: cephadm 2023-11-08T01:59:49.058463+0000 mgr.smithi001.qhtxni (mgr.14180) 172 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-11-08T01:59:50.202 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:49 smithi001 conmon[82545]: cephadm 2023-11-08T01:59:49.058566+0000 mgr.smithi001.qhtxni (mgr.14180) 173 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi001.wokojg-rgw 2023-11-08T01:59:50.203 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:49 smithi001 conmon[82545]: audit 2023-11-08T01:59:49.058972+0000 mon.smithi001 (mon.0) 621 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi001.wokojg-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-08T01:59:50.203 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:49 smithi001 conmon[82545]: audit 2023-11-08T01:59:49.062486+0000 mon.smithi001 (mon.0) 622 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi001.wokojg-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-08T01:59:50.203 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:49 smithi001 conmon[82545]: audit 2023-11-08T01:59:49.066101+0000 mon.smithi001 (mon.0) 623 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:59:50.203 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:49 smithi001 conmon[82545]: cephadm 2023-11-08T01:59:49.066990+0000 mgr.smithi001.qhtxni (mgr.14180) 174 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi001.wokojg on smithi001 2023-11-08T01:59:50.203 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:49 smithi001 conmon[82545]: cluster 2023-11-08T01:59:49.139767+0000 mgr.smithi001.qhtxni (mgr.14180) 175 : cluster [DBG] pgmap v136: 97 pgs: 7 creating+peering, 47 unknown, 43 active+clean; 965 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 511 B/s wr, 0 op/s 2023-11-08T01:59:50.212 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : python3-jmespath-0.9.0-11.el8.noarch 4/4 2023-11-08T01:59:50.212 INFO:teuthology.orchestra.run.smithi001.stdout:Last metadata expiration check: 0:07:39 ago on Wed 08 Nov 2023 01:52:10 AM UTC. 2023-11-08T01:59:50.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:49 smithi023 conmon[87519]: cluster 2023-11-08T01:59:48.922059+0000 mon.smithi001 (mon.0) 609 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2023-11-08T01:59:50.280 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:49 smithi023 conmon[87519]: audit 2023-11-08T01:59:48.923207+0000 mon.smithi001 (mon.0) 610 : audit [INF] from='client.? 172.21.15.1:0/3292100466' entity='client.rgw.foorgw.smithi001.hqzjwk' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-11-08T01:59:50.280 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:49 smithi023 conmon[87519]: audit 2023-11-08T01:59:48.931650+0000 mon.smithi001 (mon.0) 611 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:59:50.280 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:49 smithi023 conmon[87519]: audit 2023-11-08T01:59:48.934048+0000 mon.smithi023 (mon.1) 18 : audit [INF] from='client.? 172.21.15.23:0/2165702988' entity='client.rgw.foorgw.smithi023.txtajj' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-11-08T01:59:50.280 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:49 smithi023 conmon[87519]: audit 2023-11-08T01:59:48.934733+0000 mon.smithi001 (mon.0) 612 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi023.txtajj' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-11-08T01:59:50.281 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:49 smithi023 conmon[87519]: audit 2023-11-08T01:59:48.937087+0000 mon.smithi001 (mon.0) 613 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:59:50.281 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:49 smithi023 conmon[87519]: cephadm 2023-11-08T01:59:48.957755+0000 mgr.smithi001.qhtxni (mgr.14180) 170 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi001.wokojg 2023-11-08T01:59:50.281 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:49 smithi023 conmon[87519]: audit 2023-11-08T01:59:48.958148+0000 mon.smithi001 (mon.0) 614 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi001.wokojg", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-08T01:59:50.281 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:49 smithi023 conmon[87519]: audit 2023-11-08T01:59:48.962619+0000 mon.smithi001 (mon.0) 615 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi001.wokojg", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-08T01:59:50.281 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:49 smithi023 conmon[87519]: cephadm 2023-11-08T01:59:48.963333+0000 mgr.smithi001.qhtxni (mgr.14180) 171 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-11-08T01:59:50.281 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:49 smithi023 conmon[87519]: audit 2023-11-08T01:59:48.963575+0000 mon.smithi001 (mon.0) 616 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-11-08T01:59:50.282 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:49 smithi023 conmon[87519]: audit 2023-11-08T01:59:48.967154+0000 mon.smithi001 (mon.0) 617 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-11-08T01:59:50.282 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:49 smithi023 conmon[87519]: audit 2023-11-08T01:59:48.968310+0000 mon.smithi001 (mon.0) 618 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:59:50.282 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:49 smithi023 conmon[87519]: audit 2023-11-08T01:59:49.008653+0000 mon.smithi001 (mon.0) 619 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-08T01:59:50.282 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:49 smithi023 conmon[87519]: audit 2023-11-08T01:59:49.012339+0000 mon.smithi001 (mon.0) 620 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-08T01:59:50.283 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:49 smithi023 conmon[87519]: cephadm 2023-11-08T01:59:49.058463+0000 mgr.smithi001.qhtxni (mgr.14180) 172 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-11-08T01:59:50.283 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:49 smithi023 conmon[87519]: cephadm 2023-11-08T01:59:49.058566+0000 2023-11-08T01:59:50.283 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:49 smithi023 conmon[87519]: mgr.smithi001.qhtxni (mgr.14180) 173 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi001.wokojg-rgw 2023-11-08T01:59:50.283 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:49 smithi023 conmon[87519]: audit 2023-11-08T01:59:49.058972+0000 mon.smithi001 (mon.0) 621 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi001.wokojg-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-08T01:59:50.283 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:49 smithi023 conmon[87519]: audit 2023-11-08T01:59:49.062486+0000 mon.smithi001 (mon.0) 622 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi001.wokojg-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-08T01:59:50.283 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:49 smithi023 conmon[87519]: audit 2023-11-08T01:59:49.066101+0000 mon.smithi001 (mon.0) 623 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:59:50.284 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:49 smithi023 conmon[87519]: cephadm 2023-11-08T01:59:49.066990+0000 mgr.smithi001.qhtxni (mgr.14180) 174 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi001.wokojg on smithi001 2023-11-08T01:59:50.284 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:49 smithi023 conmon[87519]: cluster 2023-11-08T01:59:49.139767+0000 mgr.smithi001.qhtxni (mgr.14180) 175 : cluster [DBG] pgmap v136: 97 pgs: 7 creating+peering, 47 unknown, 43 active+clean; 965 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 511 B/s wr, 0 op/s 2023-11-08T01:59:51.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:50 smithi001 conmon[82545]: audit 2023-11-08T01:59:49.923233 2023-11-08T01:59:51.207 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:50 smithi001 conmon[82545]: +0000 mon.smithi001 (mon.0) 624 : audit [INF] from='client.? 172.21.15.1:0/3292100466' entity='client.rgw.foorgw.smithi001.hqzjwk' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2023-11-08T01:59:51.207 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:50 smithi001 conmon[82545]: audit 2023-11-08T01:59:49.923428+0000 mon.smithi001 (mon.0) 625 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi023.txtajj' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2023-11-08T01:59:51.207 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:50 smithi001 conmon[82545]: cluster 2023-11-08T01:59:49.923530+0000 mon.smithi001 (mon.0) 626 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2023-11-08T01:59:51.207 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:50 smithi001 conmon[82545]: audit 2023-11-08T01:59:50.834760+0000 mon.smithi001 (mon.0) 627 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:59:51.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:50 smithi023 conmon[87519]: audit 2023-11-08T01:59:49.923233+0000 mon.smithi001 (mon.0) 624 : audit [INF] from='client.? 172.21.15.1:0/3292100466' entity='client.rgw.foorgw.smithi001.hqzjwk' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2023-11-08T01:59:51.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:50 smithi023 conmon[87519]: audit 2023-11-08T01:59:49.923428+0000 mon.smithi001 (mon.0) 625 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi023.txtajj' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2023-11-08T01:59:51.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:50 smithi023 conmon[87519]: cluster 2023-11-08T01:59:49.923530+0000 mon.smithi001 ( 2023-11-08T01:59:51.280 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:50 smithi023 conmon[87519]: mon.0) 626 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2023-11-08T01:59:51.280 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:50 smithi023 conmon[87519]: audit 2023-11-08T01:59:51.280 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:50 smithi023 conmon[87519]: 2023-11-08T01:59:50.834760+0000 mon.smithi001 ( 2023-11-08T01:59:51.280 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:50 smithi023 conmon[87519]: mon.0) 627 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:59:52.210 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:51 smithi001 conmon[82545]: cluster 2023-11-08T01:59:50.936550+0000 mon.smithi001 (mon.0) 628 2023-11-08T01:59:52.210 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:51 smithi001 conmon[82545]: : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2023-11-08T01:59:52.210 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:51 smithi001 conmon[82545]: audit 2023-11-08T01:59:50.938812+0000 mon.smithi001 (mon.0) 629 : audit [INF] from='client.? 172.21.15.1:0/3292100466' entity='client.rgw.foorgw.smithi001.hqzjwk' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-11-08T01:59:52.211 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:51 smithi001 conmon[82545]: audit 2023-11-08T01:59:50.942988 2023-11-08T01:59:52.211 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:51 smithi001 conmon[82545]: +0000 mon.smithi023 (mon.1) 19 : audit [INF] from='client.? 172.21.15.23:0/2165702988' entity='client.rgw.foorgw.smithi023.txtajj' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-11-08T01:59:52.211 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:51 smithi001 conmon[82545]: audit 2023-11- 2023-11-08T01:59:52.211 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:51 smithi001 conmon[82545]: 08T01:59:50.944597+0000 mon.smithi001 (mon.0) 2023-11-08T01:59:52.211 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:51 smithi001 conmon[82545]: 630 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi023.txtajj' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-11-08T01:59:52.212 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:51 smithi001 conmon[82545]: cluster 2023-11-08T01:59:52.212 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:51 smithi001 conmon[82545]: 2023-11-08T01:59 2023-11-08T01:59:52.212 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:51 smithi001 conmon[82545]: :51.140157+0000 mgr.smithi001.qhtxni (mgr 2023-11-08T01:59:52.212 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:51 smithi001 conmon[82545]: .14180) 176 : cluster [DBG] pgmap v139: 129 pgs: 15 creating+peering, 56 unknown, 58 active+clean; 965 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 767 B/s wr, 1 op/s 2023-11-08T01:59:52.212 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:51 smithi001 conmon[82545]: audit 2023-11-08T01 2023-11-08T01:59:52.213 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:51 smithi001 conmon[82545]: :59:51.476507+0000 mon.smithi001 (mon.0) 631 : 2023-11-08T01:59:52.213 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:51 smithi001 conmon[82545]: audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:59:52.213 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:51 smithi001 conmon[82545]: audit 2023-11-08T01:59:51.481801 2023-11-08T01:59:52.213 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:51 smithi001 conmon[82545]: +0000 mon.smithi001 (mon.0) 632 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:59:52.214 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:51 smithi001 conmon[82545]: cephadm 2023-11-08T01:59:52.214 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:51 smithi001 conmon[82545]: 2023-11-08T01:59:51.489107 2023-11-08T01:59:52.214 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:51 smithi001 conmon[82545]: +0000 mgr.smithi001.qhtxni (mgr.14180) 177 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi023.jnkgfj on smithi023 2023-11-08T01:59:52.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:51 smithi023 conmon[87519]: cluster 2023-11-08T01 2023-11-08T01:59:52.280 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:51 smithi023 conmon[87519]: :59:50.936550+0000 mon.smithi001 (mon.0) 628 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2023-11-08T01:59:52.280 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:51 smithi023 conmon[87519]: audit 2023-11-08T01:59:50.938812+0000 mon.smithi001 (mon.0) 629 : audit [INF] from='client.? 172.21.15.1:0/3292100466' entity='client.rgw.foorgw.smithi001.hqzjwk' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-11-08T01:59:52.280 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:51 smithi023 conmon[87519]: audit 2023-11-08T01:59:50.942988+0000 mon.smithi023 (mon.1) 19 : audit [INF] from='client.? 172.21.15.23:0/2165702988' entity='client.rgw.foorgw.smithi023.txtajj' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-11-08T01:59:52.280 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:51 smithi023 conmon[87519]: audit 2023-11-08T01:59:50.944597+0000 mon.smithi001 (mon.0) 630 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi023.txtajj' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-11-08T01:59:52.280 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:51 smithi023 conmon[87519]: cluster 2023-11-08 2023-11-08T01:59:52.281 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:51 smithi023 conmon[87519]: T01:59:51.140157+0000 mgr.smithi001.qhtxni (mgr.14180 2023-11-08T01:59:52.281 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:51 smithi023 conmon[87519]: ) 176 : cluster [DBG] pgmap v139: 129 pgs: 15 creating+peering, 56 unknown, 58 active+clean; 965 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 767 B/s wr, 1 op/s 2023-11-08T01:59:52.281 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:51 smithi023 conmon[87519]: audit 2023-11-08T01:59 2023-11-08T01:59:52.281 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:51 smithi023 conmon[87519]: :51.476507+0000 mon.smithi001 (mon.0) 631 : audit [INF] 2023-11-08T01:59:52.281 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:51 smithi023 conmon[87519]: from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:59:52.282 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:51 smithi023 conmon[87519]: audit 2023-11-08T01:59:51. 2023-11-08T01:59:52.282 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:51 smithi023 conmon[87519]: 481801+0000 mon.smithi001 (mon.0) 632 : audit 2023-11-08T01:59:52.282 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:51 smithi023 conmon[87519]: [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:59:52.282 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:51 smithi023 conmon[87519]: cephadm 2023-11- 2023-11-08T01:59:52.282 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:51 smithi023 conmon[87519]: 08T01:59:51.489107+0000 2023-11-08T01:59:52.283 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:51 smithi023 conmon[87519]: mgr.smithi001.qhtxni (mgr.14180) 177 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi023.jnkgfj on smithi023 2023-11-08T01:59:52.363 INFO:teuthology.orchestra.run.smithi001.stdout:Installed products updated. 2023-11-08T01:59:52.468 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T01:59:52.468 INFO:teuthology.orchestra.run.smithi001.stdout:Installed: 2023-11-08T01:59:52.469 INFO:teuthology.orchestra.run.smithi001.stdout: python3-boto3-1.15.15-1.el8.noarch python3-botocore-1.18.15-1.el8.noarch 2023-11-08T01:59:52.469 INFO:teuthology.orchestra.run.smithi001.stdout: python3-jmespath-0.9.0-11.el8.noarch python3-s3transfer-0.3.4-1.el8.noarch 2023-11-08T01:59:52.469 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T01:59:52.469 INFO:teuthology.orchestra.run.smithi001.stdout:Complete! 2023-11-08T01:59:52.583 DEBUG:teuthology.orchestra.run.smithi001:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c '/home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo > /tmp/user.json' 2023-11-08T01:59:52.653 INFO:teuthology.orchestra.run.smithi001.stderr:+ /home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo 2023-11-08T01:59:53.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:52 smithi001 conmon[82545]: audit 2023-11-08T01:59:51.945594+0000 mon.smithi001 (mon.0) 633 : audit [INF] from='client.? 172.21.15.1:0/3292100466' entity='client.rgw.foorgw.smithi001.hqzjwk' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-11-08T01:59:53.207 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:52 smithi001 conmon[82545]: audit 2023-11-08T01:59:51.945830+0000 mon.smithi001 (mon.0) 634 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi023.txtajj' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-11-08T01:59:53.207 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:52 smithi001 conmon[82545]: cluster 2023-11-08T01:59:51.945961+0000 mon.smithi001 (mon.0) 635 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-11-08T01:59:53.233 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 2023-11-08T01:59:53.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:52 smithi023 conmon[87519]: audit 2023-11-08T01:59:51.945594+0000 mon.smithi001 (mon.0 2023-11-08T01:59:53.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:52 smithi023 conmon[87519]: ) 633 : audit [INF] from='client.? 172.21.15.1:0/3292100466' entity='client.rgw.foorgw.smithi001.hqzjwk' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-11-08T01:59:53.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:52 smithi023 conmon[87519]: audit 2023-11-08T01:59:51.945830+0000 mon.smithi001 (mon.0) 634 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi023.txtajj' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-11-08T01:59:53.280 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:52 smithi023 conmon[87519]: cluster 2023-11 2023-11-08T01:59:53.280 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:52 smithi023 conmon[87519]: -08T01:59:51.945961+0000 mon.smithi001 (mon.0) 635 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-11-08T01:59:53.368 INFO:teuthology.orchestra.run.smithi001.stderr:Using recent ceph image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:34af139d64baca5207cb93f5f9352e288b8eec3c557361a6e91d1287660694d8 2023-11-08T01:59:54.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:53 smithi023 conmon[87519]: cluster 2023-11-08T01:59:52.949932+0000 mon.smithi001 (mon.0) 636 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2023-11-08T01:59:54.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:53 smithi023 conmon[87519]: audit 2023-11-08T01:59:52.961784+0000 mon.smithi023 (mon.1) 20 : audit [INF] from='client.? 172.21.15.1:0/2173395769' entity='client.rgw.foorgw.smithi001.hqzjwk' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-08T01:59:54.280 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:53 smithi023 conmon[87519]: audit 2023-11-08T01:59:52.962163+0000 2023-11-08T01:59:54.280 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:53 smithi023 conmon[87519]: mon.smithi001 (mon.0) 637 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi001.hqzjwk' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-08T01:59:54.280 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:53 smithi023 conmon[87519]: audit 2023-11-08T01:59:52.962578+0000 mon.smithi023 (mon.1) 21 : audit [INF] from='client.? 172.21.15.23:0/1259545556' entity='client.rgw.foorgw.smithi023.txtajj' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-08T01:59:54.280 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:53 smithi023 conmon[87519]: audit 2023-11-08T01:59:52. 2023-11-08T01:59:54.280 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:53 smithi023 conmon[87519]: 962893+0000 mon.smithi001 (mon.0) 638 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi023.txtajj' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-08T01:59:54.281 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:53 smithi023 conmon[87519]: cluster 2023-11-08T01:59:53.140608+0000 mgr.smithi001.qhtxni 2023-11-08T01:59:54.281 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:53 smithi023 conmon[87519]: (mgr.14180) 178 : cluster [DBG] pgmap v142: 161 pgs: 13 creating+peering, 55 unknown, 93 active+clean; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 255 B/s wr, 1 op/s 2023-11-08T01:59:54.374 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:53 smithi001 conmon[82545]: cluster 2023-11-08T01:59:52 2023-11-08T01:59:54.375 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:53 smithi001 conmon[82545]: .949932+0000 mon.smithi001 (mon.0) 636 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2023-11-08T01:59:54.375 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:53 smithi001 conmon[82545]: audit 2023-11-08T01:59:52.961784+0000 mon.smithi023 (mon.1) 20 : audit [INF] from='client.? 172.21.15.1:0/2173395769' entity='client.rgw.foorgw.smithi001.hqzjwk' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-08T01:59:54.375 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:53 smithi001 conmon[82545]: audit 2023-11-08T01:59:52.962163+0000 mon.smithi001 (mon.0) 637 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi001.hqzjwk' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-08T01:59:54.375 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:53 smithi001 conmon[82545]: audit 2023-11-08T01:59:52.962578+0000 mon.smithi023 (mon.1) 21 : audit [INF] from='client.? 172.21.15.23:0/1259545556' entity='client.rgw.foorgw.smithi023.txtajj' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-08T01:59:54.376 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:53 smithi001 conmon[82545]: audit 2023-11-08T01:59:52.962893+0000 mon.smithi001 (mon.0) 638 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi023.txtajj' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-08T01:59:54.376 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:53 smithi001 conmon[82545]: cluster 2023-11-08T01:59:53.140608+0000 mgr.smithi001.qhtxni (mgr.14180) 178 : cluster [DBG] pgmap v142: 161 pgs: 13 creating+peering, 55 unknown, 93 active+clean; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 255 B/s wr, 1 op/s 2023-11-08T01:59:55.106 INFO:teuthology.run_tasks:Running task python... 2023-11-08T01:59:55.120 INFO:tasks.python:Running python on role host.a host ubuntu@smithi001.front.sepia.ceph.com 2023-11-08T01:59:55.120 INFO:tasks.python:import boto3 import json with open('/tmp/user.json', 'rt') as f: info = json.loads(f.read()) s3 = boto3.resource( 's3', aws_access_key_id=info['keys'][0]['access_key'], aws_secret_access_key=info['keys'][0]['secret_key'], endpoint_url='http://localhost:8800', ) bucket = s3.Bucket('foobucket') bucket.create() bucket.put_object(Key='myobject', Body='thebody') 2023-11-08T01:59:55.121 DEBUG:teuthology.orchestra.run.smithi001:> sudo TESTDIR=/home/ubuntu/cephtest python3 2023-11-08T01:59:55.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:54 smithi023 conmon[87519]: audit 2023-11-08T01:59:53.959763+0000 mon.smithi001 (mon.0 2023-11-08T01:59:55.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:54 smithi023 conmon[87519]: ) 639 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi001.hqzjwk' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-11-08T01:59:55.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:54 smithi023 conmon[87519]: audit 2023-11-08T01:59:53.959877+0000 mon.smithi001 (mon.0) 640 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi023.txtajj' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-11-08T01:59:55.280 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:54 smithi023 conmon[87519]: cluster 2023-11-08T01:59: 2023-11-08T01:59:55.280 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:54 smithi023 conmon[87519]: 53.959973+0000 mon.smithi001 (mon.0) 641 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2023-11-08T01:59:55.280 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:54 smithi023 conmon[87519]: audit 2023-11-08T01:59:53.969472+0000 mon.smithi023 (mon.1) 2023-11-08T01:59:55.280 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:54 smithi023 conmon[87519]: 22 : audit [INF] from='client.? 172.21.15.1:0/2173395769' entity='client.rgw.foorgw.smithi001.hqzjwk' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-08T01:59:55.280 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:54 smithi023 conmon[87519]: audit 2023-11-08T01:59:53 2023-11-08T01:59:55.281 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:54 smithi023 conmon[87519]: .970135+0000 mon.smithi001 (mon.0) 642 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi001.hqzjwk' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-08T01:59:55.281 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:54 smithi023 conmon[87519]: audit 2023-11 2023-11-08T01:59:55.281 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:54 smithi023 conmon[87519]: -08T01:59:53.971865+0000 mon.smithi023 (mon.1) 23 : audit [INF] from='client.? 172.21.15.23:0/1259545556' entity='client.rgw.foorgw.smithi023.txtajj' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-08T01:59:55.281 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:54 smithi023 conmon[87519]: audit 2023-11-08T01:59:53.972317+0000 mon.smithi001 (mon.0 2023-11-08T01:59:55.281 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:54 smithi023 conmon[87519]: ) 643 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi023.txtajj' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-08T01:59:55.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:54 smithi001 conmon[82545]: audit 2023-11-08T01:59:53.959763+0000 mon.smithi001 (mon.0) 639 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi001.hqzjwk' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-11-08T01:59:55.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:54 smithi001 conmon[82545]: audit 2023-11-08T01:59:53.959877+0000 mon.smithi001 (mon.0) 640 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi023.txtajj' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-11-08T01:59:55.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:54 smithi001 conmon[82545]: cluster 2023-11-08T01:59:53.959973+0000 mon.smithi001 (mon.0) 641 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2023-11-08T01:59:55.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:54 smithi001 conmon[82545]: audit 2023-11-08T01:59:53.969472+0000 mon.smithi023 (mon.1) 22 : audit [INF] from='client.? 172.21.15.1:0/2173395769' entity='client.rgw.foorgw.smithi001.hqzjwk' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-08T01:59:55.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:54 smithi001 conmon[82545]: audit 2023-11-08T01:59:53.970135+0000 mon.smithi001 (mon.0) 642 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi001.hqzjwk' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-08T01:59:55.458 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:54 smithi001 conmon[82545]: audit 2023-11-08T01:59:53.971865+0000 mon.smithi023 (mon.1) 23 : audit [INF] from='client.? 172.21.15.23:0/1259545556' entity='client.rgw.foorgw.smithi023.txtajj' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-08T01:59:55.458 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:54 smithi001 conmon[82545]: audit 2023-11-08T01:59:55.458 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:54 smithi001 conmon[82545]: 2023-11-08T01:59:53.972317+0000 mon.smithi001 (mon.0) 643 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi023.txtajj' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-08T01:59:56.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:55 smithi023 conmon[87519]: audit 2023-11-08T01:59:54.963606+0000 mon.smithi001 (mon.0) 644 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi001.hqzjwk' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-08T01:59:56.280 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:55 smithi023 conmon[87519]: audit 2023-11-08T01:59:54.963699+0000 mon.smithi001 (mon.0) 645 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi023.txtajj' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-08T01:59:56.280 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:55 smithi023 conmon[87519]: cluster 2023 2023-11-08T01:59:56.280 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:55 smithi023 conmon[87519]: -11-08T01:59:54 2023-11-08T01:59:56.280 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:55 smithi023 conmon[87519]: .963771+0000 mon.smithi001 (mon.0) 646 : 2023-11-08T01:59:56.281 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:55 smithi023 conmon[87519]: cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-11-08T01:59:56.281 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:55 smithi023 conmon[87519]: cluster 2023-11-08T01:59:56.281 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:55 smithi023 conmon[87519]: 2023-11-08T01 2023-11-08T01:59:56.281 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:55 smithi023 conmon[87519]: :59:55.141032+0000 mgr.smithi001.qhtxni 2023-11-08T01:59:56.281 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:55 smithi023 conmon[87519]: (mgr.14180) 179 : cluster [DBG] pgmap v145: 161 pgs: 11 creating+peering, 24 unknown, 126 active+clean; 1.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 2.5 KiB/s wr, 9 op/s 2023-11-08T01:59:56.281 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:55 smithi023 conmon[87519]: 2023-11-08T01:59:56.282 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:55 smithi023 conmon[87519]: audit 2023-11-08T01:59:56.282 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:55 smithi023 conmon[87519]: 2023-11-08T01 2023-11-08T01:59:56.282 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:55 smithi023 conmon[87519]: :59:55.903032+0000 mon.smithi001 (mon 2023-11-08T01:59:56.282 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:55 smithi023 conmon[87519]: .0) 647 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:59:56.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:55 smithi001 conmon[82545]: audit 2023-11-08T01:59:54.963606+0000 mon.smithi001 (mon.0) 644 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi001.hqzjwk' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-08T01:59:56.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:55 smithi001 conmon[82545]: audit 2023-11-08T01:59:54.963699+0000 mon.smithi001 (mon.0) 645 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi023.txtajj' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-08T01:59:56.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:55 smithi001 conmon[82545]: cluster 2023-11-08T01:59:54.963771+0000 mon.smithi001 (mon.0) 646 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-11-08T01:59:56.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:55 smithi001 conmon[82545]: cluster 2023-11-08T01:59:55.141032+0000 mgr.smithi001.qhtxni (mgr.14180) 179 : cluster [DBG] pgmap v145: 161 pgs: 11 creating+peering, 24 unknown, 126 active+clean; 1.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 2.5 KiB/s wr, 9 op/s 2023-11-08T01:59:56.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:55 smithi001 conmon[82545]: audit 2023-11-08 2023-11-08T01:59:56.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:55 smithi001 conmon[82545]: T01:59:55.903032+0000 mon.smithi001 (mon.0) 647 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T01:59:57.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:56 smithi023 conmon[87519]: cluster 2023-11-08T01:59:55.971702+0000 mon.smithi001 (mon.0) 648 2023-11-08T01:59:57.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:56 smithi023 conmon[87519]: : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-11-08T01:59:57.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:56 smithi023 conmon[87519]: audit 2023-11-08T01:59:55.972325+0000 mon.smithi001 (mon.0) 649 : audit [INF] from='client.? 172.21.15.1:0/3292100466' entity='client.rgw.foorgw.smithi001.hqzjwk' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2023-11-08T01:59:57.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:56 smithi001 conmon[82545]: cluster 2023-11-08T01:59:55.971702+0000 mon.smithi001 (mon.0) 648 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-11-08T01:59:57.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:56 smithi001 conmon[82545]: audit 2023-11-08T01:59:55.972325+0000 mon.smithi001 (mon.0) 649 : audit [INF] from='client.? 172.21.15.1:0/3292100466' entity='client.rgw.foorgw.smithi001.hqzjwk' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2023-11-08T01:59:58.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:57 smithi023 conmon[87519]: audit 2023-11-08T01:59:56.977938+0000 mon.smithi001 (mon.0) 650 : audit 2023-11-08T01:59:58.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:57 smithi023 conmon[87519]: [INF] from='client.? 172.21.15.1:0/3292100466' entity='client.rgw.foorgw.smithi001.hqzjwk' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2023-11-08T01:59:58.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:57 smithi023 conmon[87519]: cluster 2023-11-08T01:59:56.978220+0000 mon.smithi001 (mon.0) 651 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2023-11-08T01:59:58.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:57 smithi023 conmon[87519]: audit 2023-11-08T01:59:56.986794+0000 mon.smithi001 2023-11-08T01:59:58.280 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:57 smithi023 conmon[87519]: (mon.0) 652 : audit [INF] from='client.? 172.21.15.1:0/3292100466' entity='client.rgw.foorgw.smithi001.hqzjwk' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-08T01:59:58.280 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:57 smithi023 conmon[87519]: cluster 2023-11-08T01:59 2023-11-08T01:59:58.280 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:57 smithi023 conmon[87519]: :57.141616+0000 mgr.smithi001.qhtxni (mgr.14180) 180 : cluster [DBG] pgmap v148: 193 pgs: 12 creating+peering, 35 unknown, 146 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 73 KiB/s rd, 6.0 KiB/s wr, 141 op/s 2023-11-08T01:59:58.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:57 smithi001 conmon[82545]: audit 2023-11-08T01:59:56.977938+0000 mon.smithi001 2023-11-08T01:59:58.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:57 smithi001 conmon[82545]: (mon.0) 650 : audit [INF] from='client.? 172.21.15.1:0/3292100466' entity='client.rgw.foorgw.smithi001.hqzjwk' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2023-11-08T01:59:58.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:57 smithi001 conmon[82545]: cluster 2023-11-08T01:59:56.978220+0000 mon.smithi001 (mon.0) 651 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2023-11-08T01:59:58.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:57 smithi001 conmon[82545]: audit 2023-11-08T01:59:56.986794+0000 mon.smithi001 (mon.0) 652 : audit [INF] from='client.? 172.21.15.1:0/3292100466' entity='client.rgw.foorgw.smithi001.hqzjwk' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-08T01:59:58.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:57 smithi001 conmon[82545]: cluster 2023-11-08T01 2023-11-08T01:59:58.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:57 smithi001 conmon[82545]: :59:57.141616+0000 mgr.smithi001.qhtxni (mgr.14180) 180 : cluster 2023-11-08T01:59:58.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:57 smithi001 conmon[82545]: [DBG] pgmap v148: 193 pgs: 12 creating+peering, 35 unknown, 146 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 73 KiB/s rd, 6.0 KiB/s wr, 141 op/s 2023-11-08T01:59:59.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:58 smithi023 conmon[87519]: audit 2023-11-08T01:59:57.988006+0000 mon.smithi001 (mon.0) 653 : audit [INF] from='client.? 172.21.15.1:0/3292100466' entity='client.rgw.foorgw.smithi001.hqzjwk' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-08T01:59:59.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:58 smithi023 conmon[87519]: cluster 2023-11-08T01:59:59.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:58 smithi023 conmon[87519]: 2023-11-08T01:59:57.988063+0000 mon.smithi001 (mon.0) 654 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2023-11-08T01:59:59.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:58 smithi001 conmon[82545]: audit 2023-11-08T01:59:57.988006+0000 mon.smithi001 (mon.0) 2023-11-08T01:59:59.518 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:58 smithi001 conmon[82545]: 653 : audit [INF] from='client.? 172.21.15.1:0/3292100466' entity='client.rgw.foorgw.smithi001.hqzjwk' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-08T01:59:59.518 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:58 smithi001 conmon[82545]: cluster 2023-11-08T01:59:57.988063+0000 mon.smithi001 (mon.0) 654 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2023-11-08T02:00:00.072 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-08T02:00:00.094 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi001.front.sepia.ceph.com 2023-11-08T02:00:00.094 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- bash -c 'ceph nfs export create rgw --bucket foobucket --cluster-id foo --pseudo-path /foobucket' 2023-11-08T02:00:00.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:59 smithi023 conmon[87519]: cluster 2023-11-08T01:59:58.992333+0000 mon.smithi001 (mon. 2023-11-08T02:00:00.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:59 smithi023 conmon[87519]: 0) 655 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2023-11-08T02:00:00.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:59 smithi023 conmon[87519]: audit 2023-11-08T01:59:58.995957+0000 mon.smithi023 (mon.1) 24 : audit [INF] from='client.? 172.21.15.1:0/2173395769' entity='client.rgw.foorgw.smithi001.hqzjwk' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2023-11-08T02:00:00.280 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:59 smithi023 conmon[87519]: audit 2023-11-08T02:00:00.280 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:59 smithi023 conmon[87519]: 2023-11-08T01:59:58.998649+0000 mon.smithi001 (mon.0) 656 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi001.hqzjwk' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2023-11-08T02:00:00.280 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:59 smithi023 conmon[87519]: cluster 2023-11-08T01:59: 2023-11-08T02:00:00.280 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:59 smithi023 conmon[87519]: 59.142164+0000 mgr.smithi001.qhtxni (mgr.14180) 181 : cluster [DBG] 2023-11-08T02:00:00.281 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 01:59:59 smithi023 conmon[87519]: pgmap v151: 225 pgs: 6 creating+peering, 43 unknown, 176 active+clean; 4.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 192 KiB/s rd, 7.0 KiB/s wr, 370 op/s 2023-11-08T02:00:00.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:59 smithi001 conmon[82545]: cluster 2023-11-08T01:59:58.992333+0000 mon.smithi001 (mon.0) 2023-11-08T02:00:00.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:59 smithi001 conmon[82545]: 655 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2023-11-08T02:00:00.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:59 smithi001 conmon[82545]: audit 2023-11-08T01:59:58.995957+0000 mon.smithi023 (mon.1) 24 : audit [INF] from='client.? 172.21.15.1:0/2173395769' entity='client.rgw.foorgw.smithi001.hqzjwk' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2023-11-08T02:00:00.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:59 smithi001 conmon[82545]: audit 2023-11-08T01:59:58.998649+0000 mon.smithi001 (mon 2023-11-08T02:00:00.458 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:59 smithi001 conmon[82545]: .0) 656 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi001.hqzjwk' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2023-11-08T02:00:00.458 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:59 smithi001 conmon[82545]: cluster 2023-11-08T01:59:59.142164+0000 mgr.smithi001.qhtxni (mgr. 2023-11-08T02:00:00.458 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 01:59:59 smithi001 conmon[82545]: 14180) 181 : cluster [DBG] pgmap v151: 225 pgs: 6 creating+peering, 43 unknown, 176 active+clean; 4.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 192 KiB/s rd, 7.0 KiB/s wr, 370 op/s 2023-11-08T02:00:01.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:01 smithi023 conmon[87519]: audit 2023-11-08T01:59:59.998822+0000 mon.smithi001 (mon.0) 2023-11-08T02:00:01.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:01 smithi023 conmon[87519]: 657 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi001.hqzjwk' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2023-11-08T02:00:01.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:01 smithi023 conmon[87519]: cluster 2023-11-08T01:59:59.999080+0000 mon.smithi001 (mon.0) 658 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2023-11-08T02:00:01.280 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:01 smithi023 conmon[87519]: cluster 2023-11-08T02:00:00.000111+0000 mon.smithi001 (mon.0) 659 : cluster 2023-11-08T02:00:01.280 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:01 smithi023 conmon[87519]: [INF] overall HEALTH_OK 2023-11-08T02:00:01.438 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:01 smithi001 conmon[82545]: audit 2023-11-08T01:59:59.998822+0000 mon.smithi001 (mon.0) 657 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi001.hqzjwk' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2023-11-08T02:00:01.439 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:01 smithi001 conmon[82545]: cluster 2023-11-08T01:59:59.999080+0000 mon.smithi001 (mon.0) 658 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2023-11-08T02:00:01.439 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:01 smithi001 conmon[82545]: cluster 2023-11-08T02:00:00.000111+0000 mon.smithi001 (mon.0) 659 : cluster [INF] overall HEALTH_OK 2023-11-08T02:00:02.103 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2023-11-08T02:00:02.103 INFO:teuthology.orchestra.run.smithi001.stdout: "bind": "/foobucket", 2023-11-08T02:00:02.103 INFO:teuthology.orchestra.run.smithi001.stdout: "path": "foobucket", 2023-11-08T02:00:02.104 INFO:teuthology.orchestra.run.smithi001.stdout: "cluster": "foo", 2023-11-08T02:00:02.104 INFO:teuthology.orchestra.run.smithi001.stdout: "mode": "RW", 2023-11-08T02:00:02.104 INFO:teuthology.orchestra.run.smithi001.stdout: "squash": "none" 2023-11-08T02:00:02.104 INFO:teuthology.orchestra.run.smithi001.stdout:} 2023-11-08T02:00:02.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:02 smithi023 conmon[87519]: cluster 2023-11-08T02:00:00.999359+0000 mon.smithi001 (mon.0 2023-11-08T02:00:02.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:02 smithi023 conmon[87519]: ) 660 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2023-11-08T02:00:02.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:02 smithi023 conmon[87519]: cluster 2023-11-08T02:00:01.142543+0000 mgr.smithi001.qhtxni (mgr.14180) 182 : cluster [DBG] pgmap v154: 225 pgs: 14 creating+peering, 20 unknown, 191 active+clean; 5.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 232 KiB/s rd, 5.5 KiB/s wr, 442 op/s 2023-11-08T02:00:02.397 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:02 smithi001 conmon[82545]: cluster 2023-11-08T02:00 2023-11-08T02:00:02.397 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:02 smithi001 conmon[82545]: :00.999359+0000 mon.smithi001 (mon.0) 660 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2023-11-08T02:00:02.397 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:02 smithi001 conmon[82545]: cluster 2023-11-08T02:00:01.142543+0000 mgr.smithi001.qhtxni (mgr.14180) 182 : cluster [DBG] pgmap v154: 225 pgs: 14 creating+peering, 20 unknown, 191 active+clean; 5.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 232 KiB/s rd, 5.5 KiB/s wr, 442 op/s 2023-11-08T02:00:02.562 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-11-08T02:00:02.593 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2023-11-08T02:00:02.594 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:00:03.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:03 smithi023 conmon[87519]: audit 2023-11-08T02:00:01.867923+0000 mgr.smithi001.qhtxni (mgr.14180) 183 : audit 2023-11-08T02:00:03.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:03 smithi023 conmon[87519]: [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "bucket": "foobucket", "cluster_id": "foo", "pseudo_path": "/foobucket", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T02:00:03.315 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:03 smithi001 conmon[82545]: audit 2023-11-08T02:00:01.867923+0000 2023-11-08T02:00:03.315 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:03 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 183 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "bucket": "foobucket", "cluster_id": "foo", "pseudo_path": "/foobucket", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T02:00:04.325 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:00:04.325 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z 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.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:00:04.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:04 smithi001 conmon[82545]: cluster 2023-11-08T02:00:03.143449+0000 mgr.smithi001.qhtxni (mgr.14180) 184 : cluster [DBG] pgmap v155: 225 pgs: 8 creating+peering, 7 unknown, 210 active+clean; 7.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 165 KiB/s rd, 3.7 KiB/s wr, 294 op/s 2023-11-08T02:00:04.740 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:00:04.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:04 smithi023 conmon[87519]: cluster 2023-11-08T02:00:03.143449+0000 2023-11-08T02:00:04.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:04 smithi023 conmon[87519]: mgr.smithi001.qhtxni (mgr.14180) 184 : cluster [DBG] pgmap v155: 225 pgs: 8 creating+peering, 7 unknown, 210 active+clean; 7.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 165 KiB/s rd, 3.7 KiB/s wr, 294 op/s 2023-11-08T02:00:05.741 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:00:05.772 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:05 smithi001 conmon[82545]: audit 2023-11-08T02:00:04.320634 2023-11-08T02:00:05.773 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:05 smithi001 conmon[82545]: +0000 mgr.smithi001.qhtxni (mgr.14180) 185 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:00:05.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:05 smithi023 conmon[87519]: audit 2023-11-08T02:00:04.320634+0000 mgr.smithi001.qhtxni (mgr.14180) 185 : audit 2023-11-08T02:00:05.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:05 smithi023 conmon[87519]: [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:00:06.655 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:06 smithi001 conmon[82545]: cluster 2023-11-08T02:00:05.144184+0000 2023-11-08T02:00:06.655 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:06 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 186 : cluster [DBG] pgmap v156: 225 pgs: 225 active+clean; 7.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 162 KiB/s rd, 2.6 KiB/s wr, 271 op/s 2023-11-08T02:00:06.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:06 smithi023 conmon[87519]: cluster 2023-11-08T02:00:05.144184+0000 mgr.smithi001.qhtxni (mgr.14180) 186 : cluster [DBG] pgmap v156: 225 pgs: 225 active+clean; 7.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 162 KiB/s rd, 2.6 KiB/s wr, 271 op/s 2023-11-08T02:00:07.441 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:00:07.441 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z 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.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:00:07.791 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:00:08.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:08 smithi023 conmon[87519]: cluster 2023-11-08T02:00:07.144880+0000 mgr.smithi001.qhtxni (mgr.14180) 187 : cluster [DBG] pgmap v157: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 KiB/s rd, 2.1 KiB/s wr, 212 op/s 2023-11-08T02:00:08.782 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:08 smithi023 conmon[87519]: audit 2023-11-08T02:00:07.437009+0000 mgr.smithi001.qhtxni (mgr.14180) 188 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:00:08.792 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:00:08.824 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:08 smithi001 conmon[82545]: cluster 2023-11-08T02:00:07.144880+0000 mgr.smithi001.qhtxni (mgr.14180) 187 : cluster [DBG] pgmap v157: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 KiB/s rd, 2.1 KiB/s wr, 212 op/s 2023-11-08T02:00:08.825 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:08 smithi001 conmon[82545]: audit 2023-11-08T02:00:07.437009+0000 mgr.smithi001.qhtxni (mgr.14180) 188 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:00:10.515 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:00:10.516 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z 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.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:00:10.754 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:10 smithi001 conmon[82545]: cluster 2023-11-08T02:00:09.145477+0000 mgr.smithi001.qhtxni (mgr.14180) 189 : cluster [DBG] pgmap v158: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 79 KiB/s rd, 895 B/s wr, 123 op/s 2023-11-08T02:00:10.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:10 smithi023 conmon[87519]: cluster 2023-11-08T02:00:09.145477+0000 mgr.smithi001.qhtxni (mgr.14180) 189 : cluster [DBG] pgmap v158: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 79 KiB/s rd, 895 B/s wr, 123 op/s 2023-11-08T02:00:10.949 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:00:11.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:11 smithi023 conmon[87519]: audit 2023-11-08T02:00:10.511632+0000 mgr.smithi001.qhtxni (mgr.14180) 190 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:00:11.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:11 smithi023 conmon[87519]: audit 2023- 2023-11-08T02:00:11.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:11 smithi023 conmon[87519]: 11-08T02:00:10.912772+0000 mon.smithi001 (mon.0) 661 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T02:00:11.950 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:00:11.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:11 smithi001 conmon[82545]: audit 2023-11-08T02:00:10.511632+0000 mgr.smithi001.qhtxni (mgr.14180) 190 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:00:11.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:11 smithi001 conmon[82545]: audit 2023-11-08T02:00:10.912772+0000 mon.smithi001 (mon.0) 661 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T02:00:12.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:12 smithi023 conmon[87519]: cluster 2023-11-08T02:00:11.146171+0000 mgr.smithi001.qhtxni (mgr.14180) 191 2023-11-08T02:00:12.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:12 smithi023 conmon[87519]: : cluster [DBG] pgmap v159: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 58 KiB/s rd, 807 B/s wr, 86 op/s 2023-11-08T02:00:12.912 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:12 smithi001 conmon[82545]: cluster 2023-11-08T02:00:11.146171+0000 mgr.smithi001.qhtxni 2023-11-08T02:00:12.912 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:12 smithi001 conmon[82545]: (mgr.14180) 191 : cluster [DBG] pgmap v159: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 58 KiB/s rd, 807 B/s wr, 86 op/s 2023-11-08T02:00:13.742 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:00:13.742 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z 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.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:00:14.211 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:00:14.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:14 smithi023 conmon[87519]: cluster 2023-11-08T02:00:13.146839+0000 mgr.smithi001.qhtxni (mgr.14180) 192 : cluster [DBG] pgmap v160: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 49 KiB/s rd, 682 B/s wr, 72 op/s 2023-11-08T02:00:14.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:14 smithi001 conmon[82545]: cluster 2023-11-08T02:00:13.146839+0000 mgr.smithi001.qhtxni (mgr.14180) 192 : cluster [DBG] pgmap v160: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 49 KiB/s rd, 682 B/s wr, 72 op/s 2023-11-08T02:00:15.212 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:00:15.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:15 smithi001 conmon[82545]: audit 2023-11-08T02:00:13.737706 2023-11-08T02:00:15.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:15 smithi001 conmon[82545]: +0000 mgr.smithi001.qhtxni (mgr.14180) 193 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:00:15.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:15 smithi001 conmon[82545]: audit 2023-11-08T02:00:15.132394+0000 mon.smithi001 (mon.0) 662 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.2", "id": [1, 0]}]: dispatch 2023-11-08T02:00:15.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:15 smithi023 conmon[87519]: audit 2023-11-08T02:00:13.737706+0000 mgr.smithi001.qhtxni (mgr.14180) 193 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:00:15.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:15 smithi023 conmon[87519]: audit 2023-11-08T02:00:15.132394+0000 mon.smithi001 (mon.0) 662 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.2", "id": [1, 0]}]: dispatch 2023-11-08T02:00:16.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:16 smithi001 conmon[82545]: cluster 2023-11-08T02:00:15 2023-11-08T02:00:16.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:16 smithi001 conmon[82545]: .147756+0000 mgr.smithi001.qhtxni (mgr.14180) 194 : cluster [DBG] pgmap v161: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 26 KiB/s rd, 170 B/s wr, 37 op/s 2023-11-08T02:00:16.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:16 smithi001 conmon[82545]: audit 2023-11-08T02:00:15.493634+0000 mon.smithi001 (mon.0) 663 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.2", "id": [1, 0]}]': finished 2023-11-08T02:00:16.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:16 smithi001 conmon[82545]: cluster 2023-11-08T02:00:15.493688+0000 mon.smithi001 (mon.0) 664 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2023-11-08T02:00:16.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:16 smithi023 conmon[87519]: cluster 2023-11-08T02:00:15.147756+0000 mgr.smithi001.qhtxni (mgr.14180 2023-11-08T02:00:16.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:16 smithi023 conmon[87519]: ) 194 : cluster [DBG] pgmap v161: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 26 KiB/s rd, 170 B/s wr, 37 op/s 2023-11-08T02:00:16.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:16 smithi023 conmon[87519]: audit 2023-11-08T02:00:15.493634+0000 mon.smithi001 (mon.0) 663 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.2", "id": [1, 0]}]': finished 2023-11-08T02:00:16.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:16 smithi023 conmon[87519]: cluster 2023-11-08T02:00:15.493688+0000 mon.smithi001 (mon.0) 664 : cluster 2023-11-08T02:00:16.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:16 smithi023 conmon[87519]: [DBG] osdmap e53: 8 total, 8 up, 8 in 2023-11-08T02:00:17.193 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:00:17.194 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z 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.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:00:17.573 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:00:17.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:17 smithi023 conmon[87519]: cluster 2023-11-08T02:00:16.498346+0000 mon.smithi001 (mon.0) 665 2023-11-08T02:00:17.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:17 smithi023 conmon[87519]: : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2023-11-08T02:00:17.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:17 smithi001 conmon[82545]: cluster 2023-11-08T02:00:16.498346+0000 mon.smithi001 (mon.0) 665 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2023-11-08T02:00:18.574 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:00:18.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:18 smithi023 conmon[87519]: cluster 2023-11-08T02:00:17.148172+0000 mgr.smithi001.qhtxni (mgr.14180) 195 : cluster [DBG] pgmap v164: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:00:18.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:18 smithi023 conmon[87519]: audit 2023-11-08T02:00:17.189710+0000 mgr.smithi001.qhtxni (mgr.14180) 196 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:00:18.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:18 smithi001 conmon[82545]: cluster 2023-11-08T02:00:17.148172+0000 mgr.smithi001.qhtxni 2023-11-08T02:00:18.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:18 smithi001 conmon[82545]: (mgr.14180) 195 : cluster [DBG] pgmap v164: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:00:18.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:18 smithi001 conmon[82545]: audit 2023-11-08T02:00:17.189710+0000 mgr.smithi001.qhtxni (mgr. 2023-11-08T02:00:18.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:18 smithi001 conmon[82545]: 14180) 196 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:00:20.258 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:00:20.259 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z 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.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:00:20.626 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:20 smithi001 conmon[82545]: cluster 2023-11-08T02:00:19. 2023-11-08T02:00:20.627 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:20 smithi001 conmon[82545]: 148762+0000 mgr.smithi001.qhtxni (mgr.14180) 197 : cluster [DBG] pgmap v165: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2023-11-08T02:00:20.628 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:00:20.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:20 smithi023 conmon[87519]: cluster 2023-11-08T02:00:19.148762+0000 mgr.smithi001.qhtxni (mgr.14180) 197 : cluster [DBG] pgmap v165: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2023-11-08T02:00:21.629 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:00:21.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:21 smithi023 conmon[87519]: audit 2023-11-08T02:00:20.254634+0000 mgr.smithi001.qhtxni (mgr.14180) 198 : 2023-11-08T02:00:21.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:21 smithi023 conmon[87519]: audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:00:21.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:21 smithi001 conmon[82545]: audit 2023-11-08T02:00:20.254634+0000 mgr.smithi001.qhtxni (mgr.14180) 198 : audit 2023-11-08T02:00:21.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:21 smithi001 conmon[82545]: [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:00:22.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:22 smithi023 conmon[87519]: cluster 2023-11-08T02:00:21.149386+0000 mgr.smithi001.qhtxni (mgr.14180) 199 : 2023-11-08T02:00:22.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:22 smithi023 conmon[87519]: cluster [DBG] pgmap v166: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2023-11-08T02:00:22.924 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:22 smithi001 conmon[82545]: cluster 2023-11-08T02:00:21.149386+0000 mgr.smithi001.qhtxni (mgr.14180) 199 : cluster [DBG] pgmap v166: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2023-11-08T02:00:23.312 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:00:23.312 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z 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.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:00:23.678 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:00:24.679 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:00:24.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:24 smithi023 conmon[87519]: cluster 2023-11-08T02:00:23.149972+0000 mgr.smithi001.qhtxni (mgr. 2023-11-08T02:00:24.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:24 smithi023 conmon[87519]: 14180) 200 : cluster [DBG] pgmap v167: 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-11-08T02:00:24.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:24 smithi023 conmon[87519]: audit 2023-11-08T02:00:23.308027+0000 mgr.smithi001.qhtxni (mgr.14180) 201 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:00:24.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:24 smithi001 conmon[82545]: cluster 2023-11-08T02:00:23.149972+0000 mgr.smithi001.qhtxni (mgr.14180) 200 2023-11-08T02:00:24.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:24 smithi001 conmon[82545]: : cluster [DBG] pgmap v167: 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-11-08T02:00:24.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:24 smithi001 conmon[82545]: audit 2023-11-08T02:00:23.308027+0000 mgr.smithi001.qhtxni (mgr.14180) 201 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:00:26.370 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:00:26.371 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z 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.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:00:26.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:26 smithi001 conmon[82545]: cluster 2023-11-08T02:00:25.150757+0000 mgr.smithi001.qhtxni (mgr.14180) 202 : cluster [DBG] pgmap v168: 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-11-08T02:00:26.728 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:00:26.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:26 smithi023 conmon[87519]: cluster 2023-11-08T02:00:25.150757+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:00:26.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:26 smithi023 conmon[87519]: 202 : cluster [DBG] pgmap v168: 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-11-08T02:00:27.729 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:00:27.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:27 smithi001 conmon[82545]: audit 2023-11-08T02:00:26.366368+0000 mgr.smithi001.qhtxni (mgr.14180) 203 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:00:28.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:27 smithi023 conmon[87519]: audit 2023-11-08T02:00:26.366368+0000 mgr.smithi001.qhtxni (mgr.14180) 203 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:00:28.797 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:28 smithi001 conmon[82545]: cluster 2023-11-08T02:00:27.151333+0000 mgr.smithi001.qhtxni 2023-11-08T02:00:28.798 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:28 smithi001 conmon[82545]: (mgr.14180) 204 : cluster [DBG] pgmap v169: 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-11-08T02:00:29.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:28 smithi023 conmon[87519]: cluster 2023-11-08T02:00:27.151333+0000 mgr.smithi001.qhtxni (mgr.14180) 204 : cluster [DBG] pgmap v169: 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-11-08T02:00:29.422 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:00:29.423 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z 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.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:00:29.890 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:00:30.891 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:00:30.920 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:30 smithi001 conmon[82545]: cluster 2023-11-08T02:00:29.151915+0000 mgr.smithi001.qhtxni (mgr.14180) 205 : cluster [DBG] pgmap v170: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:00:30.920 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:30 smithi001 conmon[82545]: audit 2023-11-08T02:00:29.418866+0000 mgr.smithi001.qhtxni (mgr.14180) 206 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:00:31.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:30 smithi023 conmon[87519]: cluster 2023-11-08T02:00:29.151915+0000 mgr.smithi001.qhtxni (mgr.14180) 205 2023-11-08T02:00:31.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:30 smithi023 conmon[87519]: : cluster [DBG] pgmap v170: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:00:31.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:30 smithi023 conmon[87519]: audit 2023-11-08T02:00:29.418866+0000 mgr.smithi001.qhtxni (mgr.14180) 206 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:00:32.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:32 smithi001 conmon[82545]: cluster 2023-11-08T02:00:31.152525+0000 mgr.smithi001.qhtxni (mgr.14180) 207 2023-11-08T02:00:32.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:32 smithi001 conmon[82545]: : cluster [DBG] pgmap v171: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-08T02:00:32.712 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:00:32.712 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z 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.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:00:33.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:32 smithi023 conmon[87519]: cluster 2023-11-08T02:00:31.152525+0000 mgr.smithi001.qhtxni (mgr.14180) 207 : cluster [DBG] pgmap v171: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-08T02:00:33.149 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:00:34.151 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:00:34.732 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:34 smithi001 conmon[82545]: audit 2023-11-08T02:00:32.708846 2023-11-08T02:00:34.732 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:34 smithi001 conmon[82545]: +0000 mgr.smithi001.qhtxni (mgr.14180) 208 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:00:34.732 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:34 smithi001 conmon[82545]: cluster 2023-11-08T02:00:33.153067+0000 mgr.smithi001.qhtxni (mgr.14180) 209 : cluster [DBG] pgmap v172: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-08T02:00:34.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:34 smithi023 conmon[87519]: audit 2023-11-08T02:00:32.708846+0000 mgr.smithi001.qhtxni (mgr.14180) 208 : 2023-11-08T02:00:34.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:34 smithi023 conmon[87519]: audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:00:34.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:34 smithi023 conmon[87519]: cluster 2023-11-08T02:00:33.153067+0000 mgr.smithi001.qhtxni (mgr.14180) 209 : cluster [DBG] pgmap v172: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-08T02:00:35.871 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:00:35.872 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z 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.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:00:36.314 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:00:36.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:36 smithi001 conmon[82545]: cluster 2023-11-08T02:00:35.153706+0000 mgr.smithi001.qhtxni ( 2023-11-08T02:00:36.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:36 smithi001 conmon[82545]: mgr.14180) 210 : cluster [DBG] pgmap v173: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-08T02:00:36.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:36 smithi023 conmon[87519]: cluster 2023-11-08T02:00:35.153706+0000 mgr.smithi001.qhtxni (mgr.14180) 210 : cluster [DBG] pgmap v173: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-08T02:00:37.315 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:00:37.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:37 smithi001 conmon[82545]: audit 2023-11-08T02:00:35.867379+0000 mgr.smithi001.qhtxni ( 2023-11-08T02:00:37.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:37 smithi001 conmon[82545]: mgr.14180) 211 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:00:37.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:37 smithi023 conmon[87519]: audit 2023-11-08T02:00:35.867379+0000 mgr.smithi001.qhtxni (mgr.14180) 211 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:00:38.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:38 smithi023 conmon[87519]: cluster 2023-11-08T02:00:37.154249+0000 mgr.smithi001.qhtxni (mgr.14180) 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, 170 B/s wr, 0 op/s 2023-11-08T02:00:38.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:38 smithi001 conmon[82545]: cluster 2023-11-08T02:00:37.154249+0000 mgr.smithi001.qhtxni (mgr.14180) 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, 170 B/s wr, 0 op/s 2023-11-08T02:00:39.021 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:00:39.021 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z 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.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:00:39.472 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:00:40.473 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:00:40.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:40 smithi023 conmon[87519]: audit 2023-11-08T02:00:39.017280+0000 mgr.smithi001.qhtxni (mgr.14180) 213 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:00:40.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:40 smithi023 conmon[87519]: cluster 2023-11-08T02:00:39.154954+0000 mgr.smithi001.qhtxni (mgr.14180) 214 : cluster [DBG] pgmap v175: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2023-11-08T02:00:40.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:40 smithi001 conmon[82545]: audit 2023-11-08T02:00:39.017280+0000 mgr.smithi001.qhtxni (mgr.14180) 213 : audit 2023-11-08T02:00:40.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:40 smithi001 conmon[82545]: [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:00:40.958 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:40 smithi001 conmon[82545]: cluster 2023-11-08T02:00:39.154954+0000 mgr.smithi001.qhtxni (mgr.14180) 214 : cluster [DBG] pgmap v175: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2023-11-08T02:00:42.176 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:00:42.176 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z 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.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:00:42.622 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:00:42.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:42 smithi023 conmon[87519]: cluster 2023-11-08T02:00:41. 2023-11-08T02:00:42.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:42 smithi023 conmon[87519]: 155709+0000 mgr.smithi001.qhtxni (mgr.14180) 215 : cluster [DBG] pgmap v176: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-08T02:00:42.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:42 smithi001 conmon[82545]: cluster 2023-11-08T02:00:41.155709+0000 mgr.smithi001.qhtxni (mgr.14180) 215 : cluster [DBG] pgmap v176: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-08T02:00:43.623 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:00:43.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:43 smithi023 conmon[87519]: audit 2023-11-08T02:00:42.172310+0000 mgr.smithi001.qhtxni (mgr.14180) 216 : audit [DBG] 2023-11-08T02:00:43.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:43 smithi023 conmon[87519]: from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:00:43.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:43 smithi001 conmon[82545]: audit 2023-11-08T02:00:42 2023-11-08T02:00:43.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:43 smithi001 conmon[82545]: .172310+0000 mgr.smithi001.qhtxni (mgr.14180) 216 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:00:44.769 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:44 smithi001 conmon[82545]: cluster 2023-11-08T02:00:43.156463+0000 mgr.smithi001.qhtxni ( 2023-11-08T02:00:44.769 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:44 smithi001 conmon[82545]: mgr.14180) 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-11-08T02:00:44.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:44 smithi023 conmon[87519]: cluster 2023-11-08T02:00:43.156463+0000 mgr.smithi001.qhtxni (mgr. 2023-11-08T02:00:44.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:44 smithi023 conmon[87519]: 14180) 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-11-08T02:00:45.409 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:00:45.410 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z 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.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:00:45.875 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:00:46.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:46 smithi023 conmon[87519]: cluster 2023-11-08T02:00:45.157116+0000 mgr.smithi001.qhtxni (mgr.14180) 218 : cluster 2023-11-08T02:00:46.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:46 smithi023 conmon[87519]: [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-11-08T02:00:46.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:46 smithi023 conmon[87519]: audit 2023-11-08T02:00:45.405930+0000 mgr.smithi001.qhtxni (mgr.14180) 219 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:00:46.876 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:00:46.907 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:46 smithi001 conmon[82545]: cluster 2023-11-08T02:00:45.157116+0000 mgr.smithi001.qhtxni (mgr.14180) 218 : 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-11-08T02:00:46.907 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:46 smithi001 conmon[82545]: audit 2023-11-08T02:00:45.405930+0000 mgr.smithi001.qhtxni (mgr.14180) 219 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:00:48.670 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:00:48.671 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z 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.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:00:48.698 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:48 smithi001 conmon[82545]: cluster 2023-11-08T02:00:47.157656+0000 mgr.smithi001.qhtxni (mgr.14180 2023-11-08T02:00:48.699 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:48 smithi001 conmon[82545]: ) 220 : cluster [DBG] pgmap v179: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:00:48.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:48 smithi023 conmon[87519]: cluster 2023-11-08T02:00:47.157656+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:00:48.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:48 smithi023 conmon[87519]: 220 : cluster [DBG] pgmap v179: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:00:49.138 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:00:50.140 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:00:50.770 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:50 smithi001 conmon[82545]: audit 2023-11-08T02 2023-11-08T02:00:50.770 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:50 smithi001 conmon[82545]: :00:48.666560+0000 mgr.smithi001.qhtxni (mgr.14180) 221 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:00:50.770 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:50 smithi001 conmon[82545]: cluster 2023-11-08T02:00:49.158242+0000 mgr.smithi001.qhtxni (mgr.14180) 222 : cluster [DBG] pgmap v180: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:00:50.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:50 smithi023 conmon[87519]: audit 2023-11-08T02:00:48.666560+0000 mgr.smithi001.qhtxni (mgr.14180) 221 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:00:50.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:50 smithi023 conmon[87519]: cluster 2023-11-08T02:00:49.158242+0000 mgr.smithi001.qhtxni (mgr.14180) 222 : cluster [DBG] pgmap v180: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:00:51.889 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:00:51.889 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z 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.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:00:52.299 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:00:52.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:52 smithi001 conmon[82545]: cluster 2023-11-08T02:00:51.158969+0000 mgr.smithi001.qhtxni (mgr.14180 2023-11-08T02:00:52.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:52 smithi001 conmon[82545]: ) 223 : 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-11-08T02:00:52.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:52 smithi023 conmon[87519]: cluster 2023-11-08T02:00:51.158969+0000 mgr.smithi001.qhtxni (mgr.14180) 223 : cluster 2023-11-08T02:00:52.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:52 smithi023 conmon[87519]: [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-11-08T02:00:53.300 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:00:53.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:53 smithi023 conmon[87519]: audit 2023-11-08T02:00:51.884928+0000 mgr.smithi001.qhtxni (mgr.14180) 224 : audit 2023-11-08T02:00:53.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:53 smithi023 conmon[87519]: [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:00:53.874 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:53 smithi001 conmon[82545]: audit 2023-11-08T02:00:51. 2023-11-08T02:00:53.875 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:53 smithi001 conmon[82545]: 884928+0000 mgr.smithi001.qhtxni (mgr.14180) 224 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:00:54.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:54 smithi023 conmon[87519]: cluster 2023-11-08T02:00:53.159618+0000 mgr.smithi001.qhtxni (mgr.14180 2023-11-08T02:00:54.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:54 smithi023 conmon[87519]: ) 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-11-08T02:00:54.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:54 smithi001 conmon[82545]: cluster 2023-11-08T02:00:53.159618+0000 2023-11-08T02:00:54.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:54 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:00:54.984 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:00:54.985 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z 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.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:00:55.445 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:00:56.446 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:00:56.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:56 smithi001 conmon[82545]: audit 2023-11-08T02:00:54.981089+0000 mgr.smithi001.qhtxni (mgr.14180) 226 : audit [DBG] 2023-11-08T02:00:56.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:56 smithi001 conmon[82545]: from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:00:56.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:56 smithi001 conmon[82545]: cluster 2023-11-08T02:00:55.160476+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:00:57.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:56 smithi023 conmon[87519]: audit 2023-11-08T02:00:54.981089+0000 mgr.smithi001.qhtxni (mgr.14180) 226 : audit 2023-11-08T02:00:57.030 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:56 smithi023 conmon[87519]: [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:00:57.030 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:56 smithi023 conmon[87519]: cluster 2023-11-08T02:00:55.160476+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:00:58.146 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:00:58.146 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z 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.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:00:58.496 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:00:58.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:58 smithi001 conmon[82545]: cluster 2023-11-08T02:00:57.161149+0000 mgr.smithi001.qhtxni (mgr.14180) 228 : cluster [DBG] pgmap v184: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:00:59.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:58 smithi023 conmon[87519]: cluster 2023-11-08T02:00:57.161149+0000 mgr.smithi001.qhtxni (mgr.14180) 228 : 2023-11-08T02:00:59.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:58 smithi023 conmon[87519]: cluster [DBG] pgmap v184: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:00:59.497 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:00:59.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:59 smithi001 conmon[82545]: audit 2023-11-08T02:00:58.142181+0000 mgr.smithi001.qhtxni (mgr 2023-11-08T02:00:59.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:00:59 smithi001 conmon[82545]: .14180) 229 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:01:00.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:59 smithi023 conmon[87519]: audit 2023-11-08T02:00:58.142181+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:01:00.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:00:59 smithi023 conmon[87519]: 229 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:01:00.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:01:00 smithi001 conmon[82545]: cluster 2023-11-08T02:00:59.161922+0000 mgr.smithi001.qhtxni (mgr.14180) 230 : cluster [DBG] pgmap v185: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:01:01.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:01:00 smithi023 conmon[87519]: cluster 2023-11-08T02:00:59.161922+0000 mgr.smithi001.qhtxni (mgr.14180) 230 : cluster 2023-11-08T02:01:01.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:01:00 smithi023 conmon[87519]: [DBG] pgmap v185: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:01:01.300 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:01:01.301 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z 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.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:01:01.691 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:01:01 smithi001 conmon[82545]: cluster 2023-11-08T02:01:01.162473 2023-11-08T02:01:01.691 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:01:01 smithi001 conmon[82545]: +0000 mgr.smithi001.qhtxni (mgr.14180) 231 : 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-11-08T02:01:01.691 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:01:01 smithi001 conmon[82545]: audit 2023-11-08T02:01:01.297126+0000 mgr.smithi001.qhtxni (mgr.14180) 232 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:01:01.765 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:01:02.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:01:01 smithi023 conmon[87519]: cluster 2023-11-08T02:01:01.162473+0000 mgr.smithi001.qhtxni (mgr.14180) 231 : 2023-11-08T02:01:02.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:01:01 smithi023 conmon[87519]: 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-11-08T02:01:02.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:01:01 smithi023 conmon[87519]: audit 2023-11-08T02:01:01.297126+0000 mgr.smithi001.qhtxni (mgr.14180) 232 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:01:02.766 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:01:04.455 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:01:04.455 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z 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.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:01:04.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:01:04 smithi023 conmon[87519]: cluster 2023-11-08T02:01:03.163422+0000 mgr.smithi001.qhtxni (mgr.14180) 233 : cluster 2023-11-08T02:01:04.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:01:04 smithi023 conmon[87519]: [DBG] pgmap v187: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:01:04.825 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:01:04 smithi001 conmon[82545]: cluster 2023-11-08T02:01:03.163422+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:01:04.827 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:01:05.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:01:05 smithi023 conmon[87519]: audit 2023-11-08T02:01:04.451299+0000 mgr.smithi001.qhtxni (mgr.14180 2023-11-08T02:01:05.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:01:05 smithi023 conmon[87519]: ) 234 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:01:05.827 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:01:05.859 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:01:05 smithi001 conmon[82545]: audit 2023-11-08T02:01:04.451299+0000 mgr.smithi001.qhtxni (mgr.14180 2023-11-08T02:01:05.860 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:01:05 smithi001 conmon[82545]: ) 234 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:01:06.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:01:06 smithi001 conmon[82545]: cluster 2023-11-08T02:01:05.164216+0000 2023-11-08T02:01:06.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:01:06 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:01:06.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:01:06 smithi023 conmon[87519]: cluster 2023-11-08T02:01:05.164216+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:01:07.553 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:01:07.553 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z 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.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:01:07.978 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:01:08.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:01:08 smithi023 conmon[87519]: cluster 2023-11-08T02:01:07.164762+0000 mgr.smithi001.qhtxni (mgr.14180) 236 : cluster [DBG] pgmap v189: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:01:08.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:01:08 smithi001 conmon[82545]: cluster 2023-11-08T02:01:07.164762+0000 mgr.smithi001.qhtxni (mgr.14180) 236 : cluster [DBG] pgmap v189: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:01:08.979 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:01:09.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:01:09 smithi023 conmon[87519]: audit 2023-11-08T02:01:07.549186+0000 mgr.smithi001.qhtxni (mgr.14180) 237 : audit 2023-11-08T02:01:09.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:01:09 smithi023 conmon[87519]: [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:01:09.880 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:01:09 smithi001 conmon[82545]: audit 2023-11-08T02:01:07.549186+0000 mgr.smithi001.qhtxni 2023-11-08T02:01:09.880 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:01:09 smithi001 conmon[82545]: (mgr.14180) 237 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:01:10.661 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:01:10.661 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z 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.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:01:10.686 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:01:10 smithi001 conmon[82545]: cluster 2023-11-08T02:01:09.165308+0000 mgr.smithi001.qhtxni (mgr.14180) 238 : cluster [DBG] pgmap v190: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:01:10.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:01:10 smithi023 conmon[87519]: cluster 2023-11-08T02:01:09.165308+0000 mgr.smithi001.qhtxni (mgr.14180) 238 : cluster [DBG] pgmap v190: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:01:11.041 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:01:12.042 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:01:12.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:01:12 smithi023 conmon[87519]: audit 2023-11-08T02:01:10.657249+0000 mgr.smithi001.qhtxni (mgr.14180) 239 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:01:12.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:01:12 smithi023 conmon[87519]: cluster 2023-11-08T02:01:11.165946+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:01:12.783 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:01:12 smithi001 conmon[82545]: audit 2023-11-08T02:01:10.657249+0000 mgr.smithi001.qhtxni (mgr.14180) 239 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:01:12.783 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:01:12 smithi001 conmon[82545]: cluster 2023-11-08T02:01:11.165946+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:01:13.844 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:01:13.845 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z 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.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:01:14.291 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:01:14.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:01:14 smithi023 conmon[87519]: cluster 2023-11-08T02:01:13.166518+0000 mgr.smithi001.qhtxni (mgr 2023-11-08T02:01:14.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:01:14 smithi023 conmon[87519]: .14180) 241 : cluster [DBG] pgmap v192: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:01:14.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:01:14 smithi001 conmon[82545]: cluster 2023-11-08T02:01:13.166518+0000 mgr.smithi001.qhtxni (mgr.14180) 241 : cluster [DBG] pgmap v192: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:01:15.292 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:01:15.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:01:15 smithi001 conmon[82545]: audit 2023-11-08T02:01:13.841021+0000 mgr.smithi001.qhtxni (mgr 2023-11-08T02:01:15.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:01:15 smithi001 conmon[82545]: .14180) 242 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:01:15.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:01:15 smithi023 conmon[87519]: audit 2023-11-08T02:01:13.841021+0000 mgr.smithi001.qhtxni (mgr.14180) 242 : audit [DBG] 2023-11-08T02:01:15.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:01:15 smithi023 conmon[87519]: from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:01:16.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:01:16 smithi023 conmon[87519]: cluster 2023-11-08T02:01:15.167428+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:01:16.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:01:16 smithi001 conmon[82545]: cluster 2023-11-08T02:01:15.167428+0000 mgr.smithi001.qhtxni 2023-11-08T02:01:16.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:01:16 smithi001 conmon[82545]: (mgr.14180) 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-11-08T02:01:16.983 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:01:16.983 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z 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.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:01:17.447 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:01:18.448 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:01:18.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:01:18 smithi023 conmon[87519]: audit 2023-11-08T02:01:16.979627+0000 mgr.smithi001.qhtxni (mgr.14180) 244 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:01:18.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:01:18 smithi023 conmon[87519]: cluster 2023-11-08T02:01:17.167992+0000 mgr.smithi001.qhtxni (mgr.14180) 245 : cluster [DBG] pgmap v194: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:01:18.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:01:18 smithi001 conmon[82545]: audit 2023-11-08T02:01:16.979627+0000 mgr.smithi001.qhtxni (mgr.14180) 244 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:01:18.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:01:18 smithi001 conmon[82545]: cluster 2023-11-08T02:01:17.167992+0000 mgr.smithi001.qhtxni (mgr.14180) 245 : cluster [DBG] pgmap v194: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:01:20.163 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:01:20.163 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z 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.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:01:20.597 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:01:20.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:01:20 smithi023 conmon[87519]: cluster 2023-11-08T02:01:19.168556+0000 mgr.smithi001.qhtxni (mgr.14180) 246 : cluster [DBG] pgmap v195: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:01:20.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:01:20 smithi001 conmon[82545]: cluster 2023-11-08T02:01:19.168556+0000 mgr.smithi001.qhtxni (mgr.14180) 246 : cluster [DBG] pgmap v195: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:01:21.598 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:01:21.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:01:21 smithi023 conmon[87519]: audit 2023-11-08T02:01:20.159008+0000 mgr.smithi001.qhtxni (mgr.14180) 247 : 2023-11-08T02:01:21.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:01:21 smithi023 conmon[87519]: audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:01:21.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:01:21 smithi001 conmon[82545]: audit 2023-11-08T02:01:20.159008+0000 mgr.smithi001.qhtxni (mgr.14180) 247 : audit 2023-11-08T02:01:21.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:01:21 smithi001 conmon[82545]: [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:01:22.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:01:22 smithi023 conmon[87519]: cluster 2023-11-08T02:01:21.169210+0000 mgr.smithi001.qhtxni (mgr.14180) 248 : cluster 2023-11-08T02:01:22.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:01:22 smithi023 conmon[87519]: [DBG] pgmap v196: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:01:22.790 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:01:22 smithi001 conmon[82545]: cluster 2023-11-08T02:01:21.169210 2023-11-08T02:01:22.790 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:01:22 smithi001 conmon[82545]: +0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:01:23.576 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:01:23.576 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z 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.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:01:24.049 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:01:24.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:01:24 smithi023 conmon[87519]: cluster 2023-11-08T02:01:23.169793+0000 mgr.smithi001.qhtxni (mgr.14180) 249 : 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-11-08T02:01:24.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:01:24 smithi001 conmon[82545]: cluster 2023-11-08T02:01:23.169793+0000 mgr.smithi001.qhtxni (mgr.14180) 249 : 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-11-08T02:01:25.053 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:01:25.810 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:01:25 smithi001 conmon[82545]: audit 2023-11-08T02:01:23.571658+0000 mgr.smithi001.qhtxni (mgr.14180) 250 : audit 2023-11-08T02:01:25.810 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:01:25 smithi001 conmon[82545]: [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:01:26.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:01:25 smithi023 conmon[87519]: audit 2023-11-08T02:01:23.571658+0000 mgr.smithi001.qhtxni (mgr.14180) 250 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:01:26.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:01:25 smithi023 conmon[87519]: 2023-11-08T02:01:26.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:01:26 smithi001 conmon[82545]: cluster 2023-11-08T02:01:25.170443+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:01:26.781 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:01:26.781 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z 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.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:01:27.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:01:26 smithi023 conmon[87519]: cluster 2023-11-08T02:01:25.170443+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:01:27.210 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:01:28.212 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:01:28.803 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:01:28 smithi001 conmon[82545]: audit 2023-11-08T02:01:26.776369+0000 mgr.smithi001.qhtxni (mgr 2023-11-08T02:01:28.804 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:01:28 smithi001 conmon[82545]: .14180) 252 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:01:28.804 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:01:28 smithi001 conmon[82545]: cluster 2023-11-08T02:01:27.171000+0000 mgr.smithi001.qhtxni (mgr.14180) 253 : cluster [DBG] pgmap v199: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:01:29.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:01:28 smithi023 conmon[87519]: audit 2023-11-08T02:01:26.776369+0000 mgr.smithi001.qhtxni (mgr.14180) 252 : 2023-11-08T02:01:29.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:01:28 smithi023 conmon[87519]: audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:01:29.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:01:28 smithi023 conmon[87519]: cluster 2023-11-08T02:01:27.171000+0000 mgr.smithi001.qhtxni (mgr.14180) 253 : cluster [DBG] pgmap v199: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:01:29.896 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:01:29.896 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z 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.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:01:29.917 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:01:29 smithi001 conmon[82545]: cluster 2023-11-08T02:01:29.171562+0000 mgr.smithi001.qhtxni (mgr.14180) 254 : cluster [DBG] pgmap v200: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:01:30.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:01:29 smithi023 conmon[87519]: cluster 2023-11-08T02:01:29.171562+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:01:30.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:01:29 smithi023 conmon[87519]: 254 : cluster [DBG] pgmap v200: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:01:30.261 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:01:30.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:01:30 smithi001 conmon[82545]: audit 2023-11-08T02:01:29.892621+0000 mgr.smithi001.qhtxni (mgr.14180) 255 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:01:31.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:01:30 smithi023 conmon[87519]: audit 2023-11-08T02:01:29.892621+0000 mgr.smithi001.qhtxni (mgr.14180) 255 : audit 2023-11-08T02:01:31.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:01:30 smithi023 conmon[87519]: [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:01:31.263 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:01:31.873 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:01:31 smithi001 conmon[82545]: cluster 2023-11-08T02:01:31.172248+0000 2023-11-08T02:01:31.874 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:01:31 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:01:32.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:01:31 smithi023 conmon[87519]: cluster 2023-11-08T02:01:31.172248+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:01:32.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:01:31 smithi023 conmon[87519]: 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-11-08T02:01:32.974 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:01:32.975 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z 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.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:01:33.427 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:01:34.428 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:01:34.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:01:34 smithi023 conmon[87519]: audit 2023-11-08T02:01:32.970359+0000 mgr.smithi001.qhtxni (mgr.14180) 257 : audit 2023-11-08T02:01:34.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:01:34 smithi023 conmon[87519]: [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:01:34.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:01:34 smithi023 conmon[87519]: cluster 2023-11-08T02:01:33.172931+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:01:34.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:01:34 smithi001 conmon[82545]: audit 2023-11-08T02:01:32. 2023-11-08T02:01:34.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:01:34 smithi001 conmon[82545]: 970359+0000 mgr.smithi001.qhtxni (mgr.14180) 257 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:01:34.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:01:34 smithi001 conmon[82545]: cluster 2023-11-08T02:01:33.172931+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:01:36.137 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:01:36.138 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z 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.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:01:36.575 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:01:36.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:01:36 smithi023 conmon[87519]: cluster 2023-11-08T02:01:35.173748+0000 mgr.smithi001.qhtxni (mgr.14180) 259 : cluster 2023-11-08T02:01:36.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:01:36 smithi023 conmon[87519]: [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-11-08T02:01:36.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:01:36 smithi001 conmon[82545]: cluster 2023-11-08T02:01:35.173748+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:01:37.576 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:01:37.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:01:37 smithi023 conmon[87519]: audit 2023-11-08T02:01:36.133459+0000 mgr.smithi001.qhtxni (mgr. 2023-11-08T02:01:37.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:01:37 smithi023 conmon[87519]: 14180) 260 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:01:37.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:01:37 smithi001 conmon[82545]: audit 2023-11-08T02:01:36.133459+0000 mgr.smithi001.qhtxni (mgr.14180) 260 : audit [DBG] 2023-11-08T02:01:37.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:01:37 smithi001 conmon[82545]: from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:01:38.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:01:38 smithi023 conmon[87519]: cluster 2023-11-08T02:01:37.174337+0000 mgr.smithi001.qhtxni (mgr.14180) 261 : 2023-11-08T02:01:38.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:01:38 smithi023 conmon[87519]: cluster [DBG] pgmap v204: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:01:38.928 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:01:38 smithi001 conmon[82545]: cluster 2023-11-08T02:01:37.174337 2023-11-08T02:01:38.928 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:01:38 smithi001 conmon[82545]: +0000 mgr.smithi001.qhtxni (mgr.14180) 261 : cluster [DBG] pgmap v204: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:01:39.317 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:01:39.317 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z 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.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:01:39.735 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:01:40.736 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:01:40.768 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:01:40 smithi001 conmon[82545]: cluster 2023-11-08T02:01:39.174966+0000 mgr.smithi001.qhtxni (mgr.14180) 262 : cluster [DBG] pgmap v205: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:01:40.768 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:01:40 smithi001 conmon[82545]: audit 2023-11-08T02:01:39.313338+0000 mgr.smithi001.qhtxni (mgr.14180) 263 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:01:40.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:01:40 smithi023 conmon[87519]: cluster 2023-11-08T02:01:39.174966+0000 mgr.smithi001.qhtxni (mgr.14180) 262 : cluster 2023-11-08T02:01:40.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:01:40 smithi023 conmon[87519]: [DBG] pgmap v205: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:01:40.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:01:40 smithi023 conmon[87519]: audit 2023-11-08T02:01:39.313338+0000 mgr.smithi001.qhtxni (mgr.14180) 263 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:01:42.421 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:01:42.422 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z 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.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:01:42.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:01:42 smithi001 conmon[82545]: cluster 2023-11-08T02:01:41.175504 2023-11-08T02:01:42.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:01:42 smithi001 conmon[82545]: +0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:01:42.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:01:42 smithi023 conmon[87519]: cluster 2023-11-08T02:01:41.175504+0000 mgr.smithi001.qhtxni (mgr.14180) 264 : cluster 2023-11-08T02:01:42.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:01:42 smithi023 conmon[87519]: [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-11-08T02:01:42.784 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:01:43.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:01:43 smithi023 conmon[87519]: audit 2023-11-08T02:01:42.417730+0000 mgr.smithi001.qhtxni (mgr.14180 2023-11-08T02:01:43.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:01:43 smithi023 conmon[87519]: ) 265 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:01:43.786 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:01:43.816 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:01:43 smithi001 conmon[82545]: audit 2023-11-08T02:01:42.417730+0000 mgr.smithi001.qhtxni (mgr.14180) 265 2023-11-08T02:01:43.816 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:01:43 smithi001 conmon[82545]: : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:01:44.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:01:44 smithi001 conmon[82545]: cluster 2023-11-08T02:01:43.176146+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:01:44.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:01:44 smithi023 conmon[87519]: cluster 2023-11-08T02:01:43.176146+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:01:45.607 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:01:45.607 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z 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.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:01:46.039 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:01:46.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:01:46 smithi023 conmon[87519]: cluster 2023-11-08T02:01:45.176811+0000 mgr.smithi001.qhtxni (mgr.14180) 267 : cluster [DBG] pgmap v208: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:01:46.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:01:46 smithi001 conmon[82545]: cluster 2023-11-08T02:01:45.176811+0000 mgr.smithi001.qhtxni ( 2023-11-08T02:01:46.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:01:46 smithi001 conmon[82545]: mgr.14180) 267 : cluster [DBG] pgmap v208: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:01:47.041 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:01:47.917 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:01:47 smithi001 conmon[82545]: audit 2023-11-08T02:01:45.603015+0000 mgr.smithi001.qhtxni 2023-11-08T02:01:47.918 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:01:47 smithi001 conmon[82545]: (mgr.14180) 268 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:01:48.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:01:47 smithi023 conmon[87519]: audit 2023-11-08T02:01:45.603015+0000 mgr.smithi001.qhtxni (mgr.14180) 268 : audit 2023-11-08T02:01:48.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:01:47 smithi023 conmon[87519]: [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:01:48.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:01:48 smithi001 conmon[82545]: cluster 2023-11-08T02:01:47.177353+0000 mgr.smithi001.qhtxni (mgr.14180) 269 : cluster [DBG] pgmap v209: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:01:48.732 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:01:48.732 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z 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.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:01:49.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:01:48 smithi023 conmon[87519]: cluster 2023-11-08T02:01:47.177353+0000 mgr.smithi001.qhtxni (mgr.14180) 269 2023-11-08T02:01:49.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:01:48 smithi023 conmon[87519]: : cluster [DBG] pgmap v209: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:01:49.199 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:01:50.200 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:01:50.806 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:01:50 smithi001 conmon[82545]: audit 2023-11-08T02:01:48.728427+0000 mgr.smithi001.qhtxni ( 2023-11-08T02:01:50.806 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:01:50 smithi001 conmon[82545]: mgr.14180) 270 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:01:50.806 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:01:50 smithi001 conmon[82545]: cluster 2023-11-08T02:01:49.178050+0000 mgr.smithi001.qhtxni (mgr.14180) 271 : cluster [DBG] pgmap v210: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:01:51.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:01:50 smithi023 conmon[87519]: audit 2023-11-08T02:01:48.728427+0000 mgr.smithi001.qhtxni (mgr.14180) 270 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:01:51.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:01:50 smithi023 conmon[87519]: cluster 2023-11-08T02:01:51.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:01:50 smithi023 conmon[87519]: 2023-11-08T02:01:49.178050+0000 mgr.smithi001.qhtxni (mgr.14180) 271 : cluster [DBG] pgmap v210: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:01:51.917 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:01:51.917 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z 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.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:01:52.349 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:01:52.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:01:52 smithi001 conmon[82545]: cluster 2023-11-08T02:01:51.178739+0000 mgr.smithi001.qhtxni (mgr.14180) 272 : cluster [DBG] pgmap v211: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:01:53.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:01:52 smithi023 conmon[87519]: cluster 2023-11-08T02:01:51.178739+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:01:53.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:01:52 smithi023 conmon[87519]: 272 : cluster [DBG] pgmap v211: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:01:53.350 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:01:53.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:01:53 smithi001 conmon[82545]: audit 2023-11-08T02:01:51.913334+0000 mgr.smithi001.qhtxni 2023-11-08T02:01:53.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:01:53 smithi001 conmon[82545]: (mgr.14180) 273 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:01:54.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:01:53 smithi023 conmon[87519]: audit 2023-11-08T02:01:51.913334+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:01:54.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:01:53 smithi023 conmon[87519]: 273 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:01:54.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:01:54 smithi023 conmon[87519]: cluster 2023-11-08T02:01:53.179562+0000 mgr.smithi001.qhtxni (mgr.14180) 274 : cluster [DBG] pgmap v212: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:01:54.810 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:01:54 smithi001 conmon[82545]: cluster 2023-11-08T02:01:53. 2023-11-08T02:01:54.810 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:01:54 smithi001 conmon[82545]: 179562+0000 mgr.smithi001.qhtxni (mgr.14180) 274 : cluster [DBG] pgmap v212: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:01:55.186 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:01:55.187 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z 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.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:01:55.626 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:01:56.627 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:01:56.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:01:56 smithi001 conmon[82545]: cluster 2023-11-08T02:01:55.180231+0000 mgr.smithi001.qhtxni (mgr.14180) 275 : cluster [DBG] pgmap v213: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:01:56.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:01:56 smithi001 conmon[82545]: audit 2023-11-08T02:01:55.182624+0000 mgr.smithi001.qhtxni (mgr.14180) 276 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:01:57.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:01:56 smithi023 conmon[87519]: cluster 2023-11-08T02:01:55.180231+0000 mgr.smithi001.qhtxni (mgr.14180) 275 : 2023-11-08T02:01:57.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:01:56 smithi023 conmon[87519]: cluster [DBG] pgmap v213: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:01:57.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:01:56 smithi023 conmon[87519]: audit 2023-11-08T02:01:55.182624+0000 mgr.smithi001.qhtxni (mgr.14180) 276 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:01:57.945 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:01:57 smithi001 conmon[82545]: cluster 2023-11-08T02:01:57.180764+0000 2023-11-08T02:01:57.945 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:01:57 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 277 : cluster [DBG] pgmap v214: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:01:58.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:01:57 smithi023 conmon[87519]: cluster 2023-11-08T02:01:57.180764+0000 mgr.smithi001.qhtxni (mgr.14180) 277 : cluster [DBG] pgmap v214: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:01:58.343 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:01:58.343 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z 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.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:01:58.687 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:01:59.688 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:01:59.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:01:59 smithi023 conmon[87519]: audit 2023-11-08T02:01:58.339442+0000 mgr.smithi001.qhtxni (mgr.14180) 278 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:01:59.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:01:59 smithi001 conmon[82545]: audit 2023-11-08T02:01:58.339442+0000 mgr.smithi001.qhtxni (mgr.14180) 278 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:02:00.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:00 smithi023 conmon[87519]: cluster 2023-11-08T02:01:59.181396+0000 mgr.smithi001.qhtxni (mgr.14180) 279 : cluster [DBG] pgmap v215: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:02:00.790 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:00 smithi001 conmon[82545]: cluster 2023-11-08T02:01:59.181396+0000 mgr.smithi001.qhtxni (mgr.14180) 279 : cluster [DBG] pgmap v215: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:02:01.369 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:02:01.369 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z 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.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:02:01.836 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:02:02.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:02 smithi023 conmon[87519]: cluster 2023-11-08T02:02:01.181945+0000 mgr.smithi001.qhtxni (mgr.14180) 280 : cluster [DBG] pgmap v216: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:02:02.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:02 smithi023 conmon[87519]: audit 2023-11-08T02:02:01.364893+0000 mgr.smithi001.qhtxni (mgr.14180) 281 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:02:02.838 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:02:02.869 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:02 smithi001 conmon[82545]: cluster 2023-11-08T02:02:01.181945+0000 mgr.smithi001.qhtxni (mgr 2023-11-08T02:02:02.869 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:02 smithi001 conmon[82545]: .14180) 280 : cluster [DBG] pgmap v216: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:02:02.870 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:02 smithi001 conmon[82545]: audit 2023-11-08T02:02:01.364893+0000 mgr.smithi001.qhtxni (mgr.14180) 281 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:02:04.560 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:02:04.560 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z 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.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:02:04.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:04 smithi023 conmon[87519]: cluster 2023-11-08T02:02:03.182535+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:02:04.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:04 smithi023 conmon[87519]: 282 : cluster [DBG] pgmap v217: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:02:04.798 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:04 smithi001 conmon[82545]: cluster 2023-11-08T02:02:03.182535+0000 mgr.smithi001.qhtxni (mgr.14180) 282 : cluster [DBG] pgmap v217: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:02:05.001 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:02:06.001 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:02:06.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:06 smithi023 conmon[87519]: audit 2023-11-08T02:02:04 2023-11-08T02:02:06.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:06 smithi023 conmon[87519]: .555644+0000 mgr.smithi001.qhtxni (mgr.14180) 283 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:02:06.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:06 smithi023 conmon[87519]: cluster 2023-11-08T02:02:05.183324+0000 mgr.smithi001.qhtxni 2023-11-08T02:02:06.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:06 smithi023 conmon[87519]: (mgr.14180) 284 : cluster [DBG] pgmap v218: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:02:06.914 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:06 smithi001 conmon[82545]: audit 2023-11-08T02:02:04.555644+0000 mgr.smithi001.qhtxni (mgr.14180) 283 : 2023-11-08T02:02:06.915 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:06 smithi001 conmon[82545]: audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:02:06.915 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:06 smithi001 conmon[82545]: cluster 2023-11-08T02:02:05.183324+0000 mgr.smithi001.qhtxni (mgr.14180) 284 : cluster [DBG] pgmap v218: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:02:07.709 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:02:07.710 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z 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.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:02:08.163 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:02:08.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:08 smithi023 conmon[87519]: cluster 2023-11-08T02:02:07.183902+0000 mgr.smithi001.qhtxni (mgr.14180) 285 : cluster [DBG] 2023-11-08T02:02:08.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:08 smithi023 conmon[87519]: pgmap v219: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:02:08.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:08 smithi001 conmon[82545]: cluster 2023-11-08T02:02:07.183902+0000 mgr.smithi001.qhtxni (mgr.14180) 285 : cluster [DBG] pgmap v219: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:02:09.164 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:02:09.778 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:09 smithi001 conmon[82545]: audit 2023-11-08T02:02:07.705701+0000 mgr.smithi001.qhtxni (mgr. 2023-11-08T02:02:09.778 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:09 smithi001 conmon[82545]: 14180) 286 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:02:09.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:09 smithi023 conmon[87519]: audit 2023-11-08T02:02:07.705701+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:02:09.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:09 smithi023 conmon[87519]: 286 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:02:10.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:10 smithi023 conmon[87519]: cluster 2023-11-08T02:02:09.184543+0000 mgr.smithi001.qhtxni (mgr.14180) 287 : cluster 2023-11-08T02:02:10.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:10 smithi023 conmon[87519]: [DBG] pgmap v220: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2023-11-08T02:02:10.934 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:02:10.935 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z 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.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:02:10.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:10 smithi001 conmon[82545]: cluster 2023-11-08T02:02:09.184543+0000 mgr.smithi001.qhtxni (mgr.14180) 287 : cluster [DBG] pgmap v220: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2023-11-08T02:02:11.332 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:02:12.334 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:02:12.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:12 smithi001 conmon[82545]: audit 2023-11-08T02:02:10.930985+0000 2023-11-08T02:02:12.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:12 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 288 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:02:12.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:12 smithi001 conmon[82545]: cluster 2023-11-08T02:02:11.185125+0000 mgr.smithi001.qhtxni (mgr.14180) 289 : cluster [DBG] pgmap v221: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:02:12.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:12 smithi023 conmon[87519]: audit 2023-11-08T02:02:10. 2023-11-08T02:02:12.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:12 smithi023 conmon[87519]: 930985+0000 mgr.smithi001.qhtxni (mgr.14180) 288 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:02:12.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:12 smithi023 conmon[87519]: cluster 2023-11-08T02:02:11.185125+0000 2023-11-08T02:02:12.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:12 smithi023 conmon[87519]: mgr.smithi001.qhtxni (mgr.14180) 289 : cluster [DBG] pgmap v221: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:02:14.056 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:02:14.056 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z 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.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:02:14.399 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:02:14.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:14 smithi001 conmon[82545]: cluster 2023-11-08T02:02:13.185683+0000 mgr.smithi001.qhtxni (mgr.14180) 290 : cluster [DBG] pgmap v222: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:02:14.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:14 smithi023 conmon[87519]: cluster 2023-11-08T02:02:13.185683+0000 mgr.smithi001.qhtxni (mgr. 2023-11-08T02:02:14.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:14 smithi023 conmon[87519]: 14180) 290 : cluster [DBG] pgmap v222: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:02:15.400 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:02:15.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:15 smithi001 conmon[82545]: audit 2023-11-08T02:02:14.051802+0000 mgr.smithi001.qhtxni (mgr 2023-11-08T02:02:15.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:15 smithi001 conmon[82545]: .14180) 291 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:02:16.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:15 smithi023 conmon[87519]: audit 2023-11-08T02:02:14.051802+0000 2023-11-08T02:02:16.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:15 smithi023 conmon[87519]: mgr.smithi001.qhtxni (mgr.14180) 291 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:02:16.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:16 smithi001 conmon[82545]: cluster 2023-11-08T02:02:15.186545+0000 mgr.smithi001.qhtxni 2023-11-08T02:02:16.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:16 smithi001 conmon[82545]: (mgr.14180) 292 : cluster [DBG] pgmap v223: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:02:17.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:16 smithi023 conmon[87519]: cluster 2023-11-08T02:02:15.186545+0000 mgr.smithi001.qhtxni (mgr.14180) 292 : cluster [DBG] pgmap v223: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:02:17.216 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:02:17.217 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z 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.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:02:17.561 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:02:18.562 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:02:18.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:18 smithi001 conmon[82545]: cluster 2023-11-08T02:02:17.187079+0000 mgr.smithi001.qhtxni (mgr.14180) 293 : cluster [DBG] pgmap v224: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:02:18.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:18 smithi001 conmon[82545]: audit 2023-11-08T02:02:17.213144+0000 mgr.smithi001.qhtxni (mgr.14180) 294 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:02:19.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:18 smithi023 conmon[87519]: cluster 2023-11-08T02:02:17.187079+0000 mgr.smithi001.qhtxni (mgr.14180) 293 : cluster [DBG] pgmap v224: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:02:19.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:18 smithi023 conmon[87519]: audit 2023-11-08T02:02:19.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:18 smithi023 conmon[87519]: 2023-11-08T02:02:17.213144+0000 mgr.smithi001.qhtxni (mgr.14180) 294 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:02:20.309 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:02:20.309 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z 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.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:02:20.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:20 smithi001 conmon[82545]: cluster 2023-11-08T02:02:19.187865+0000 mgr.smithi001.qhtxni (mgr.14180) 295 : cluster [DBG] pgmap v225: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:02:20.715 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:02:21.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:20 smithi023 conmon[87519]: cluster 2023-11-08T02:02:19.187865+0000 mgr.smithi001.qhtxni (mgr.14180) 295 : cluster [DBG] pgmap v225: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:02:21.716 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:02:21.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:21 smithi001 conmon[82545]: audit 2023-11-08T02:02:20.305488+0000 2023-11-08T02:02:21.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:21 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 296 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:02:21.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:21 smithi001 conmon[82545]: audit 2023-11-08T02:02:20.892221+0000 mon.smithi001 (mon.0) 666 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi023.jnkgfj"}]: dispatch 2023-11-08T02:02:22.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:21 smithi023 conmon[87519]: audit 2023-11-08T02:02:20.305488+0000 mgr.smithi001.qhtxni (mgr.14180) 296 : 2023-11-08T02:02:22.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:21 smithi023 conmon[87519]: audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:02:22.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:21 smithi023 conmon[87519]: audit 2023-11-08T02:02:20.892221+0000 mon.smithi001 (mon.0) 666 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi023.jnkgfj"}]: dispatch 2023-11-08T02:02:22.830 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:22 smithi001 conmon[82545]: cephadm 2023-11-08T02:02:20.891725+0000 2023-11-08T02:02:22.831 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:22 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 297 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj 2023-11-08T02:02:22.831 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:22 smithi001 conmon[82545]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj 2023-11-08T02:02:22.831 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:22 smithi001 conmon[82545]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj 2023-11-08T02:02:22.831 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:22 smithi001 conmon[82545]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj 2023-11-08T02:02:22.831 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:22 smithi001 conmon[82545]: Deploy daemon haproxy.nfs.foo.smithi023.jnkgfj ... 2023-11-08T02:02:22.832 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:22 smithi001 conmon[82545]: 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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:02:22.832 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:22 smithi001 conmon[82545]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T02:02:22.832 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:22 smithi001 conmon[82545]: stat: stderr time="2023-11-08T02:00:28Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:02:22.832 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:22 smithi001 conmon[82545]: stat: stderr time="2023-11-08T02:01:06Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:02:22.832 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:22 smithi001 conmon[82545]: stat: stderr time="2023-11-08T02:01:43Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:02:22.833 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:22 smithi001 conmon[82545]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T02:02:22.833 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:22 smithi001 conmon[82545]: 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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:02:22.833 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:22 smithi001 conmon[82545]: Traceback (most recent call last): 2023-11-08T02:02:22.833 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:22 smithi001 conmon[82545]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:02:22.834 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:22 smithi001 conmon[82545]: yield (conn, connr) 2023-11-08T02:02:22.834 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:22 smithi001 conmon[82545]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:02:22.834 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:22 smithi001 conmon[82545]: code, '\n'.join(err))) 2023-11-08T02:02:22.834 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:22 smithi001 conmon[82545]: 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-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj 2023-11-08T02:02:22.834 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:22 smithi001 conmon[82545]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj 2023-11-08T02:02:22.835 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:22 smithi001 conmon[82545]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj 2023-11-08T02:02:22.835 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:22 smithi001 conmon[82545]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj 2023-11-08T02:02:22.835 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:22 smithi001 conmon[82545]: Deploy daemon haproxy.nfs.foo.smithi023.jnkgfj ... 2023-11-08T02:02:22.835 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:22 smithi001 conmon[82545]: 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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:02:22.835 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:22 smithi001 conmon[82545]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T02:02:22.836 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:22 smithi001 conmon[82545]: stat: stderr time="2023-11-08T02:00:28Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:02:22.836 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:22 smithi001 conmon[82545]: stat: stderr time="2023-11-08T02:01:06Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:02:22.836 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:22 smithi001 conmon[82545]: stat: stderr time="2023-11-08T02:01:43Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:02:22.837 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:22 smithi001 conmon[82545]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T02:02:22.837 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:22 smithi001 conmon[82545]: 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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:02:22.837 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:22 smithi001 conmon[82545]: cephadm 2023-11-08T02:02:20.891916+0000 mgr.smithi001.qhtxni (mgr.14180) 298 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi023.jnkgfj 2023-11-08T02:02:22.838 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:22 smithi001 conmon[82545]: cephadm 2023-11-08T02:02:20.892835+0000 mgr.smithi001.qhtxni (mgr.14180) 299 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Statu 2023-11-08T02:02:22.838 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:22 smithi001 conmon[82545]: s}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj 2023-11-08T02:02:22.838 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:22 smithi001 conmon[82545]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj 2023-11-08T02:02:22.839 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:22 smithi001 conmon[82545]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj 2023-11-08T02:02:22.839 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:22 smithi001 conmon[82545]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj 2023-11-08T02:02:22.840 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:22 smithi001 conmon[82545]: Deploy daemon haproxy.nfs.foo.smithi023.jnkgfj ... 2023-11-08T02:02:22.840 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:22 smithi001 conmon[82545]: 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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:02:22.840 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:22 smithi001 conmon[82545]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T02:02:22.841 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:22 smithi001 conmon[82545]: stat: stderr time="2023-11-08T02:00:28Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:02:22.841 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:22 smithi001 conmon[82545]: stat: stderr time="2023-11-08T02:01:06Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:02:22.841 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:22 smithi001 conmon[82545]: stat: stderr time="2023-11-08T02:01:43Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:02:22.842 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:22 smithi001 conmon[82545]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T02:02:22.842 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:22 smithi001 conmon[82545]: 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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:02:22.842 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:22 smithi001 conmon[82545]: cephadm 2023-11-08T02:02:20.894320+0000 mgr.smithi001.qhtxni (mgr.14180) 300 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi001.sgbvne on smithi001 2023-11-08T02:02:22.843 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:22 smithi001 conmon[82545]: cluster 2023-11-08T02:02:21.188425+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:02:23.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:22 smithi023 conmon[87519]: cephadm 2023-11-08T02:02:20.891725+0000 mgr.smithi001.qhtxni (mgr.14180) 297 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj 2023-11-08T02:02:23.030 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:22 smithi023 conmon[87519]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj 2023-11-08T02:02:23.030 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:22 smithi023 conmon[87519]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj 2023-11-08T02:02:23.030 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:22 smithi023 conmon[87519]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj 2023-11-08T02:02:23.030 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:22 smithi023 conmon[87519]: Deploy daemon haproxy.nfs.foo.smithi023.jnkgfj ... 2023-11-08T02:02:23.031 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:22 smithi023 conmon[87519]: 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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:02:23.031 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:22 smithi023 conmon[87519]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T02:02:23.031 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:22 smithi023 conmon[87519]: stat: stderr time="2023-11-08T02:00:28Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:02:23.031 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:22 smithi023 conmon[87519]: stat: stderr time="2023-11-08T02:01:06Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:02:23.031 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:22 smithi023 conmon[87519]: stat: stderr time="2023-11-08T02:01:43Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:02:23.032 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:22 smithi023 conmon[87519]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T02:02:23.032 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:22 smithi023 conmon[87519]: 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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:02:23.032 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:22 smithi023 conmon[87519]: Traceback (most recent call last): 2023-11-08T02:02:23.032 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:22 smithi023 conmon[87519]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:02:23.032 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:22 smithi023 conmon[87519]: yield (conn, connr) 2023-11-08T02:02:23.033 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:22 smithi023 conmon[87519]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:02:23.033 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:22 smithi023 conmon[87519]: code, '\n'.join(err))) 2023-11-08T02:02:23.033 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:22 smithi023 conmon[87519]: 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-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj 2023-11-08T02:02:23.033 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:22 smithi023 conmon[87519]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj 2023-11-08T02:02:23.033 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:22 smithi023 conmon[87519]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj 2023-11-08T02:02:23.034 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:22 smithi023 conmon[87519]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj 2023-11-08T02:02:23.034 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:22 smithi023 conmon[87519]: Deploy daemon haproxy.nfs.foo.smithi023.jnkgfj ... 2023-11-08T02:02:23.034 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:22 smithi023 conmon[87519]: 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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:02:23.034 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:22 smithi023 conmon[87519]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T02:02:23.034 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:22 smithi023 conmon[87519]: stat: stderr time="2023-11-08T02:00:28Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:02:23.035 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:22 smithi023 conmon[87519]: stat: stderr time="2023-11-08T02:01:06Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:02:23.035 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:22 smithi023 conmon[87519]: stat: stderr time="2023-11-08T02:01:43Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:02:23.035 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:22 smithi023 conmon[87519]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T02:02:23.035 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:22 smithi023 conmon[87519]: 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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:02:23.036 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:22 smithi023 conmon[87519]: cephadm 2023-11-08T02:02:20.891916+0000 mgr.smithi001.qhtxni (mgr.14180) 298 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi023.jnkgfj 2023-11-08T02:02:23.036 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:22 smithi023 conmon[87519]: cephadm 2023-11-08T02:02:20.892835+0000 mgr.smithi001.qhtxni (mgr.14180) 299 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj 2023-11-08T02:02:23.036 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:22 smithi023 conmon[87519]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj 2023-11-08T02:02:23.036 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:22 smithi023 conmon[87519]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj 2023-11-08T02:02:23.036 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:22 smithi023 conmon[87519]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj 2023-11-08T02:02:23.036 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:22 smithi023 conmon[87519]: Deploy daemon haproxy.nfs.foo.smithi023.jnkgfj ... 2023-11-08T02:02:23.037 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:22 smithi023 conmon[87519]: 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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:02:23.037 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:22 smithi023 conmon[87519]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T02:02:23.037 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:22 smithi023 conmon[87519]: stat: stderr time="2023-11-08T02:00:28Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:02:23.037 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:22 smithi023 conmon[87519]: stat: stderr time="2023-11-08T02:01:06Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:02:23.037 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:22 smithi023 conmon[87519]: stat: stderr time="2023-11-08T02:01:43Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:02:23.038 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:22 smithi023 conmon[87519]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T02:02:23.038 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:22 smithi023 conmon[87519]: 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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:02:23.038 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:22 smithi023 conmon[87519]: cephadm 2023-11-08T02:02:20.894320+0000 mgr.smithi001.qhtxni (mgr.14180) 300 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi001.sgbvne on smithi001 2023-11-08T02:02:23.038 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:22 smithi023 conmon[87519]: cluster 2023-11-08T02:02:21.188425+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:02:23.523 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:02:23.523 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:02:23.952 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:02:24.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:24 smithi023 conmon[87519]: cluster 2023-11-08T02:02:23.189319+0000 mgr.smithi001.qhtxni (mgr.14180) 302 : cluster [DBG] pgmap v227: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:02:24.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:24 smithi023 conmon[87519]: audit 2023-11-08T02:02:23.519066+0000 mgr.smithi001.qhtxni (mgr.14180) 303 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:02:24.954 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:02:24.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:24 smithi001 conmon[82545]: cluster 2023-11-08T02:02:23.189319+0000 mgr.smithi001.qhtxni (mgr.14180) 302 : cluster [DBG] pgmap v227: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:02:24.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:24 smithi001 conmon[82545]: audit 2023-11-08T02:02:23.519066+0000 mgr.smithi001.qhtxni (mgr.14180) 303 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:02:26.653 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:02:26.653 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:02:26.853 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:26 smithi001 conmon[82545]: cluster 2023-11-08T02:02:25.189990+0000 mgr.smithi001.qhtxni (mgr.14180) 304 : cluster 2023-11-08T02:02:26.854 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:26 smithi001 conmon[82545]: [DBG] pgmap v228: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:02:27.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:26 smithi023 conmon[87519]: cluster 2023-11-08T02:02:25.189990+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:02:27.103 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:02:27.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:27 smithi001 conmon[82545]: audit 2023-11-08T02:02:26.648995+0000 mgr.smithi001.qhtxni (mgr. 2023-11-08T02:02:27.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:27 smithi001 conmon[82545]: 14180) 305 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:02:27.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:27 smithi001 conmon[82545]: cluster 2023-11-08T02:02: 2023-11-08T02:02:27.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:27 smithi001 conmon[82545]: 27.190458+0000 mgr.smithi001.qhtxni (mgr.14180) 306 : cluster [DBG] pgmap v229: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:02:28.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:27 smithi023 conmon[87519]: audit 2023-11-08T02:02:26.648995+0000 mgr.smithi001.qhtxni (mgr.14180) 305 2023-11-08T02:02:28.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:27 smithi023 conmon[87519]: : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:02:28.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:27 smithi023 conmon[87519]: cluster 2023-11-08T02:02:27.190458+0000 mgr.smithi001.qhtxni (mgr.14180) 306 : cluster [DBG] pgmap v229: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:02:28.104 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:02:29.783 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:02:29.783 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:02:30.148 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:02:30.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:30 smithi023 conmon[87519]: cluster 2023-11-08T02:02:29.191072+0000 mgr.smithi001.qhtxni (mgr.14180) 307 : cluster [DBG] pgmap v230: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:02:30.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:30 smithi001 conmon[82545]: cluster 2023-11-08T02:02:29.191072+0000 mgr.smithi001.qhtxni (mgr.14180) 307 : cluster [DBG] pgmap v230: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:02:31.150 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:02:31.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:31 smithi023 conmon[87519]: audit 2023-11-08T02:02:29.778530+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:02:31.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:31 smithi023 conmon[87519]: 308 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:02:31.872 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:31 smithi001 conmon[82545]: audit 2023-11-08T02:02:29.778530+0000 mgr.smithi001.qhtxni 2023-11-08T02:02:31.873 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:31 smithi001 conmon[82545]: (mgr.14180) 308 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:02:32.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:32 smithi023 conmon[87519]: cluster 2023-11-08T02:02:31.191742+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:02:32.858 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:02:32.859 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:02:32.879 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:32 smithi001 conmon[82545]: cluster 2023-11-08T02:02:31.191742+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:02:33.297 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:02:34.299 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:02:34.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:34 smithi001 conmon[82545]: audit 2023-11-08T02:02:32 2023-11-08T02:02:34.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:34 smithi001 conmon[82545]: .854944+0000 mgr.smithi001.qhtxni (mgr.14180) 310 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:02:34.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:34 smithi001 conmon[82545]: cluster 2023-11-08T02:02:33.192517+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:02:34.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:34 smithi023 conmon[87519]: audit 2023-11-08T02:02:32.854944+0000 mgr.smithi001.qhtxni (mgr.14180) 310 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:02:34.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:34 smithi023 conmon[87519]: cluster 2023-11-08T02:02:33.192517+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:02:35.993 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:02:35.993 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:02:36.446 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:02:36.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:36 smithi001 conmon[82545]: cluster 2023-11-08T02:02:35.193300+0000 mgr.smithi001.qhtxni (mgr.14180) 312 : cluster [DBG] pgmap v233: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:02:36.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:36 smithi023 conmon[87519]: cluster 2023-11-08T02:02:35.193300+0000 mgr.smithi001.qhtxni (mgr.14180) 312 2023-11-08T02:02:36.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:36 smithi023 conmon[87519]: : cluster [DBG] pgmap v233: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:02:37.447 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:02:37.958 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:37 smithi001 conmon[82545]: audit 2023-11-08T02:02:35.989355+0000 mgr.smithi001.qhtxni (mgr.14180) 313 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:02:38.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:37 smithi023 conmon[87519]: audit 2023-11-08T02:02:35.989355+0000 mgr.smithi001.qhtxni (mgr.14180) 313 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:02:38.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:38 smithi001 conmon[82545]: cluster 2023-11-08T02:02:37.193898+0000 mgr.smithi001.qhtxni 2023-11-08T02:02:38.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:38 smithi001 conmon[82545]: (mgr.14180) 314 : cluster [DBG] pgmap v234: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:02:39.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:38 smithi023 conmon[87519]: cluster 2023-11-08T02:02:37.193898+0000 mgr.smithi001.qhtxni (mgr.14180) 314 : cluster [DBG] pgmap v234: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:02:39.174 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:02:39.174 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:02:39.592 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:02:40.594 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:02:40.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:40 smithi001 conmon[82545]: audit 2023-11-08T02:02:39.170347+0000 mgr.smithi001.qhtxni (mgr.14180) 315 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:02:40.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:40 smithi001 conmon[82545]: cluster 2023-11-08T02:02:39.194629+0000 mgr.smithi001.qhtxni (mgr.14180) 316 : cluster [DBG] pgmap v235: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:02:41.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:40 smithi023 conmon[87519]: audit 2023-11-08T02:02:39.170347+0000 mgr.smithi001.qhtxni (mgr.14180) 315 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:02:41.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:40 smithi023 conmon[87519]: cluster 2023-11-08T02:02:39.194629+0000 mgr.smithi001.qhtxni (mgr.14180) 316 : cluster [DBG] pgmap v235: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:02:42.325 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:02:42.326 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:02:42.699 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:42 smithi001 conmon[82545]: cluster 2023-11-08T02:02:41.195179+0000 mgr.smithi001.qhtxni (mgr.14180) 317 : cluster [DBG] pgmap v236: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:02:42.754 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:02:43.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:42 smithi023 conmon[87519]: cluster 2023-11-08T02:02:41.195179+0000 mgr.smithi001.qhtxni (mgr 2023-11-08T02:02:43.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:42 smithi023 conmon[87519]: .14180) 317 : cluster [DBG] pgmap v236: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:02:43.755 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:02:43.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:43 smithi001 conmon[82545]: audit 2023-11-08T02:02:42.321850+0000 mgr.smithi001.qhtxni (mgr. 2023-11-08T02:02:43.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:43 smithi001 conmon[82545]: 14180) 318 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:02:44.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:43 smithi023 conmon[87519]: audit 2023-11-08T02:02:42.321850+0000 mgr.smithi001.qhtxni (mgr.14180) 318 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:02:44.685 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:44 smithi001 conmon[82545]: cluster 2023-11-08T02:02:43 2023-11-08T02:02:44.685 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:44 smithi001 conmon[82545]: .195910+0000 mgr.smithi001.qhtxni (mgr.14180) 319 : cluster [DBG] pgmap v237: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:02:44.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:44 smithi023 conmon[87519]: cluster 2023-11-08T02:02:43.195910+0000 mgr.smithi001.qhtxni (mgr. 2023-11-08T02:02:44.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:44 smithi023 conmon[87519]: 14180) 319 : cluster [DBG] pgmap v237: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:02:45.482 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:02:45.482 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:02:45.914 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:02:46.916 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:02:46.946 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:46 smithi001 conmon[82545]: cluster 2023-11-08T02:02:45.196596+0000 mgr.smithi001.qhtxni (mgr. 2023-11-08T02:02:46.947 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:46 smithi001 conmon[82545]: 14180) 320 : cluster [DBG] pgmap v238: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:02:46.947 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:46 smithi001 conmon[82545]: audit 2023-11-08T02:02:45.477573+0000 mgr.smithi001.qhtxni (mgr.14180) 321 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:02:47.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:46 smithi023 conmon[87519]: cluster 2023-11-08T02:02:45.196596+0000 mgr.smithi001.qhtxni (mgr.14180 2023-11-08T02:02:47.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:46 smithi023 conmon[87519]: ) 320 : cluster [DBG] pgmap v238: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:02:47.030 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:46 smithi023 conmon[87519]: audit 2023-11-08T02:02:45.477573+0000 mgr.smithi001.qhtxni (mgr.14180) 321 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:02:48.633 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:02:48.633 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:02:48.841 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:48 smithi001 conmon[82545]: cluster 2023-11-08T02:02:47.197158+0000 mgr.smithi001.qhtxni (mgr.14180) 322 : cluster [DBG] pgmap v239: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:02:49.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:48 smithi023 conmon[87519]: cluster 2023-11-08T02:02:47.197158+0000 mgr.smithi001.qhtxni (mgr.14180) 322 : cluster [DBG] pgmap v239: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:02:49.076 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:02:50.078 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:02:50.822 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:50 smithi001 conmon[82545]: audit 2023-11-08T02:02:48.628191+0000 mgr.smithi001.qhtxni ( 2023-11-08T02:02:50.823 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:50 smithi001 conmon[82545]: mgr.14180) 323 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:02:50.823 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:50 smithi001 conmon[82545]: cluster 2023-11-08T02:02:49.197782+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:02:51.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:50 smithi023 conmon[87519]: audit 2023-11-08T02:02:48.628191+0000 mgr.smithi001.qhtxni (mgr.14180) 323 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:02:51.030 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:50 smithi023 conmon[87519]: cluster 2023-11-08T02:02:49.197782+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:02:51.797 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:02:51.797 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:02:52.239 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:02:52.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:52 smithi001 conmon[82545]: cluster 2023-11-08T02:02:51.198425+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:02:53.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:52 smithi023 conmon[87519]: cluster 2023-11-08T02:02:51.198425+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:02:53.241 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:02:53.827 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:53 smithi001 conmon[82545]: audit 2023-11-08T02:02:51.793678+0000 mgr.smithi001.qhtxni (mgr 2023-11-08T02:02:53.828 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:53 smithi001 conmon[82545]: .14180) 326 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:02:53.828 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:53 smithi001 conmon[82545]: cluster 2023-11-08T02:02:53.199301+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:02:54.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:53 smithi023 conmon[87519]: audit 2023-11-08T02:02:51.793678+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:02:54.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:53 smithi023 conmon[87519]: 326 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:02:54.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:53 smithi023 conmon[87519]: cluster 2023-11-08T02:02:53.199301+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:02:54.932 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:02:54.932 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:02:55.297 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:02:56.298 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:02:56.529 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:56 smithi023 conmon[87519]: audit 2023-11-08T02:02:54.928370+0000 mgr.smithi001.qhtxni (mgr.14180) 328 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:02:56.529 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:56 smithi023 conmon[87519]: cluster 2023-11-08T02:02:55.199958+0000 mgr.smithi001.qhtxni (mgr.14180) 329 : cluster [DBG] pgmap v243: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:02:56.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:56 smithi001 conmon[82545]: audit 2023-11-08T02:02:54.928370+0000 mgr.smithi001.qhtxni (mgr.14180) 328 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:02:56.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:56 smithi001 conmon[82545]: cluster 2023-11-08T02:02:55.199958+0000 mgr.smithi001.qhtxni (mgr.14180) 329 : cluster [DBG] pgmap v243: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:02:58.015 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:02:58.016 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:02:58.410 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:58 smithi001 conmon[82545]: cluster 2023-11-08T02:02:57.200634+0000 mgr.smithi001.qhtxni (mgr.14180) 330 : cluster [DBG] pgmap v244: 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-11-08T02:02:58.455 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:02:58.529 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:58 smithi023 conmon[87519]: cluster 2023-11-08T02:02:57.200634+0000 mgr.smithi001.qhtxni (mgr.14180) 330 : cluster [DBG] pgmap v244: 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-11-08T02:02:59.456 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:02:59.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:02:59 smithi023 conmon[87519]: audit 2023-11-08T02:02:58.011342+0000 mgr.smithi001.qhtxni (mgr.14180) 331 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:02:59.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:59 smithi001 conmon[82545]: audit 2023-11-08T02:02:58.011342+0000 2023-11-08T02:02:59.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:02:59 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 331 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:03:00.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:03:00 smithi001 conmon[82545]: cluster 2023-11-08T02:02:59.201342+0000 mgr.smithi001.qhtxni (mgr.14180) 332 : cluster [DBG] pgmap v245: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 938 B/s rd, 85 B/s wr, 1 op/s 2023-11-08T02:03:00.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:00 smithi023 conmon[87519]: cluster 2023-11-08T02:02:59.201342+0000 mgr.smithi001.qhtxni (mgr.14180) 332 : cluster [DBG] pgmap v245: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 938 B/s rd, 85 B/s wr, 1 op/s 2023-11-08T02:03:01.206 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:03:01.207 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:03:01.622 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:03:02.623 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:03:02.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:02 smithi023 conmon[87519]: audit 2023-11-08T02:03:01.201792+0000 mgr.smithi001.qhtxni (mgr.14180) 333 : audit 2023-11-08T02:03:02.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:02 smithi023 conmon[87519]: [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:03:02.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:02 smithi023 conmon[87519]: cluster 2023-11-08T02:03:01.202364+0000 mgr.smithi001.qhtxni (mgr.14180) 334 : cluster [DBG] pgmap v246: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2023-11-08T02:03:02.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:03:02 smithi001 conmon[82545]: audit 2023-11-08T02:03:01.201792+0000 mgr.smithi001.qhtxni (mgr.14180) 333 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:03:02.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:03:02 smithi001 conmon[82545]: cluster 2023-11-08T02:03:01.202364+0000 mgr.smithi001.qhtxni (mgr.14180) 334 : cluster [DBG] pgmap v246: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2023-11-08T02:03:04.334 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:03:04.334 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:03:04.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:03:04 smithi001 conmon[82545]: cluster 2023-11-08T02:03:03.202942+0000 mgr.smithi001.qhtxni 2023-11-08T02:03:04.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:03:04 smithi001 conmon[82545]: (mgr.14180) 335 : cluster [DBG] pgmap v247: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2023-11-08T02:03:04.775 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:03:04.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:04 smithi023 conmon[87519]: cluster 2023-11-08T02:03:03.202942+0000 mgr.smithi001.qhtxni 2023-11-08T02:03:04.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:04 smithi023 conmon[87519]: (mgr.14180) 335 : cluster [DBG] pgmap v247: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2023-11-08T02:03:05.776 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:03:05.806 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:03:05 smithi001 conmon[82545]: audit 2023-11-08T02:03:04.329949+0000 mgr.smithi001.qhtxni (mgr.14180 2023-11-08T02:03:05.806 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:03:05 smithi001 conmon[82545]: ) 336 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:03:06.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:05 smithi023 conmon[87519]: audit 2023-11-08T02:03:04.329949+0000 mgr.smithi001.qhtxni (mgr.14180) 336 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:03:06.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:03:06 smithi001 conmon[82545]: cluster 2023-11-08T02:03:05.203786+0000 mgr.smithi001.qhtxni (mgr.14180) 337 : cluster [DBG] pgmap v248: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2023-11-08T02:03:07.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:06 smithi023 conmon[87519]: cluster 2023-11-08T02:03:05.203786+0000 mgr.smithi001.qhtxni (mgr.14180) 337 : cluster [DBG] pgmap v248: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2023-11-08T02:03:07.482 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:03:07.483 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:03:07.832 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:03:08.834 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:03:08.865 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:03:08 smithi001 conmon[82545]: cluster 2023-11-08T02:03:07.204335+0000 mgr.smithi001.qhtxni ( 2023-11-08T02:03:08.866 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:03:08 smithi001 conmon[82545]: mgr.14180) 338 : cluster [DBG] pgmap v249: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 85 B/s wr, 1 op/s 2023-11-08T02:03:08.866 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:03:08 smithi001 conmon[82545]: audit 2023-11-08T02:03:07.477914+0000 mgr.smithi001.qhtxni (mgr.14180) 339 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:03:09.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:08 smithi023 conmon[87519]: cluster 2023-11-08T02:03:07.204335+0000 mgr.smithi001.qhtxni (mgr.14180) 338 : cluster [DBG] pgmap v249: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 85 B/s wr, 1 op/s 2023-11-08T02:03:09.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:08 smithi023 conmon[87519]: audit 2023-11-08T02:03:07.477914+0000 mgr.smithi001.qhtxni (mgr.14180) 339 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:03:10.550 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:03:10.550 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:03:10.939 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:03:10 smithi001 conmon[82545]: cluster 2023-11-08T02:03:09.204914+0000 mgr.smithi001.qhtxni (mgr.14180) 340 : cluster [DBG] pgmap v250: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 597 B/s rd, 0 op/s 2023-11-08T02:03:10.990 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:03:11.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:10 smithi023 conmon[87519]: cluster 2023-11-08T02:03:09.204914+0000 mgr.smithi001.qhtxni (mgr.14180) 340 : cluster [DBG] pgmap v250: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 597 B/s rd, 0 op/s 2023-11-08T02:03:11.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:03:11 smithi001 conmon[82545]: audit 2023-11-08T02:03:10.546103+0000 mgr.smithi001.qhtxni (mgr.14180) 341 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:03:11.991 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:03:12.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:11 smithi023 conmon[87519]: audit 2023-11-08T02:03:10.546103+0000 mgr.smithi001.qhtxni (mgr.14180) 341 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:03:12.897 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:03:12 smithi001 conmon[82545]: cluster 2023-11-08T02:03:11.205709+0000 mgr.smithi001.qhtxni (mgr.14180) 342 : cluster [DBG] pgmap v251: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2023-11-08T02:03:13.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:12 smithi023 conmon[87519]: cluster 2023-11-08T02:03:11.205709+0000 mgr.smithi001.qhtxni (mgr. 2023-11-08T02:03:13.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:12 smithi023 conmon[87519]: 14180) 342 : cluster [DBG] pgmap v251: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2023-11-08T02:03:13.702 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:03:13.702 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:03:14.150 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:03:14.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:14 smithi023 conmon[87519]: cluster 2023-11-08T02:03:13.206273+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:03:14.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:03:14 smithi001 conmon[82545]: cluster 2023-11-08T02:03:13.206273+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:03:15.152 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:03:15.892 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:03:15 smithi001 conmon[82545]: audit 2023-11-08T02:03:13.698251+0000 mgr.smithi001.qhtxni (mgr.14180 2023-11-08T02:03:15.892 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:03:15 smithi001 conmon[82545]: ) 344 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:03:16.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:15 smithi023 conmon[87519]: audit 2023-11-08T02:03:13.698251+0000 mgr.smithi001.qhtxni (mgr.14180) 344 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:03:16.857 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:03:16.858 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:03:16.885 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:03:16 smithi001 conmon[82545]: cluster 2023-11-08T02:03:15.207074+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:03:17.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:16 smithi023 conmon[87519]: cluster 2023-11-08T02:03:15.207074+0000 mgr.smithi001.qhtxni (mgr.14180 2023-11-08T02:03:17.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:16 smithi023 conmon[87519]: ) 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-11-08T02:03:17.301 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:03:18.302 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:03:18.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:03:18 smithi001 conmon[82545]: audit 2023-11-08T02:03:16.853901+0000 mgr.smithi001.qhtxni ( 2023-11-08T02:03:18.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:03:18 smithi001 conmon[82545]: mgr.14180) 346 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:03:18.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:03:18 smithi001 conmon[82545]: cluster 2023-11-08T02:03:17.207663+0000 mgr.smithi001.qhtxni (mgr.14180) 347 : cluster [DBG] pgmap v254: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:03:19.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:18 smithi023 conmon[87519]: audit 2023-11-08T02:03:16.853901+0000 mgr.smithi001.qhtxni (mgr.14180) 346 : 2023-11-08T02:03:19.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:18 smithi023 conmon[87519]: audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:03:19.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:18 smithi023 conmon[87519]: cluster 2023-11-08T02:03:17.207663+0000 mgr.smithi001.qhtxni (mgr.14180) 347 : cluster [DBG] pgmap v254: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:03:19.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:03:19 smithi001 conmon[82545]: cluster 2023-11-08T02:03:19.208833+0000 mgr.smithi001.qhtxni (mgr.14180) 348 : cluster [DBG] pgmap v255: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:03:20.027 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:03:20.027 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:03:20.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:19 smithi023 conmon[87519]: cluster 2023-11-08T02:03:19.208833+0000 mgr.smithi001.qhtxni (mgr.14180 2023-11-08T02:03:20.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:19 smithi023 conmon[87519]: ) 348 : cluster [DBG] pgmap v255: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:03:20.449 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:03:20.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:03:20 smithi001 conmon[82545]: audit 2023-11-08T02:03:20.022517+0000 2023-11-08T02:03:20.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:03:20 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 349 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:03:21.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:20 smithi023 conmon[87519]: audit 2023-11-08T02:03:20.022517+0000 mgr.smithi001.qhtxni (mgr.14180) 349 : 2023-11-08T02:03:21.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:20 smithi023 conmon[87519]: audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:03:21.450 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:03:21.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:03:21 smithi001 conmon[82545]: cluster 2023-11-08T02:03:21.209563+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:03:21.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:03:21 smithi001 conmon[82545]: 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-11-08T02:03:22.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:21 smithi023 conmon[87519]: cluster 2023-11-08T02:03:21.209563+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:03:23.141 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:03:23.142 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:03:23.596 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:03:24.597 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:03:24.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:24 smithi023 conmon[87519]: audit 2023-11-08T02:03:23.137690+0000 mgr.smithi001.qhtxni (mgr.14180) 351 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:03:24.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:24 smithi023 conmon[87519]: cluster 2023-11-08T02:03:23.210067+0000 mgr.smithi001.qhtxni (mgr.14180) 352 : cluster [DBG] pgmap v257: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:03:24.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:03:24 smithi001 conmon[82545]: audit 2023-11-08T02:03:23.137690+0000 mgr.smithi001.qhtxni (mgr.14180) 351 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:03:24.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:03:24 smithi001 conmon[82545]: cluster 2023-11-08T02:03:23.210067+0000 mgr.smithi001.qhtxni (mgr.14180) 352 : cluster [DBG] pgmap v257: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:03:26.383 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:03:26.383 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:03:26.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:03:26 smithi001 conmon[82545]: cluster 2023-11-08T02:03:25.211212+0000 2023-11-08T02:03:26.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:03:26 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:03:26.845 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:03:27.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:26 smithi023 conmon[87519]: cluster 2023-11-08T02:03:25.211212+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:03:27.847 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:03:27.877 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:03:27 smithi001 conmon[82545]: audit 2023-11-08T02:03:26.379149+0000 mgr.smithi001.qhtxni (mgr.14180 2023-11-08T02:03:27.878 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:03:27 smithi001 conmon[82545]: ) 354 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:03:28.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:27 smithi023 conmon[87519]: audit 2023-11-08T02:03:26.379149+0000 mgr.smithi001.qhtxni (mgr.14180) 354 : audit 2023-11-08T02:03:28.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:27 smithi023 conmon[87519]: [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:03:28.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:03:28 smithi001 conmon[82545]: cluster 2023-11-08T02:03:27.211715+0000 mgr.smithi001.qhtxni (mgr.14180) 355 : cluster [DBG] pgmap v259: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:03:29.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:28 smithi023 conmon[87519]: cluster 2023-11-08T02:03:27.211715+0000 mgr.smithi001.qhtxni (mgr.14180) 355 : cluster [DBG] pgmap v259: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:03:29.522 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:03:29.523 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:03:29.913 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:03:30.915 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:03:30.947 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:03:30 smithi001 conmon[82545]: cluster 2023-11-08T02:03:29.212375+0000 mgr.smithi001.qhtxni (mgr. 2023-11-08T02:03:30.948 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:03:30 smithi001 conmon[82545]: 14180) 356 : cluster [DBG] pgmap v260: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:03:30.948 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:03:30 smithi001 conmon[82545]: audit 2023-11-08T02:03:29.518512+0000 mgr.smithi001.qhtxni (mgr.14180) 357 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:03:31.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:30 smithi023 conmon[87519]: cluster 2023-11-08T02:03:29.212375+0000 mgr.smithi001.qhtxni (mgr.14180) 356 : 2023-11-08T02:03:31.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:30 smithi023 conmon[87519]: cluster [DBG] pgmap v260: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:03:31.030 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:30 smithi023 conmon[87519]: audit 2023-11-08T02:03:29.518512+0000 mgr.smithi001.qhtxni (mgr.14180) 357 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:03:32.614 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:03:32.614 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:03:32.829 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:03:32 smithi001 conmon[82545]: cluster 2023-11-08T02:03:31.213127+0000 2023-11-08T02:03:32.829 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:03:32 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:03:33.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:32 smithi023 conmon[87519]: cluster 2023-11-08T02:03:31.213127+0000 mgr.smithi001.qhtxni (mgr.14180) 358 : cluster 2023-11-08T02:03:33.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:32 smithi023 conmon[87519]: [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-11-08T02:03:33.079 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:03:34.079 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:03:34.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:34 smithi023 conmon[87519]: audit 2023-11-08T02:03:32.610550+0000 mgr.smithi001.qhtxni (mgr.14180 2023-11-08T02:03:34.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:34 smithi023 conmon[87519]: ) 359 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:03:34.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:34 smithi023 conmon[87519]: cluster 2023-11-08T02:03:33.213934+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:03:34.812 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:03:34 smithi001 conmon[82545]: audit 2023-11-08T02:03:32.610550+0000 mgr.smithi001.qhtxni (mgr.14180) 359 : audit 2023-11-08T02:03:34.813 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:03:34 smithi001 conmon[82545]: [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:03:34.813 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:03:34 smithi001 conmon[82545]: cluster 2023-11-08T02:03:33.213934+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:03:35.821 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:03:35.822 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:03:36.226 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:03:36.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:03:36 smithi001 conmon[82545]: cluster 2023-11-08T02:03:35.214611+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:03:37.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:36 smithi023 conmon[87519]: cluster 2023-11-08T02:03:35.214611+0000 mgr.smithi001.qhtxni (mgr.14180) 361 : cluster 2023-11-08T02:03:37.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:36 smithi023 conmon[87519]: [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-11-08T02:03:37.227 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:03:37.819 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:03:37 smithi001 conmon[82545]: audit 2023-11-08T02:03:35.818294+0000 mgr.smithi001.qhtxni (mgr.14180) 362 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:03:38.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:37 smithi023 conmon[87519]: audit 2023-11-08T02:03:35.818294+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:03:38.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:37 smithi023 conmon[87519]: 362 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:03:38.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:03:38 smithi001 conmon[82545]: cluster 2023-11-08T02:03:37 2023-11-08T02:03:38.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:03:38 smithi001 conmon[82545]: .215203+0000 mgr.smithi001.qhtxni (mgr.14180) 363 : cluster [DBG] pgmap v264: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:03:39.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:38 smithi023 conmon[87519]: cluster 2023-11-08T02:03:37.215203+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:03:39.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:38 smithi023 conmon[87519]: 363 : cluster [DBG] pgmap v264: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:03:39.057 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:03:39.058 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:03:39.488 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:03:40.490 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:03:40.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:03:40 smithi001 conmon[82545]: audit 2023-11-08T02:03:39.054169+0000 mgr.smithi001.qhtxni (mgr.14180) 364 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:03:40.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:03:40 smithi001 conmon[82545]: cluster 2023-11-08T02:03:39.215790+0000 mgr.smithi001.qhtxni (mgr.14180) 365 : cluster [DBG] pgmap v265: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:03:41.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:40 smithi023 conmon[87519]: audit 2023-11-08T02:03:39.054169+0000 mgr.smithi001.qhtxni (mgr.14180) 364 : audit 2023-11-08T02:03:41.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:40 smithi023 conmon[87519]: [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:03:41.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:40 smithi023 conmon[87519]: cluster 2023-11-08T02:03:39.215790+0000 mgr.smithi001.qhtxni (mgr.14180) 365 : cluster [DBG] pgmap v265: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:03:42.209 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:03:42.210 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:03:42.551 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:03:42.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:03:42 smithi001 conmon[82545]: cluster 2023-11-08T02:03:41.216425+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:03:43.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:42 smithi023 conmon[87519]: cluster 2023-11-08T02:03:41.216425+0000 mgr.smithi001.qhtxni (mgr.14180) 366 2023-11-08T02:03:43.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:42 smithi023 conmon[87519]: : cluster [DBG] pgmap v266: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:03:43.552 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:03:43.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:03:43 smithi001 conmon[82545]: audit 2023-11-08T02:03:42.205444+0000 mgr.smithi001.qhtxni (mgr.14180) 367 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:03:44.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:43 smithi023 conmon[87519]: audit 2023-11-08T02:03:42.205444+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:03:44.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:43 smithi023 conmon[87519]: 367 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:03:44.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:44 smithi023 conmon[87519]: cluster 2023-11-08T02:03:43.217288+0000 mgr.smithi001.qhtxni (mgr.14180 2023-11-08T02:03:44.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:44 smithi023 conmon[87519]: ) 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-11-08T02:03:44.861 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:03:44 smithi001 conmon[82545]: cluster 2023-11-08T02:03:43.217288+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:03:45.249 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:03:45.249 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:03:45.605 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:03:45.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:03:45 smithi001 conmon[82545]: cluster 2023-11-08T02:03:45.217909+0000 mgr.smithi001.qhtxni (mgr.14180) 369 : cluster 2023-11-08T02:03:45.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:03:45 smithi001 conmon[82545]: [DBG] pgmap v268: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:03:45.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:03:45 smithi001 conmon[82545]: audit 2023-11-08T02:03:45.245162+0000 mgr.smithi001.qhtxni (mgr.14180) 370 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:03:46.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:45 smithi023 conmon[87519]: cluster 2023-11-08T02:03:45.217909+0000 mgr.smithi001.qhtxni (mgr.14180) 369 2023-11-08T02:03:46.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:45 smithi023 conmon[87519]: : cluster [DBG] pgmap v268: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:03:46.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:45 smithi023 conmon[87519]: audit 2023-11-08T02:03:45.245162+0000 mgr.smithi001.qhtxni (mgr.14180) 370 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:03:46.607 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:03:48.440 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:03:48.440 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:03:48.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:03:48 smithi001 conmon[82545]: cluster 2023-11-08T02:03:47.218742+0000 mgr.smithi001.qhtxni (mgr.14180) 371 : cluster [DBG] pgmap v269: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:03:48.529 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:48 smithi023 conmon[87519]: cluster 2023-11-08T02:03:47.218742+0000 mgr.smithi001.qhtxni (mgr.14180) 371 : 2023-11-08T02:03:48.529 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:48 smithi023 conmon[87519]: cluster [DBG] pgmap v269: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:03:48.856 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:03:49.857 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:03:49.889 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:03:49 smithi001 conmon[82545]: audit 2023-11-08T02:03:48.435923+0000 mgr.smithi001.qhtxni (mgr.14180 2023-11-08T02:03:49.890 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:03:49 smithi001 conmon[82545]: ) 372 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:03:50.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:49 smithi023 conmon[87519]: audit 2023-11-08T02:03:48.435923+0000 mgr.smithi001.qhtxni (mgr.14180) 372 : audit 2023-11-08T02:03:50.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:49 smithi023 conmon[87519]: [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:03:50.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:03:50 smithi001 conmon[82545]: cluster 2023-11-08T02:03:49.219334+0000 mgr.smithi001.qhtxni (mgr.14180) 373 : cluster [DBG] pgmap v270: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:03:51.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:50 smithi023 conmon[87519]: cluster 2023-11-08T02:03:49.219334+0000 mgr.smithi001.qhtxni (mgr.14180) 373 : 2023-11-08T02:03:51.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:50 smithi023 conmon[87519]: cluster [DBG] pgmap v270: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:03:51.583 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:03:51.583 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:03:52.022 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:03:52.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:03:52 smithi001 conmon[82545]: cluster 2023-11-08T02:03:51.219985+0000 mgr.smithi001.qhtxni (mgr 2023-11-08T02:03:52.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:03:52 smithi001 conmon[82545]: .14180) 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-11-08T02:03:53.023 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:03:53.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:52 smithi023 conmon[87519]: cluster 2023-11-08T02:03:51.219985+0000 mgr.smithi001.qhtxni (mgr.14180) 374 : cluster 2023-11-08T02:03:53.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:52 smithi023 conmon[87519]: [DBG] pgmap v271: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:03:53.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:03:53 smithi001 conmon[82545]: audit 2023-11-08T02:03:51.578726+0000 mgr.smithi001.qhtxni (mgr. 2023-11-08T02:03:53.934 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:03:53 smithi001 conmon[82545]: 14180) 375 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:03:54.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:53 smithi023 conmon[87519]: audit 2023-11-08T02:03:51.578726+0000 mgr.smithi001.qhtxni (mgr.14180 2023-11-08T02:03:54.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:53 smithi023 conmon[87519]: ) 375 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:03:54.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:03:54 smithi001 conmon[82545]: cluster 2023-11-08T02:03:53.220529+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:03:54.733 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:03:54.733 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:03:54.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:54 smithi023 conmon[87519]: cluster 2023-11-08T02:03:53.220529+0000 mgr.smithi001.qhtxni (mgr.14180 2023-11-08T02:03:54.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:54 smithi023 conmon[87519]: ) 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-11-08T02:03:55.084 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:03:56.086 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:03:56.825 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:03:56 smithi001 conmon[82545]: audit 2023-11-08T02:03:54.729918+0000 mgr.smithi001.qhtxni (mgr. 2023-11-08T02:03:56.826 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:03:56 smithi001 conmon[82545]: 14180) 377 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:03:56.826 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:03:56 smithi001 conmon[82545]: cluster 2023-11-08T02:03:55.221376+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:03:57.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:56 smithi023 conmon[87519]: audit 2023-11-08T02:03:54.729918+0000 mgr.smithi001.qhtxni (mgr.14180) 377 : 2023-11-08T02:03:57.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:56 smithi023 conmon[87519]: audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:03:57.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:56 smithi023 conmon[87519]: cluster 2023-11-08T02:03:55.221376+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:03:57.817 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:03:57.817 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:03:58.246 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:03:58.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:03:58 smithi001 conmon[82545]: cluster 2023-11-08T02:03:57.221937+0000 mgr.smithi001.qhtxni (mgr.14180) 379 : cluster [DBG] pgmap v274: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:03:59.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:58 smithi023 conmon[87519]: cluster 2023-11-08T02:03:57.221937+0000 mgr.smithi001.qhtxni (mgr.14180) 379 2023-11-08T02:03:59.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:58 smithi023 conmon[87519]: : cluster [DBG] pgmap v274: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:03:59.248 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:03:59.816 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:03:59 smithi001 conmon[82545]: audit 2023-11-08T02:03:57.813002+0000 mgr.smithi001.qhtxni ( 2023-11-08T02:03:59.817 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:03:59 smithi001 conmon[82545]: mgr.14180) 380 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:04:00.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:59 smithi023 conmon[87519]: audit 2023-11-08T02:03:57.813002+0000 mgr.smithi001.qhtxni (mgr. 2023-11-08T02:04:00.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:03:59 smithi023 conmon[87519]: 14180) 380 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:04:00.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:00 smithi001 conmon[82545]: cluster 2023-11-08 2023-11-08T02:04:00.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:00 smithi001 conmon[82545]: T02:03:59.222616+0000 mgr.smithi001.qhtxni (mgr.14180) 381 : cluster [DBG] pgmap v275: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:04:00.986 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:04:00.986 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:04:01.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:00 smithi023 conmon[87519]: cluster 2023-11-08T02:03:59.222616+0000 mgr.smithi001.qhtxni (mgr.14180) 381 : cluster 2023-11-08T02:04:01.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:00 smithi023 conmon[87519]: [DBG] pgmap v275: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:04:01.405 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:04:02.406 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:04:02.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:02 smithi001 conmon[82545]: audit 2023-11-08T02:04:00.982842+0000 mgr.smithi001.qhtxni (mgr.14180) 382 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:04:02.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:02 smithi001 conmon[82545]: cluster 2023-11-08T02:04:01.223275+0000 mgr.smithi001.qhtxni (mgr.14180) 383 : cluster [DBG] pgmap v276: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:04:03.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:02 smithi023 conmon[87519]: audit 2023-11-08T02:04:00.982842+0000 mgr.smithi001.qhtxni (mgr.14180) 382 : 2023-11-08T02:04:03.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:02 smithi023 conmon[87519]: audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:04:03.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:02 smithi023 conmon[87519]: cluster 2023-11-08T02:04:01.223275+0000 mgr.smithi001.qhtxni (mgr.14180) 383 : cluster [DBG] pgmap v276: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:04:04.085 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:04:04.085 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:04:04.470 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:04:04.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:04 smithi001 conmon[82545]: cluster 2023-11-08T02:04:03.224019+0000 2023-11-08T02:04:04.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:04 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:04:04.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:04 smithi023 conmon[87519]: cluster 2023-11-08T02:04:03.224019+0000 mgr.smithi001.qhtxni (mgr. 2023-11-08T02:04:04.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:04 smithi023 conmon[87519]: 14180) 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-11-08T02:04:05.472 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:04:05.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:05 smithi001 conmon[82545]: audit 2023-11-08T02:04:04.080920+0000 mgr.smithi001.qhtxni (mgr.14180) 385 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:04:06.030 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:05 smithi023 conmon[87519]: audit 2023-11-08T02:04:04.080920+0000 mgr.smithi001.qhtxni (mgr.14180) 385 2023-11-08T02:04:06.031 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:05 smithi023 conmon[87519]: : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:04:06.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:06 smithi001 conmon[82545]: cluster 2023-11-08T02:04:05.224741+0000 mgr.smithi001.qhtxni (mgr. 2023-11-08T02:04:06.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:06 smithi001 conmon[82545]: 14180) 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-11-08T02:04:07.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:06 smithi023 conmon[87519]: cluster 2023-11-08T02:04:05.224741+0000 mgr.smithi001.qhtxni (mgr.14180) 386 : cluster [DBG] 2023-11-08T02:04:07.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:06 smithi023 conmon[87519]: pgmap v278: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:04:07.162 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:04:07.162 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:04:07.518 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:04:07.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:07 smithi001 conmon[82545]: audit 2023-11-08T02:04:07.158136+0000 mgr.smithi001.qhtxni (mgr.14180) 387 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:04:07.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:07 smithi001 conmon[82545]: 2023-11-08T02:04:07.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:07 smithi001 conmon[82545]: cluster 2023-11-08T02:04:07.225293+0000 mgr.smithi001.qhtxni (mgr.14180) 388 : cluster [DBG] pgmap v279: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:04:08.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:07 smithi023 conmon[87519]: audit 2023-11-08T02:04:07.158136+0000 mgr.smithi001.qhtxni (mgr.14180) 387 2023-11-08T02:04:08.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:07 smithi023 conmon[87519]: : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:04:08.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:07 smithi023 conmon[87519]: cluster 2023-11-08T02:04:07.225293+0000 mgr.smithi001.qhtxni (mgr.14180) 388 : cluster [DBG] pgmap v279: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:04:08.520 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:04:10.221 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:04:10.221 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:04:10.670 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:04:10.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:10 smithi001 conmon[82545]: cluster 2023-11-08T02:04:09.225881+0000 mgr.smithi001.qhtxni (mgr.14180) 389 : cluster [DBG] pgmap v280: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:04:11.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:10 smithi023 conmon[87519]: cluster 2023-11-08T02:04:09.225881+0000 mgr.smithi001.qhtxni (mgr.14180) 389 : cluster [DBG] pgmap v280: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:04:11.671 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:04:11.958 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:11 smithi001 conmon[82545]: audit 2023-11-08T02:04:10.216653+0000 mgr.smithi001.qhtxni ( 2023-11-08T02:04:11.958 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:11 smithi001 conmon[82545]: mgr.14180) 390 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:04:12.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:11 smithi023 conmon[87519]: audit 2023-11-08T02:04:10.216653+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:04:12.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:11 smithi023 conmon[87519]: 390 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:04:12.836 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:12 smithi001 conmon[82545]: cluster 2023-11-08T02:04:11.226706+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:04:13.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:12 smithi023 conmon[87519]: cluster 2023-11-08T02:04:11.226706+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:04:13.536 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:04:13.536 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:04:13.924 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:04:14.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:14 smithi023 conmon[87519]: cluster 2023-11-08T02:04:13.227209+0000 mgr.smithi001.qhtxni ( 2023-11-08T02:04:14.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:14 smithi023 conmon[87519]: mgr.14180) 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-11-08T02:04:14.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:14 smithi023 conmon[87519]: audit 2023-11-08T02:04:13.531773+0000 mgr.smithi001.qhtxni (mgr.14180) 393 2023-11-08T02:04:14.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:14 smithi023 conmon[87519]: : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:04:14.926 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:04:14.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:14 smithi001 conmon[82545]: cluster 2023-11-08T02:04:13.227209+0000 mgr.smithi001.qhtxni (mgr 2023-11-08T02:04:14.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:14 smithi001 conmon[82545]: .14180) 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-11-08T02:04:14.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:14 smithi001 conmon[82545]: audit 2023-11-08T02:04:13.531773+0000 mgr.smithi001.qhtxni (mgr.14180) 393 : audit [DBG] 2023-11-08T02:04:14.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:14 smithi001 conmon[82545]: from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:04:16.655 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:04:16.655 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:04:16.847 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:16 smithi001 conmon[82545]: cluster 2023-11-08T02:04:15.227818+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:04:17.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:16 smithi023 conmon[87519]: cluster 2023-11-08T02:04:15.227818+0000 mgr.smithi001.qhtxni (mgr.14180) 394 2023-11-08T02:04:17.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:16 smithi023 conmon[87519]: : cluster [DBG] pgmap v283: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:04:17.090 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:04:18.091 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:04:18.814 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:18 smithi001 conmon[82545]: audit 2023-11-08T02:04:16.651606+0000 mgr.smithi001.qhtxni (mgr.14180) 395 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:04:18.814 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:18 smithi001 conmon[82545]: cluster 2023-11-08T02:04:17.228441+0000 mgr.smithi001.qhtxni (mgr.14180) 396 : cluster [DBG] pgmap v284: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:04:19.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:18 smithi023 conmon[87519]: audit 2023-11-08T02:04:16.651606+0000 mgr.smithi001.qhtxni (mgr.14180) 395 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:04:19.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:18 smithi023 conmon[87519]: cluster 2023-11-08T02:04:17.228441+0000 mgr.smithi001.qhtxni (mgr.14180) 396 : cluster [DBG] pgmap v284: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:04:19.778 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:04:19.779 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:04:20.241 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:04:20.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:20 smithi001 conmon[82545]: cluster 2023-11-08T02:04:19.229198+0000 mgr.smithi001.qhtxni (mgr.14180) 397 : cluster [DBG] pgmap v285: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:04:21.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:20 smithi023 conmon[87519]: cluster 2023-11-08T02:04:19.229198+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:04:21.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:20 smithi023 conmon[87519]: 397 : cluster [DBG] pgmap v285: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:04:21.242 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:04:21.847 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:21 smithi001 conmon[82545]: audit 2023-11-08T02:04:19.774977+0000 mgr.smithi001.qhtxni (mgr.14180) 398 : audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:04:22.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:21 smithi023 conmon[87519]: audit 2023-11-08T02:04:19.774977+0000 mgr.smithi001.qhtxni (mgr.14180) 398 : audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:04:22.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:22 smithi001 conmon[82545]: cluster 2023-11-08T02:04:21.230125 2023-11-08T02:04:22.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:22 smithi001 conmon[82545]: +0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:04:23.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:22 smithi023 conmon[87519]: cluster 2023-11-08T02:04:21.230125+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:04:23.044 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:04:23.045 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:04:23.389 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:04:24.390 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:04:24.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:24 smithi001 conmon[82545]: audit 2023-11-08T02:04:23.040947 2023-11-08T02:04:24.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:24 smithi001 conmon[82545]: +0000 mgr.smithi001.qhtxni (mgr.14180) 400 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:04:24.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:24 smithi001 conmon[82545]: cluster 2023-11-08T02:04:23.230898+0000 mgr.smithi001.qhtxni (mgr.14180) 401 : cluster [DBG] pgmap v287: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:04:24.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:24 smithi023 conmon[87519]: audit 2023-11-08T02:04:23.040947+0000 mgr.smithi001.qhtxni (mgr.14180) 400 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:04:24.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:24 smithi023 conmon[87519]: cluster 2023-11-08T02:04:23.230898+0000 mgr.smithi001.qhtxni (mgr.14180) 401 : cluster [DBG] pgmap v287: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:04:26.113 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:04:26.114 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:04:26.550 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:04:26.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:26 smithi001 conmon[82545]: cluster 2023-11-08T02:04:25.231447+0000 2023-11-08T02:04:26.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:26 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:04:27.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:26 smithi023 conmon[87519]: cluster 2023-11-08T02:04:25. 2023-11-08T02:04:27.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:26 smithi023 conmon[87519]: 231447+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:04:27.551 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:04:27.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:27 smithi001 conmon[82545]: audit 2023-11-08T02:04:26.109280+0000 mgr.smithi001.qhtxni (mgr.14180) 403 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:04:28.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:27 smithi023 conmon[87519]: audit 2023-11-08T02:04:26.109280+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:04:28.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:27 smithi023 conmon[87519]: 403 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:04:28.906 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:28 smithi001 conmon[82545]: cluster 2023-11-08T02:04:27.232054 2023-11-08T02:04:28.907 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:28 smithi001 conmon[82545]: +0000 mgr.smithi001.qhtxni (mgr.14180) 404 : cluster [DBG] pgmap v289: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:04:29.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:28 smithi023 conmon[87519]: cluster 2023-11-08T02:04:27.232054+0000 mgr.smithi001.qhtxni (mgr.14180) 404 : cluster [DBG] pgmap v289: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:04:29.286 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:04:29.286 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:04:29.714 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:04:29.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:29 smithi001 conmon[82545]: cluster 2023-11-08T02:04:29.232601+0000 2023-11-08T02:04:29.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:29 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 405 : cluster [DBG] pgmap v290: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:04:29.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:29 smithi001 conmon[82545]: audit 2023-11-08T02:04:29.282667+0000 mgr.smithi001.qhtxni (mgr.14180) 406 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:04:30.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:29 smithi023 conmon[87519]: cluster 2023-11-08T02:04:29.232601+0000 mgr.smithi001.qhtxni (mgr.14180) 405 : cluster [DBG] pgmap v290: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:04:30.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:29 smithi023 conmon[87519]: audit 2023-11-08T02:04:29.282667+0000 mgr.smithi001.qhtxni (mgr.14180) 406 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:04:30.715 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:04:32.441 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:04:32.442 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:04:32.628 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:32 smithi001 conmon[82545]: cluster 2023-11-08T02:04:31.233358+0000 mgr.smithi001.qhtxni (mgr.14180) 407 : cluster [DBG] pgmap v291: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:04:32.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:32 smithi023 conmon[87519]: cluster 2023-11-08T02:04:31.233358+0000 mgr.smithi001.qhtxni (mgr.14180) 407 : cluster [DBG] pgmap v291: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:04:32.863 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:04:33.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:33 smithi001 conmon[82545]: audit 2023-11-08T02:04:32.437329+0000 mgr.smithi001.qhtxni (mgr.14180) 408 2023-11-08T02:04:33.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:33 smithi001 conmon[82545]: : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:04:33.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:33 smithi023 conmon[87519]: audit 2023-11-08T02:04:32.437329+0000 mgr.smithi001.qhtxni (mgr.14180) 408 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:04:33.864 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:04:34.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:34 smithi001 conmon[82545]: cluster 2023-11-08T02:04:33.234128+0000 mgr.smithi001.qhtxni (mgr.14180) 409 : cluster [DBG] pgmap v292: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:04:34.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:34 smithi023 conmon[87519]: cluster 2023-11-08T02:04:33.234128+0000 mgr.smithi001.qhtxni (mgr.14180) 409 : cluster [DBG] pgmap v292: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:04:35.565 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:04:35.565 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:04:35.925 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:04:36.926 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:04:36.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:36 smithi001 conmon[82545]: cluster 2023-11-08T02:04:35.234734+0000 mgr.smithi001.qhtxni (mgr.14180) 410 : cluster [DBG] pgmap v293: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:04:36.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:36 smithi001 conmon[82545]: audit 2023-11-08T02:04:35.561725+0000 mgr.smithi001.qhtxni (mgr.14180) 411 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:04:37.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:36 smithi023 conmon[87519]: cluster 2023-11-08T02:04:35.234734+0000 mgr.smithi001.qhtxni (mgr.14180) 410 : 2023-11-08T02:04:37.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:36 smithi023 conmon[87519]: cluster [DBG] pgmap v293: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:04:37.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:36 smithi023 conmon[87519]: audit 2023-11-08T02:04:35.561725+0000 mgr.smithi001.qhtxni (mgr.14180) 411 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:04:38.532 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:04:38.532 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:04:38.937 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:38 smithi001 conmon[82545]: cluster 2023-11-08T02:04:37.235554+0000 mgr.smithi001.qhtxni (mgr.14180) 412 : cluster [DBG] pgmap v294: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:04:38.989 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:04:39.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:38 smithi023 conmon[87519]: cluster 2023-11-08T02:04:37.235554+0000 mgr.smithi001.qhtxni (mgr.14180) 412 : cluster [DBG] pgmap v294: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:04:39.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:39 smithi001 conmon[82545]: audit 2023-11-08T02:04:38.528030+0000 mgr.smithi001.qhtxni 2023-11-08T02:04:39.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:39 smithi001 conmon[82545]: (mgr.14180) 413 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:04:39.990 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:04:40.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:39 smithi023 conmon[87519]: audit 2023-11-08T02:04:38.528030+0000 mgr.smithi001.qhtxni (mgr.14180) 413 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:04:40.911 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:40 smithi001 conmon[82545]: cluster 2023-11-08 2023-11-08T02:04:40.911 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:40 smithi001 conmon[82545]: T02:04:39.236255+0000 mgr.smithi001.qhtxni (mgr.14180) 414 : cluster [DBG] pgmap v295: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:04:41.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:40 smithi023 conmon[87519]: cluster 2023-11-08T02:04:39.236255+0000 mgr.smithi001.qhtxni (mgr.14180) 414 : cluster [DBG] pgmap v295: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:04:41.704 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:04:41.704 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:04:42.142 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:04:42.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:42 smithi001 conmon[82545]: cluster 2023-11-08T02:04:41.236923+0000 mgr.smithi001.qhtxni (mgr.14180) 415 : cluster [DBG] pgmap v296: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:04:43.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:42 smithi023 conmon[87519]: cluster 2023-11-08T02:04:41.236923+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:04:43.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:42 smithi023 conmon[87519]: 415 : cluster [DBG] pgmap v296: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:04:43.143 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:04:43.852 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:43 smithi001 conmon[82545]: audit 2023-11-08T02:04:41. 2023-11-08T02:04:43.852 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:43 smithi001 conmon[82545]: 700654+0000 mgr.smithi001.qhtxni (mgr.14180) 416 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:04:44.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:43 smithi023 conmon[87519]: audit 2023-11-08T02:04:41.700654+0000 mgr.smithi001.qhtxni (mgr 2023-11-08T02:04:44.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:43 smithi023 conmon[87519]: .14180) 416 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:04:44.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:44 smithi023 conmon[87519]: cluster 2023-11-08T02:04:43.237743+0000 mgr.smithi001.qhtxni (mgr.14180) 417 : cluster [DBG] pgmap v297: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:04:44.861 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:04:44.861 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:04:44.883 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:44 smithi001 conmon[82545]: cluster 2023-11-08T02:04:43.237743+0000 mgr.smithi001.qhtxni (mgr 2023-11-08T02:04:44.883 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:44 smithi001 conmon[82545]: .14180) 417 : cluster [DBG] pgmap v297: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:04:45.291 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:04:46.293 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:04:46.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:46 smithi001 conmon[82545]: audit 2023-11-08T02:04:44.857511+0000 mgr.smithi001.qhtxni (mgr.14180) 418 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:04:46.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:46 smithi001 conmon[82545]: cluster 2023-11-08T02:04:45.238356+0000 mgr.smithi001.qhtxni (mgr.14180) 419 : cluster [DBG] pgmap v298: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:04:47.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:46 smithi023 conmon[87519]: audit 2023-11-08T02:04:44.857511+0000 mgr.smithi001.qhtxni (mgr.14180) 418 2023-11-08T02:04:47.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:46 smithi023 conmon[87519]: : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:04:47.030 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:46 smithi023 conmon[87519]: cluster 2023-11-08T02:04:45.238356+0000 mgr.smithi001.qhtxni (mgr.14180) 419 : cluster [DBG] pgmap v298: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:04:48.005 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:04:48.005 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:04:48.453 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:04:48.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:48 smithi001 conmon[82545]: cluster 2023-11-08T02:04:47.238885 2023-11-08T02:04:48.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:48 smithi001 conmon[82545]: +0000 mgr.smithi001.qhtxni (mgr.14180) 420 : cluster [DBG] pgmap v299: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:04:49.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:48 smithi023 conmon[87519]: cluster 2023-11-08T02:04:47.238885+0000 mgr.smithi001.qhtxni (mgr.14180) 420 : cluster [DBG] pgmap v299: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:04:49.455 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:04:49.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:49 smithi001 conmon[82545]: audit 2023-11-08T02:04:48.001411+0000 mgr.smithi001.qhtxni (mgr.14180) 421 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:04:50.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:49 smithi023 conmon[87519]: audit 2023-11-08T02:04:48.001411+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:04:50.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:49 smithi023 conmon[87519]: 421 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:04:50.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:50 smithi001 conmon[82545]: cluster 2023-11-08T02:04:49.239547+0000 mgr.smithi001.qhtxni (mgr. 2023-11-08T02:04:50.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:50 smithi001 conmon[82545]: 14180) 422 : cluster [DBG] pgmap v300: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:04:50.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:50 smithi001 conmon[82545]: audit 2023-11-08T02:04:50.081769+0000 mon.smithi001 (mon.0) 667 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi001.sgbvne"}]: dispatch 2023-11-08T02:04:50.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:50 smithi001 conmon[82545]: audit 2023-11-08T02:04:50.087816+0000 mon.smithi001 (mon.0) 668 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T02:04:50.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:50 smithi001 conmon[82545]: audit 2023-11-08T02:04:50.089977+0000 mon.smithi001 (mon.0) 669 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:04:51.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:50 smithi023 conmon[87519]: cluster 2023-11-08T02:04:49.239547+0000 mgr.smithi001.qhtxni 2023-11-08T02:04:51.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:50 smithi023 conmon[87519]: (mgr.14180) 422 : cluster [DBG] pgmap v300: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:04:51.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:50 smithi023 conmon[87519]: audit 2023-11-08T02:04:50.081769+0000 mon.smithi001 (mon.0) 667 : audit [INF] 2023-11-08T02:04:51.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:50 smithi023 conmon[87519]: from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi001.sgbvne"}]: dispatch 2023-11-08T02:04:51.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:50 smithi023 conmon[87519]: audit 2023-11-08T 2023-11-08T02:04:51.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:50 smithi023 conmon[87519]: 02:04:50.087816+0000 mon.smithi001 (mon.0) 668 : audit 2023-11-08T02:04:51.030 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:50 smithi023 conmon[87519]: [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T02:04:51.030 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:50 smithi023 conmon[87519]: audit 2023-11-08T 2023-11-08T02:04:51.030 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:50 smithi023 conmon[87519]: 02:04:50.089977+0000 mon.smithi001 (mon.0) 2023-11-08T02:04:51.030 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:50 smithi023 conmon[87519]: 669 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:04:51.155 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:04:51.155 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:36.781931Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:36.782070Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:36.782142Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:36.782207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:36.782270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-08T02:04:51.511 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:04:51.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:51 smithi001 conmon[82545]: cephadm 2023-11-08T02:04:50.081286+0000 mgr.smithi001.qhtxni (mgr.14180 2023-11-08T02:04:51.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:51 smithi001 conmon[82545]: ) 423 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne 2023-11-08T02:04:51.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:51 smithi001 conmon[82545]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne 2023-11-08T02:04:51.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:51 smithi001 conmon[82545]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne 2023-11-08T02:04:51.958 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:51 smithi001 conmon[82545]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne 2023-11-08T02:04:51.958 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:51 smithi001 conmon[82545]: Deploy daemon haproxy.nfs.foo.smithi001.sgbvne ... 2023-11-08T02:04:51.958 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:51 smithi001 conmon[82545]: 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=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:04:51.958 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:51 smithi001 conmon[82545]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T02:04:51.958 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:51 smithi001 conmon[82545]: stat: stderr time="2023-11-08T02:02:57Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:04:51.959 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:51 smithi001 conmon[82545]: stat: stderr time="2023-11-08T02:03:35Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:04:51.959 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:51 smithi001 conmon[82545]: stat: stderr time="2023-11-08T02:04:12Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:04:51.959 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:51 smithi001 conmon[82545]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T02:04:51.959 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:51 smithi001 conmon[82545]: 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=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:04:51.959 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:51 smithi001 conmon[82545]: Traceback (most recent call last): 2023-11-08T02:04:51.960 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:51 smithi001 conmon[82545]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:04:51.960 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:51 smithi001 conmon[82545]: yield (conn, connr) 2023-11-08T02:04:51.960 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:51 smithi001 conmon[82545]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:04:51.960 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:51 smithi001 conmon[82545]: code, '\n'.join(err))) 2023-11-08T02:04:51.960 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:51 smithi001 conmon[82545]: 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-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne 2023-11-08T02:04:51.961 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:51 smithi001 conmon[82545]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne 2023-11-08T02:04:51.961 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:51 smithi001 conmon[82545]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne 2023-11-08T02:04:51.961 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:51 smithi001 conmon[82545]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne 2023-11-08T02:04:51.961 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:51 smithi001 conmon[82545]: Deploy daemon haproxy.nfs.foo.smithi001.sgbvne ... 2023-11-08T02:04:51.961 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:51 smithi001 conmon[82545]: 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=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:04:51.961 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:51 smithi001 conmon[82545]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T02:04:51.962 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:51 smithi001 conmon[82545]: stat: stderr time="2023-11-08T02:02:57Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:04:51.962 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:51 smithi001 conmon[82545]: stat: stderr time="2023-11-08T02:03:35Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:04:51.962 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:51 smithi001 conmon[82545]: stat: stderr time="2023-11-08T02:04:12Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:04:51.962 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:51 smithi001 conmon[82545]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T02:04:51.963 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:51 smithi001 conmon[82545]: 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=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:04:51.963 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:51 smithi001 conmon[82545]: cephadm 2023-11-08T02:04:50.0 2023-11-08T02:04:51.963 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:51 smithi001 conmon[82545]: 81438+0000 mgr.smithi001.qhtxni (mgr.14180) 424 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi001.sgbvne 2023-11-08T02:04:51.963 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:51 smithi001 conmon[82545]: cephadm 2023-11-08T02:04:50.082544+0000 mgr.smithi001.qhtxni (mgr.14180) 425 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne 2023-11-08T02:04:51.963 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:51 smithi001 conmon[82545]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne 2023-11-08T02:04:51.963 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:51 smithi001 conmon[82545]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne 2023-11-08T02:04:51.964 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:51 smithi001 conmon[82545]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne 2023-11-08T02:04:51.964 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:51 smithi001 conmon[82545]: Deploy daemon haproxy.nfs.foo.smithi001.sgbvne ... 2023-11-08T02:04:51.964 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:51 smithi001 conmon[82545]: 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=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:04:51.964 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:51 smithi001 conmon[82545]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T02:04:51.964 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:51 smithi001 conmon[82545]: stat: stderr time="2023-11-08T02:02:57Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:04:51.965 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:51 smithi001 conmon[82545]: stat: stderr time="2023-11-08T02:03:35Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:04:51.965 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:51 smithi001 conmon[82545]: stat: stderr time="2023-11-08T02:04:12Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:04:51.965 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:51 smithi001 conmon[82545]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T02:04:51.965 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:51 smithi001 conmon[82545]: 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=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:04:51.965 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:51 smithi001 conmon[82545]: cephadm 2023-11-08T02:04:50.088102+0000 mgr.smithi001.qhtxni (mgr.14180) 426 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:04:51.966 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:51 smithi001 conmon[82545]: cephadm 2023-11-08T02:04:50.089140+0000 mgr.smithi001.qhtxni (mgr.14180) 427 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:04:51.966 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:51 smithi001 conmon[82545]: cluster 2023-11-08T02:04:50.089954+0000 mgr.smithi001.qhtxni (mgr.14180) 428 : cluster [DBG] pgmap v301: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-11-08T02:04:51.966 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:51 smithi001 conmon[82545]: audit 2023-11-08T02:04:51.023718+0000 mon.smithi001 (mon.0) 670 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T02:04:51.966 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:51 smithi001 conmon[82545]: cluster 2023-11-08T02:04:51.086120+0000 mon.smithi001 (mon.0) 671 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T02:04:51.966 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:51 smithi001 conmon[82545]: audit 2023-11-08T02:04:51.151477+0000 mgr.smithi001.qhtxni (mgr.14180) 429 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:04:52.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:51 smithi023 conmon[87519]: cephadm 2023-11-08T02:04:50.081286+0000 mgr.smithi001.qhtxni (mgr.14180) 423 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne 2023-11-08T02:04:52.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:51 smithi023 conmon[87519]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne 2023-11-08T02:04:52.030 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:51 smithi023 conmon[87519]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne 2023-11-08T02:04:52.030 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:51 smithi023 conmon[87519]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne 2023-11-08T02:04:52.030 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:51 smithi023 conmon[87519]: Deploy daemon haproxy.nfs.foo.smithi001.sgbvne ... 2023-11-08T02:04:52.030 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:51 smithi023 conmon[87519]: 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=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:04:52.031 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:51 smithi023 conmon[87519]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T02:04:52.031 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:51 smithi023 conmon[87519]: stat: stderr time="2023-11-08T02:02:57Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:04:52.031 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:51 smithi023 conmon[87519]: stat: stderr time="2023-11-08T02:03:35Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:04:52.031 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:51 smithi023 conmon[87519]: stat: stderr time="2023-11-08T02:04:12Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:04:52.031 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:51 smithi023 conmon[87519]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T02:04:52.032 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:51 smithi023 conmon[87519]: 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=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:04:52.032 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:51 smithi023 conmon[87519]: Traceback (most recent call last): 2023-11-08T02:04:52.032 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:51 smithi023 conmon[87519]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:04:52.032 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:51 smithi023 conmon[87519]: yield (conn, connr) 2023-11-08T02:04:52.032 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:51 smithi023 conmon[87519]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:04:52.032 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:51 smithi023 conmon[87519]: code, '\n'.join(err))) 2023-11-08T02:04:52.033 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:51 smithi023 conmon[87519]: 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-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne 2023-11-08T02:04:52.033 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:51 smithi023 conmon[87519]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne 2023-11-08T02:04:52.033 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:51 smithi023 conmon[87519]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne 2023-11-08T02:04:52.033 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:51 smithi023 conmon[87519]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne 2023-11-08T02:04:52.033 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:51 smithi023 conmon[87519]: Deploy daemon haproxy.nfs.foo.smithi001.sgbvne ... 2023-11-08T02:04:52.034 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:51 smithi023 conmon[87519]: 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=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:04:52.034 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:51 smithi023 conmon[87519]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T02:04:52.034 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:51 smithi023 conmon[87519]: stat: stderr time="2023-11-08T02:02:57Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:04:52.034 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:51 smithi023 conmon[87519]: stat: stderr time="2023-11-08T02:03:35Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:04:52.034 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:51 smithi023 conmon[87519]: stat: stderr time="2023-11-08T02:04:12Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:04:52.035 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:51 smithi023 conmon[87519]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T02:04:52.035 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:51 smithi023 conmon[87519]: 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=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker 2023-11-08T02:04:52.035 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:51 smithi023 conmon[87519]: .io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:04:52.035 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:51 smithi023 conmon[87519]: cephadm 2023-11-08T02:04:50.081438+0000 mgr.smithi001.qhtxni (mgr.14180) 424 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi001.sgbvne 2023-11-08T02:04:52.035 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:51 smithi023 conmon[87519]: cephadm 2023-11-08T02:04:50.082544+0000 mgr.smithi001.qhtxni (mgr.14180) 425 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne 2023-11-08T02:04:52.036 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:51 smithi023 conmon[87519]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne 2023-11-08T02:04:52.036 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:51 smithi023 conmon[87519]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne 2023-11-08T02:04:52.036 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:51 smithi023 conmon[87519]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne 2023-11-08T02:04:52.036 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:51 smithi023 conmon[87519]: Deploy daemon haproxy.nfs.foo.smithi001.sgbvne ... 2023-11-08T02:04:52.036 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:51 smithi023 conmon[87519]: 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=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:04:52.037 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:51 smithi023 conmon[87519]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T02:04:52.037 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:51 smithi023 conmon[87519]: stat: stderr time="2023-11-08T02:02:57Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:04:52.037 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:51 smithi023 conmon[87519]: stat: stderr time="2023-11-08T02:03:35Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:04:52.037 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:51 smithi023 conmon[87519]: stat: stderr time="2023-11-08T02:04:12Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:04:52.037 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:51 smithi023 conmon[87519]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T02:04:52.038 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:51 smithi023 conmon[87519]: 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=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:04:52.038 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:51 smithi023 conmon[87519]: cephadm 2023-11-08T02:04:50.088102+0000 mgr.smithi001.qhtxni (mgr.14180) 426 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:04:52.038 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:51 smithi023 conmon[87519]: cephadm 2023-11-08T02:04:50.089140+0000 mgr.smithi001.qhtxni (mgr.14180) 427 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:04:52.038 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:51 smithi023 conmon[87519]: cluster 2023-11-08T02:04:50.089954+0000 mgr.smithi001.qhtxni (mgr.14180) 428 : cluster [DBG] pgmap v301: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-11-08T02:04:52.038 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:51 smithi023 conmon[87519]: audit 2023-11-08T02:04:51.023718+0000 mon.smithi001 (mon.0) 670 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T02:04:52.039 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:51 smithi023 conmon[87519]: cluster 2023-11-08T02:04:51.086120+0000 mon.smithi001 (mon.0) 671 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T02:04:52.039 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:51 smithi023 conmon[87519]: audit 2023-11-08T02:04:51.151477+0000 mgr.smithi001.qhtxni (mgr.14180) 429 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:04:52.512 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:04:52.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:52 smithi001 conmon[82545]: cluster 2023-11-08T02:04:52.090612+0000 mgr.smithi001.qhtxni (mgr.14180) 430 : cluster [DBG] pgmap v302: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-11-08T02:04:53.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:52 smithi023 conmon[87519]: cluster 2023-11-08T02:04:52 2023-11-08T02:04:53.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:52 smithi023 conmon[87519]: .090612+0000 mgr.smithi001.qhtxni (mgr.14180) 430 : cluster [DBG] pgmap v302: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-11-08T02:04:54.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:54 smithi001 conmon[82545]: audit 2023-11-08T02:04: 2023-11-08T02:04:54.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:54 smithi001 conmon[82545]: 53.179273+0000 mon.smithi001 (mon.0) 672 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T02:04:54.489 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:54 smithi023 conmon[87519]: audit 2023-11-08T02:04:53.179273+0000 mon.smithi001 (mon. 2023-11-08T02:04:54.489 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:54 smithi023 conmon[87519]: 0) 672 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T02:04:54.849 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:04:54.850 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T01:59:39.791933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T01:59:39.791999Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T01:59:39.792063Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T01:59:39.791860Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T01:59:39.791719Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T01:59:39.792126Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T01:59:39.792251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T01:59:39.792188Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 1, "size": 2}}] 2023-11-08T02:04:55.285 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:04:55.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:55 smithi001 conmon[82545]: cluster 2023-11-08T02:04:54.091427+0000 mgr.smithi001.qhtxni (mgr.14180) 431 : cluster [DBG] pgmap v303: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-11-08T02:04:56.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:55 smithi023 conmon[87519]: cluster 2023-11-08T02:04:54.091427+0000 mgr.smithi001.qhtxni (mgr.14180) 431 : cluster [DBG] pgmap v303: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-11-08T02:04:56.286 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:04:56.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:56 smithi001 conmon[82545]: audit 2023-11-08T02:04:54.845714+0000 2023-11-08T02:04:56.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:56 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 432 : audit [DBG] from='client.24625 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:04:57.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:56 smithi023 conmon[87519]: audit 2023-11-08T02:04:54.845714+0000 mgr.smithi001.qhtxni (mgr.14180) 432 : 2023-11-08T02:04:57.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:56 smithi023 conmon[87519]: audit [DBG] from='client.24625 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:04:57.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:57 smithi001 conmon[82545]: cluster 2023-11-08T02:04:56.092125 2023-11-08T02:04:57.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:57 smithi001 conmon[82545]: +0000 mgr.smithi001.qhtxni (mgr.14180) 433 : cluster [DBG] pgmap v304: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-11-08T02:04:57.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:57 smithi001 conmon[82545]: audit 2023-11-08T02:04:56.865328+0000 mon.smithi001 (mon. 2023-11-08T02:04:57.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:57 smithi001 conmon[82545]: 0) 673 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T02:04:57.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:57 smithi001 conmon[82545]: audit 2023-11-08T02:04:57.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:57 smithi001 conmon[82545]: 2023-11-08T02:04:57 2023-11-08T02:04:57.958 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:57 smithi001 conmon[82545]: .277132+0000 mon.smithi001 (mon.0) 674 : audit [DBG] 2023-11-08T02:04:57.958 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:57 smithi001 conmon[82545]: from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:04:57.958 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:57 smithi001 conmon[82545]: audit 2023-11-08T02:04:57. 2023-11-08T02:04:57.958 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:57 smithi001 conmon[82545]: 277818+0000 mon.smithi001 (mon.0) 675 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:04:57.958 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:57 smithi001 conmon[82545]: audit 2023- 2023-11-08T02:04:57.959 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:57 smithi001 conmon[82545]: 11-08T02:04:57 2023-11-08T02:04:57.959 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:57 smithi001 conmon[82545]: .554179+0000 mon.smithi001 (mon.0 2023-11-08T02:04:57.959 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:57 smithi001 conmon[82545]: ) 676 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T02:04:57.959 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:57 smithi001 conmon[82545]: 2023-11-08T02:04:57.959 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:57 smithi001 conmon[82545]: audit 2023-11-08T02:04:57.960 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:57 smithi001 conmon[82545]: 2023-11 2023-11-08T02:04:57.960 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:57 smithi001 conmon[82545]: -08T02:04:57. 2023-11-08T02:04:57.960 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:57 smithi001 conmon[82545]: 559593+0000 mon.smithi001 (mon.0) 677 : 2023-11-08T02:04:57.960 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:57 smithi001 conmon[82545]: audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T02:04:58.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:57 smithi023 conmon[87519]: cluster 2023-11-08T02:04:56.092125+0000 mgr.smithi001.qhtxni (mgr.14180) 433 : cluster [DBG] pgmap v304: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-11-08T02:04:58.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:57 smithi023 conmon[87519]: audit 2023-11-08T02:04:56.865328+0000 mon.smithi001 (mon.0) 673 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T02:04:58.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:57 smithi023 conmon[87519]: audit 2023-11-08T02:04:57.277132+0000 mon.smithi001 (mon.0) 674 : audit 2023-11-08T02:04:58.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:57 smithi023 conmon[87519]: [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:04:58.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:57 smithi023 conmon[87519]: audit 2023-11-08T 2023-11-08T02:04:58.030 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:57 smithi023 conmon[87519]: 02:04:57.277818+0000 mon.smithi001 (mon.0) 675 : audit 2023-11-08T02:04:58.030 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:57 smithi023 conmon[87519]: [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:04:58.030 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:57 smithi023 conmon[87519]: audit 2023-11-08T02:04:57 2023-11-08T02:04:58.030 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:57 smithi023 conmon[87519]: .554179+0000 mon.smithi001 (mon.0) 676 : 2023-11-08T02:04:58.031 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:57 smithi023 conmon[87519]: audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T02:04:58.031 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:57 smithi023 conmon[87519]: audit 2023-11-08T02:04 2023-11-08T02:04:58.032 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:57 smithi023 conmon[87519]: :57.559593+0000 mon.smithi001 (mon.0) 677 2023-11-08T02:04:58.032 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:57 smithi023 conmon[87519]: : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T02:04:58.073 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:04:58.074 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:04:58.435 INFO:tasks.cephadm:nfs.foo has 1/1 2023-11-08T02:04:58.435 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-11-08T02:04:58.446 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2023-11-08T02:04:58.447 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:04:58.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:58 smithi001 conmon[82545]: cephadm 2023-11-08T02:04:57.281019+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:04:58.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:58 smithi001 conmon[82545]: 434 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-11-08T02:04:58.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:58 smithi001 conmon[82545]: audit 2023-11-08T02:04:57.566131+0000 mon.smithi001 (mon.0) 678 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T02:04:58.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:58 smithi001 conmon[82545]: cluster 2023-11-08T02:04:57.568009+0000 mgr.smithi001.qhtxni (mgr.14180) 435 : cluster [DBG] pgmap v305: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 297 B/s rd, 0 op/s 2023-11-08T02:04:58.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:58 smithi001 conmon[82545]: audit 2023-11-08T02:04:57.572473+0000 mon.smithi001 (mon.0) 679 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:04:58.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:58 smithi001 conmon[82545]: audit 2023-11-08T02:04:57.582179+0000 mon.smithi001 (mon.0) 680 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T02:04:59.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:58 smithi023 conmon[87519]: cephadm 2023-11-08T02:04:57.281019+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:04:59.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:58 smithi023 conmon[87519]: 434 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-11-08T02:04:59.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:58 smithi023 conmon[87519]: audit 2023-11-08T02:04:57.566131+0000 mon.smithi001 (mon.0) 678 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T02:04:59.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:58 smithi023 conmon[87519]: cluster 2023-11-08T02:04:57.568009+0000 mgr.smithi001.qhtxni (mgr.14180) 435 : cluster [DBG] pgmap v305: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 297 B/s rd, 0 op/s 2023-11-08T02:04:59.030 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:58 smithi023 conmon[87519]: audit 2023-11-08T02:04:57.572473+0000 mon.smithi001 (mon.0) 679 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:04:59.030 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:58 smithi023 conmon[87519]: audit 2023-11-08T02:04:57.582179+0000 mon.smithi001 (mon.0) 680 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T02:04:59.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:59 smithi001 conmon[82545]: cephadm 2023-11-08T02:04:57.585933+0000 2023-11-08T02:04:59.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:59 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 436 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi023.sjwoyn on smithi023 2023-11-08T02:04:59.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:59 smithi001 conmon[82545]: audit 2023-11-08T02:04:58.069482+0000 mgr.smithi001.qhtxni (mgr.14180) 437 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:04:59.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:59 smithi001 conmon[82545]: cluster 2023-11-08T02:04:58.564781+0000 mon.smithi001 (mon.0) 681 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T02:04:59.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:04:59 smithi001 conmon[82545]: cluster 2023-11-08T02:04:58.564810+0000 mon.smithi001 (mon.0) 682 : cluster [INF] Cluster is now healthy 2023-11-08T02:05:00.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:59 smithi023 conmon[87519]: cephadm 2023-11-08T02:04:57.585933+0000 mgr.smithi001.qhtxni (mgr. 2023-11-08T02:05:00.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:59 smithi023 conmon[87519]: 14180) 436 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi023.sjwoyn on smithi023 2023-11-08T02:05:00.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:59 smithi023 conmon[87519]: audit 2023-11-08T02:04:58.069482+0000 mgr.smithi001.qhtxni (mgr.14180) 437 2023-11-08T02:05:00.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:59 smithi023 conmon[87519]: : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:05:00.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:59 smithi023 conmon[87519]: cluster 2023-11-08T02:05:00.030 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:59 smithi023 conmon[87519]: 2023-11-08T02:04:58.564781+0000 mon.smithi001 (mon.0) 681 : cluster [INF] 2023-11-08T02:05:00.030 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:59 smithi023 conmon[87519]: Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T02:05:00.030 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:59 smithi023 conmon[87519]: cluster 2023-11-08T02:04:58 2023-11-08T02:05:00.030 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:59 smithi023 conmon[87519]: .564810+0000 mon.smithi001 (mon.0) 682 : cluster [INF] Cluster is now healthy 2023-11-08T02:05:00.031 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:04:59 smithi023 conmon[87519]: 2023-11-08T02:05:00.057 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:05:00.058 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:05:00.482 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:05:00.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:05:00 smithi001 conmon[82545]: cluster 2023-11-08T02:04:59.568622+0000 mgr.smithi001.qhtxni (mgr.14180) 438 : cluster [DBG] pgmap v306: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 99 B/s wr, 1 op/s 2023-11-08T02:05:01.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:05:00 smithi023 conmon[87519]: cluster 2023-11-08T02:04:59.568622+0000 mgr.smithi001.qhtxni (mgr.14180) 438 : 2023-11-08T02:05:01.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:05:00 smithi023 conmon[87519]: cluster [DBG] pgmap v306: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 99 B/s wr, 1 op/s 2023-11-08T02:05:01.484 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:05:01.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:05:01 smithi001 conmon[82545]: audit 2023-11-08T02:05:00. 2023-11-08T02:05:01.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:05:01 smithi001 conmon[82545]: 053491+0000 mgr.smithi001.qhtxni (mgr.14180) 439 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:05:02.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:05:01 smithi023 conmon[87519]: audit 2023-11-08T02:05:00.053491+0000 mgr.smithi001.qhtxni (mgr.14180) 439 : audit 2023-11-08T02:05:02.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:05:01 smithi023 conmon[87519]: [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:05:02.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:05:02 smithi001 conmon[82545]: cluster 2023-11-08T02:05:01.569250+0000 2023-11-08T02:05:02.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:05:02 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 440 : cluster [DBG] pgmap v307: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 89 B/s wr, 2 op/s 2023-11-08T02:05:03.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:05:02 smithi023 conmon[87519]: cluster 2023-11-08T02:05:01.569250+0000 mgr.smithi001.qhtxni (mgr.14180 2023-11-08T02:05:03.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:05:02 smithi023 conmon[87519]: ) 440 : cluster [DBG] pgmap v307: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 89 B/s wr, 2 op/s 2023-11-08T02:05:03.200 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:05:03.200 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:05:03.635 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:05:04.636 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:05:04.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:05:04 smithi023 conmon[87519]: audit 2023-11-08T02:05:03.195883+0000 mgr.smithi001.qhtxni (mgr.14180) 441 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:05:04.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:05:04 smithi023 conmon[87519]: cluster 2023-11-08T02:05:03.569910+0000 mgr.smithi001.qhtxni (mgr.14180) 442 : cluster [DBG] pgmap v308: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 178 B/s wr, 2 op/s 2023-11-08T02:05:04.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:05:04 smithi001 conmon[82545]: audit 2023-11-08T02:05:03.195883+0000 mgr.smithi001.qhtxni (mgr.14180) 441 2023-11-08T02:05:04.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:05:04 smithi001 conmon[82545]: : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:05:04.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:05:04 smithi001 conmon[82545]: cluster 2023-11-08T02:05:03.569910+0000 mgr.smithi001.qhtxni (mgr.14180) 442 : cluster [DBG] pgmap v308: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 178 B/s wr, 2 op/s 2023-11-08T02:05:05.943 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:05:05 smithi001 conmon[82545]: cluster 2023-11-08T02:05:05.570444+0000 mgr.smithi001.qhtxni (mgr.14180) 443 : cluster [DBG] pgmap v309: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 178 B/s wr, 2 op/s 2023-11-08T02:05:06.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:05:05 smithi023 conmon[87519]: cluster 2023-11-08T02:05:05.570444+0000 mgr.smithi001.qhtxni (mgr.14180 2023-11-08T02:05:06.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:05:05 smithi023 conmon[87519]: ) 443 : cluster [DBG] pgmap v309: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 178 B/s wr, 2 op/s 2023-11-08T02:05:06.317 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:05:06.318 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:05:06.684 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:05:06.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:05:06 smithi001 conmon[82545]: audit 2023-11-08T02:05:06.313368+0000 mgr.smithi001.qhtxni (mgr 2023-11-08T02:05:06.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:05:06 smithi001 conmon[82545]: .14180) 444 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:05:07.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:05:06 smithi023 conmon[87519]: audit 2023-11-08T02:05:06.313368+0000 mgr.smithi001.qhtxni (mgr.14180) 444 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:05:07.686 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:05:07.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:05:07 smithi001 conmon[82545]: cluster 2023-11-08T02:05:07.571330+0000 mgr.smithi001.qhtxni (mgr.14180) 445 : 2023-11-08T02:05:07.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:05:07 smithi001 conmon[82545]: cluster [DBG] pgmap v310: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 178 B/s wr, 2 op/s 2023-11-08T02:05:08.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:05:07 smithi023 conmon[87519]: cluster 2023-11-08T02:05:07.571330+0000 mgr.smithi001.qhtxni (mgr.14180) 445 : cluster [DBG] pgmap v310: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 178 B/s wr, 2 op/s 2023-11-08T02:05:09.386 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:05:09.386 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:05:09.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:05:09 smithi001 conmon[82545]: audit 2023-11-08T02:05:09.381750+0000 mgr.smithi001.qhtxni (mgr.14180) 446 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:05:09.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:05:09 smithi001 conmon[82545]: cluster 2023-11-08T02:05:09.571943+0000 mgr.smithi001.qhtxni (mgr.14180) 447 : cluster [DBG] pgmap v311: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 170 B/s wr, 2 op/s 2023-11-08T02:05:09.748 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:05:10.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:05:09 smithi023 conmon[87519]: audit 2023-11-08T02:05:09.381750+0000 mgr.smithi001.qhtxni (mgr. 2023-11-08T02:05:10.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:05:09 smithi023 conmon[87519]: 14180) 446 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:05:10.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:05:09 smithi023 conmon[87519]: cluster 2023-11-08T02:05:09.571943+0000 mgr.smithi001.qhtxni (mgr.14180) 447 : cluster 2023-11-08T02:05:10.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:05:09 smithi023 conmon[87519]: [DBG] pgmap v311: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 170 B/s wr, 2 op/s 2023-11-08T02:05:10.750 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:05:11.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:05:11 smithi001 conmon[82545]: cluster 2023-11-08T02:05:11.572510+0000 mgr.smithi001.qhtxni (mgr.14180) 448 : cluster [DBG] pgmap v312: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 85 B/s wr, 0 op/s 2023-11-08T02:05:12.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:05:11 smithi023 conmon[87519]: cluster 2023-11-08T02:05:11.572510+0000 mgr.smithi001.qhtxni (mgr.14180) 448 : 2023-11-08T02:05:12.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:05:11 smithi023 conmon[87519]: cluster [DBG] pgmap v312: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 85 B/s wr, 0 op/s 2023-11-08T02:05:12.487 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:05:12.487 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:05:12.819 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:05:12 smithi001 conmon[82545]: audit 2023-11-08T02:05:12.482644+0000 mgr.smithi001.qhtxni ( 2023-11-08T02:05:12.819 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:05:12 smithi001 conmon[82545]: mgr.14180) 449 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:05:12.914 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:05:13.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:05:12 smithi023 conmon[87519]: audit 2023-11-08T02:05:12.482644+0000 mgr.smithi001.qhtxni (mgr.14180) 449 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:05:13.915 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:05:14.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:05:14 smithi023 conmon[87519]: cluster 2023-11-08T02:05:13.573555+0000 mgr.smithi001.qhtxni (mgr 2023-11-08T02:05:14.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:05:14 smithi023 conmon[87519]: .14180) 450 : cluster [DBG] pgmap v313: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 85 B/s wr, 0 op/s 2023-11-08T02:05:14.848 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:05:14 smithi001 conmon[82545]: cluster 2023-11-08T02 2023-11-08T02:05:14.849 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:05:14 smithi001 conmon[82545]: :05:13.573555+0000 mgr.smithi001.qhtxni (mgr.14180) 450 : cluster [DBG] pgmap v313: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 85 B/s wr, 0 op/s 2023-11-08T02:05:15.611 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:05:15.612 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:05:15.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:05:15 smithi001 conmon[82545]: cluster 2023-11-08T02:05:15.574093+0000 mgr.smithi001.qhtxni (mgr.14180) 451 : 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-11-08T02:05:15.980 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:05:16.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:05:15 smithi023 conmon[87519]: cluster 2023-11-08T02:05:15.574093+0000 mgr.smithi001.qhtxni (mgr.14180) 451 : 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-11-08T02:05:16.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:05:16 smithi001 conmon[82545]: audit 2023-11-08T02:05:15.607494+0000 mgr.smithi001.qhtxni (mgr. 2023-11-08T02:05:16.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:05:16 smithi001 conmon[82545]: 14180) 452 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:05:16.982 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:05:17.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:05:16 smithi023 conmon[87519]: audit 2023-11-08T02:05:15.607494+0000 mgr.smithi001.qhtxni (mgr.14180) 452 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:05:17.911 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:05:17 smithi001 conmon[82545]: cluster 2023-11-08T02:05:17.574708+0000 mgr.smithi001.qhtxni (mgr. 2023-11-08T02:05:17.912 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:05:17 smithi001 conmon[82545]: 14180) 453 : 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-11-08T02:05:18.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:05:17 smithi023 conmon[87519]: cluster 2023-11-08T02:05:17.574708+0000 mgr.smithi001.qhtxni (mgr.14180) 453 : cluster 2023-11-08T02:05:18.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:05:17 smithi023 conmon[87519]: [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-11-08T02:05:18.685 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:05:18.685 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:05:19.131 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:05:19.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:05:19 smithi001 conmon[82545]: audit 2023-11-08T02:05:18.680806+0000 mgr.smithi001.qhtxni (mgr.14180) 454 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:05:19.965 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:05:19 smithi001 conmon[82545]: cluster 2023-11-08T02:05:19.575553+0000 mgr.smithi001.qhtxni (mgr.14180) 455 : 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-11-08T02:05:20.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:05:19 smithi023 conmon[87519]: audit 2023-11-08T02:05:18.680806+0000 mgr.smithi001.qhtxni (mgr.14180) 454 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:05:20.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:05:19 smithi023 conmon[87519]: cluster 2023-11-08T02:05:19.575553+0000 mgr.smithi001.qhtxni (mgr.14180) 455 : 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-11-08T02:05:20.132 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:05:21.842 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:05:21.843 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:05:21.868 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:05:21 smithi001 conmon[82545]: cluster 2023-11-08T02:05:21.576082+0000 mgr.smithi001.qhtxni 2023-11-08T02:05:21.869 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:05:21 smithi001 conmon[82545]: (mgr.14180) 456 : 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-11-08T02:05:22.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:05:21 smithi023 conmon[87519]: cluster 2023-11-08T02:05:21.576082+0000 mgr.smithi001.qhtxni (mgr.14180) 456 : 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-11-08T02:05:22.294 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:05:22.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:05:22 smithi001 conmon[82545]: audit 2023-11-08T02:05:21.838279+0000 mgr.smithi001.qhtxni (mgr.14180) 457 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:05:23.030 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:05:22 smithi023 conmon[87519]: audit 2023-11-08T02:05:21.838279+0000 mgr.smithi001.qhtxni (mgr.14180) 457 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:05:23.295 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:05:24.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:05:24 smithi023 conmon[87519]: cluster 2023-11-08T02:05:23.576943+0000 mgr.smithi001.qhtxni (mgr.14180) 458 : 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-11-08T02:05:24.816 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:05:24 smithi001 conmon[82545]: cluster 2023-11-08T02:05:23.576943+0000 mgr.smithi001.qhtxni (mgr.14180) 458 : 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-11-08T02:05:25.221 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:05:25.221 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:05:25.651 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:05:25.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:05:25 smithi001 conmon[82545]: audit 2023-11-08T02:05:25.217451+0000 mgr.smithi001.qhtxni 2023-11-08T02:05:25.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:05:25 smithi001 conmon[82545]: (mgr.14180) 459 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:05:25.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:05:25 smithi001 conmon[82545]: cluster 2023-11-08T02:05:25.577794+0000 mgr.smithi001.qhtxni (mgr.14180) 460 : 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-11-08T02:05:26.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:05:25 smithi023 conmon[87519]: audit 2023-11-08T02:05:25.217451+0000 mgr.smithi001.qhtxni (mgr.14180) 459 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:05:26.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:05:25 smithi023 conmon[87519]: cluster 2023-11-08T02:05:25.577794+0000 mgr.smithi001.qhtxni (mgr.14180) 460 : 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-11-08T02:05:26.652 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:05:27.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:05:27 smithi001 conmon[82545]: cluster 2023-11-08T02:05:27.578618+0000 mgr.smithi001.qhtxni (mgr.14180) 461 : 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-11-08T02:05:28.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:05:27 smithi023 conmon[87519]: cluster 2023-11-08T02:05:27.578618+0000 mgr.smithi001.qhtxni (mgr.14180) 461 : cluster 2023-11-08T02:05:28.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:05:27 smithi023 conmon[87519]: [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-11-08T02:05:28.385 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:05:28.386 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:05:28.801 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:05:29.802 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:05:29.833 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:05:29 smithi001 conmon[82545]: audit 2023-11-08T02:05:28.380865+0000 mgr.smithi001.qhtxni (mgr.14180) 462 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:05:30.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:05:29 smithi023 conmon[87519]: audit 2023-11-08T02:05:28.380865+0000 mgr.smithi001.qhtxni (mgr.14180) 462 : audit 2023-11-08T02:05:30.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:05:29 smithi023 conmon[87519]: [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:05:30.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:05:30 smithi001 conmon[82545]: cluster 2023-11-08T02:05:29.579434+0000 mgr.smithi001.qhtxni (mgr.14180) 463 : 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-11-08T02:05:31.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:05:30 smithi023 conmon[87519]: cluster 2023-11-08T02:05:29.579434+0000 mgr.smithi001.qhtxni (mgr.14180) 463 : 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-11-08T02:05:31.534 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:05:31.535 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:05:31.899 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:05:31 smithi001 conmon[82545]: audit 2023-11-08T02:05:31.529959+0000 mgr.smithi001.qhtxni 2023-11-08T02:05:31.899 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:05:31 smithi001 conmon[82545]: (mgr.14180) 464 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:05:31.900 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:05:31 smithi001 conmon[82545]: cluster 2023-11-08T02:05:31.580182+0000 mgr.smithi001.qhtxni (mgr.14180) 465 : 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-11-08T02:05:31.952 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:05:32.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:05:31 smithi023 conmon[87519]: audit 2023-11-08T02:05:31.529959+0000 mgr.smithi001.qhtxni (mgr.14180) 464 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:05:32.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:05:31 smithi023 conmon[87519]: cluster 2023-11-08T02:05:31.580182+0000 mgr.smithi001.qhtxni (mgr.14180) 465 : 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-11-08T02:05:32.953 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:05:34.627 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:05:34.628 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:05:34.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:05:34 smithi023 conmon[87519]: cluster 2023-11-08T02:05:33.581057+0000 mgr.smithi001.qhtxni (mgr.14180) 466 2023-11-08T02:05:34.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:05:34 smithi023 conmon[87519]: : 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-11-08T02:05:34.829 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:05:34 smithi001 conmon[82545]: cluster 2023-11-08T02:05:33.581057+0000 mgr.smithi001.qhtxni (mgr.14180) 466 : 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-11-08T02:05:35.001 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:05:35.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:05:35 smithi001 conmon[82545]: audit 2023-11-08T02:05:34.623426+0000 mgr.smithi001.qhtxni (mgr.14180) 467 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:05:35.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:05:35 smithi001 conmon[82545]: cluster 2023-11-08T02:05:35.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:05:35 smithi001 conmon[82545]: 2023-11-08T02:05:35.581677+0000 mgr.smithi001.qhtxni (mgr.14180) 468 : 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-11-08T02:05:36.002 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:05:36.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:05:35 smithi023 conmon[87519]: audit 2023-11-08T02:05:34.623426+0000 mgr.smithi001.qhtxni (mgr.14180) 467 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:05:36.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:05:35 smithi023 conmon[87519]: cluster 2023-11-08T 2023-11-08T02:05:36.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:05:35 smithi023 conmon[87519]: 02:05:35.581677+0000 mgr.smithi001.qhtxni (mgr.14180) 468 : 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-11-08T02:05:37.711 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:05:37.711 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:05:37.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:05:37 smithi001 conmon[82545]: cluster 2023-11-08T02:05:37.582261+0000 mgr.smithi001.qhtxni (mgr.14180) 469 : 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-11-08T02:05:38.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:05:37 smithi023 conmon[87519]: cluster 2023-11-08T02:05:37.582261+0000 mgr.smithi001.qhtxni (mgr.14180) 469 2023-11-08T02:05:38.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:05:37 smithi023 conmon[87519]: : 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-11-08T02:05:38.153 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:05:39.155 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:05:39.892 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:05:39 smithi001 conmon[82545]: audit 2023-11-08T02:05:37.707121+0000 mgr.smithi001.qhtxni (mgr. 2023-11-08T02:05:39.892 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:05:39 smithi001 conmon[82545]: 14180) 470 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:05:40.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:05:39 smithi023 conmon[87519]: audit 2023-11-08T02:05:37.707121+0000 mgr.smithi001.qhtxni (mgr.14180) 470 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:05:40.897 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:05:40.897 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:05:40.921 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:05:40 smithi001 conmon[82545]: cluster 2023-11-08T02:05:39.583178+0000 mgr.smithi001.qhtxni ( 2023-11-08T02:05:40.922 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:05:40 smithi001 conmon[82545]: mgr.14180) 471 : 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-11-08T02:05:41.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:05:40 smithi023 conmon[87519]: cluster 2023-11-08T02:05:39.583178+0000 mgr.smithi001.qhtxni (mgr.14180) 471 : 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-11-08T02:05:41.314 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:05:41.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:05:41 smithi001 conmon[82545]: audit 2023-11-08T02:05:40.893030+0000 mgr.smithi001.qhtxni (mgr.14180) 472 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:05:41.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:05:41 smithi001 conmon[82545]: cluster 2023-11-08T02:05:41.583797+0000 mgr.smithi001.qhtxni (mgr.14180) 473 : 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-11-08T02:05:42.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:05:41 smithi023 conmon[87519]: audit 2023-11-08T02:05:40.893030+0000 mgr.smithi001.qhtxni (mgr.14180) 472 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:05:42.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:05:41 smithi023 conmon[87519]: cluster 2023-11-08T02:05:41.583797+0000 mgr.smithi001.qhtxni (mgr.14180) 473 : 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-11-08T02:05:42.316 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:05:44.018 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:05:44.018 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:05:44.378 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:05:44.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:05:44 smithi001 conmon[82545]: cluster 2023-11-08T02:05:43.584458+0000 mgr.smithi001.qhtxni (mgr.14180) 474 2023-11-08T02:05:44.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:05:44 smithi001 conmon[82545]: : 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-11-08T02:05:44.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:05:44 smithi023 conmon[87519]: cluster 2023-11-08T02:05:43.584458+0000 mgr.smithi001.qhtxni (mgr 2023-11-08T02:05:44.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:05:44 smithi023 conmon[87519]: .14180) 474 : 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-11-08T02:05:45.379 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:05:45.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:05:45 smithi001 conmon[82545]: audit 2023-11-08T02:05:44 2023-11-08T02:05:45.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:05:45 smithi001 conmon[82545]: .014151+0000 mgr.smithi001.qhtxni (mgr.14180) 475 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:05:46.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:05:45 smithi023 conmon[87519]: audit 2023-11-08T02:05:44.014151+0000 mgr.smithi001.qhtxni (mgr.14180) 475 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:05:46.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:05:46 smithi001 conmon[82545]: cluster 2023-11-08T02:05:45.585030+0000 mgr.smithi001.qhtxni (mgr.14180) 476 : 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-11-08T02:05:47.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:05:46 smithi023 conmon[87519]: cluster 2023-11-08T02:05:45.585030+0000 mgr.smithi001.qhtxni (mgr.14180) 476 : 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-11-08T02:05:47.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:05:46 smithi023 conmon[87519]: 2023-11-08T02:05:47.090 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:05:47.090 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:05:47.529 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:05:47.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:05:47 smithi001 conmon[82545]: audit 2023-11-08T02:05:47.086307+0000 mgr.smithi001.qhtxni (mgr. 2023-11-08T02:05:47.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:05:47 smithi001 conmon[82545]: 14180) 477 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:05:47.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:05:47 smithi001 conmon[82545]: cluster 2023-11-08T02:05:47.585848+0000 mgr.smithi001.qhtxni (mgr.14180) 478 : 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-11-08T02:05:48.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:05:47 smithi023 conmon[87519]: audit 2023-11-08T02:05:47.086307+0000 mgr.smithi001.qhtxni (mgr.14180 2023-11-08T02:05:48.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:05:47 smithi023 conmon[87519]: ) 477 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:05:48.030 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:05:47 smithi023 conmon[87519]: cluster 2023-11-08T02:05:47.585848+0000 mgr.smithi001.qhtxni (mgr.14180) 478 : 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-11-08T02:05:48.530 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:05:49.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:05:49 smithi001 conmon[82545]: cluster 2023-11-08T02:05:49.586749+0000 mgr.smithi001.qhtxni (mgr.14180) 479 : 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-11-08T02:05:50.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:05:49 smithi023 conmon[87519]: cluster 2023-11-08T02:05:49.586749+0000 mgr.smithi001.qhtxni (mgr.14180) 479 : 2023-11-08T02:05:50.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:05:49 smithi023 conmon[87519]: 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-11-08T02:05:50.225 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:05:50.225 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:05:50.783 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:05:50.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:05:50 smithi001 conmon[82545]: audit 2023-11-08T02:05:50.221039+0000 mgr.smithi001.qhtxni (mgr. 2023-11-08T02:05:50.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:05:50 smithi001 conmon[82545]: 14180) 480 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:05:51.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:05:50 smithi023 conmon[87519]: audit 2023-11-08T02:05:50.221039+0000 mgr.smithi001.qhtxni (mgr.14180) 480 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:05:51.784 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:05:52.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:05:52 smithi001 conmon[82545]: cluster 2023-11-08T02:05:51.587551 2023-11-08T02:05:52.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:05:52 smithi001 conmon[82545]: +0000 mgr.smithi001.qhtxni (mgr.14180) 481 : cluster [DBG] pgmap v332: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:05:53.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:05:52 smithi023 conmon[87519]: cluster 2023-11-08T02:05:51.587551+0000 mgr.smithi001.qhtxni (mgr. 2023-11-08T02:05:53.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:05:52 smithi023 conmon[87519]: 14180) 481 : cluster [DBG] pgmap v332: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:05:53.520 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:05:53.521 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:05:53.952 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:05:54.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:05:54 smithi023 conmon[87519]: audit 2023-11-08T02:05:53.516562+0000 mgr.smithi001.qhtxni (mgr.14180) 482 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:05:54.953 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:05:54.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:05:54 smithi001 conmon[82545]: audit 2023-11-08T02:05:53.516562+0000 mgr.smithi001.qhtxni (mgr.14180) 482 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:05:55.826 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:05:55 smithi001 conmon[82545]: cluster 2023-11-08T02:05:53.588218+0000 2023-11-08T02:05:55.827 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:05:55 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 483 : cluster [DBG] pgmap v333: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:05:56.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:05:55 smithi023 conmon[87519]: cluster 2023-11-08T02:05:53.588218+0000 mgr.smithi001.qhtxni (mgr.14180) 483 : cluster [DBG] pgmap v333: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:05:56.720 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:05:56.720 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:05:57.113 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:05:57.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:05:57 smithi001 conmon[82545]: cluster 2023-11-08T02:05:55.588836+0000 mgr.smithi001.qhtxni (mgr.14180) 484 : cluster [DBG] pgmap v334: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:05:58.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:05:57 smithi023 conmon[87519]: cluster 2023-11-08T02:05:55.588836+0000 mgr.smithi001.qhtxni (mgr.14180) 484 2023-11-08T02:05:58.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:05:57 smithi023 conmon[87519]: : cluster [DBG] pgmap v334: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:05:58.114 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:05:58.858 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:05:58 smithi001 conmon[82545]: audit 2023-11-08T02:05:56.715300 2023-11-08T02:05:58.859 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:05:58 smithi001 conmon[82545]: +0000 mgr.smithi001.qhtxni (mgr.14180) 485 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:05:59.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:05:58 smithi023 conmon[87519]: audit 2023-11-08T02:05:56.715300+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:05:59.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:05:58 smithi023 conmon[87519]: 485 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:05:59.806 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:05:59.807 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:05:59.836 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:05:59 smithi001 conmon[82545]: cluster 2023-11-08T02:05:57.589657+0000 mgr.smithi001.qhtxni 2023-11-08T02:05:59.836 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:05:59 smithi001 conmon[82545]: (mgr.14180) 486 : cluster [DBG] pgmap v335: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:06:00.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:05:59 smithi023 conmon[87519]: cluster 2023-11-08T02:05:57.589657+0000 mgr.smithi001.qhtxni (mgr.14180) 486 : cluster [DBG] pgmap v335: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:06:00.265 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:06:01.267 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:06:01.843 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:06:01 smithi001 conmon[82545]: cluster 2023-11-08T02:05:59.590255+0000 mgr.smithi001.qhtxni (mgr.14180) 487 : cluster [DBG] pgmap v336: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:06:01.843 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:06:01 smithi001 conmon[82545]: audit 2023-11-08T02:05:59.801866+0000 mgr.smithi001.qhtxni (mgr.14180) 488 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:06:02.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:06:01 smithi023 conmon[87519]: cluster 2023-11-08T02:05:59.590255+0000 mgr.smithi001.qhtxni (mgr.14180) 487 : cluster [DBG] pgmap v336: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:06:02.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:06:01 smithi023 conmon[87519]: audit 2023-11-08T02:05:59.801866+0000 mgr.smithi001.qhtxni (mgr.14180) 488 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:06:02.998 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:06:02.998 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:06:03.429 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:06:03.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:06:03 smithi001 conmon[82545]: cluster 2023-11-08T02:06:01.591040+0000 mgr.smithi001.qhtxni (mgr 2023-11-08T02:06:03.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:06:03 smithi001 conmon[82545]: .14180) 489 : cluster [DBG] pgmap v337: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:06:04.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:06:03 smithi023 conmon[87519]: cluster 2023-11-08T02:06:01.591040+0000 mgr.smithi001.qhtxni (mgr.14180) 489 : cluster [DBG] pgmap v337: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:06:04.431 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:06:04.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:06:04 smithi023 conmon[87519]: audit 2023-11-08T02:06:02.994437+0000 mgr.smithi001.qhtxni (mgr.14180) 490 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:06:04.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:06:04 smithi001 conmon[82545]: audit 2023-11-08T02:06:02.994437+0000 mgr.smithi001.qhtxni (mgr.14180) 490 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:06:05.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:06:05 smithi001 conmon[82545]: cluster 2023-11-08T02:06:03.591613+0000 mgr.smithi001.qhtxni (mgr.14180) 491 : 2023-11-08T02:06:05.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:06:05 smithi001 conmon[82545]: cluster [DBG] pgmap v338: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:06:06.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:06:05 smithi023 conmon[87519]: cluster 2023-11-08T02:06:03.591613+0000 mgr.smithi001.qhtxni (mgr.14180) 491 : cluster [DBG] pgmap v338: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:06:06.229 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:06:06.229 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:06:06.597 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:06:06.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:06:06 smithi001 conmon[82545]: cluster 2023-11-08T02:06:05.592120+0000 2023-11-08T02:06:06.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:06:06 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 492 : cluster [DBG] pgmap v339: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:06:06.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:06:06 smithi001 conmon[82545]: audit 2023-11-08T02:06:06.225211+0000 mgr.smithi001.qhtxni (mgr.14180) 493 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:06:07.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:06:06 smithi023 conmon[87519]: cluster 2023-11-08T02:06:05.592120+0000 mgr.smithi001.qhtxni (mgr.14180 2023-11-08T02:06:07.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:06:06 smithi023 conmon[87519]: ) 492 : cluster [DBG] pgmap v339: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:06:07.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:06:06 smithi023 conmon[87519]: audit 2023-11-08T02:06:06.225211+0000 mgr.smithi001.qhtxni (mgr.14180) 493 : audit 2023-11-08T02:06:07.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:06:06 smithi023 conmon[87519]: [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:06:07.598 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:06:09.339 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:06:09.340 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:06:09.701 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:06:09 smithi001 conmon[82545]: cluster 2023-11-08T02:06:07.592973+0000 mgr.smithi001.qhtxni (mgr.14180) 494 : cluster [DBG] pgmap v340: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:06:09.764 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:06:10.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:06:09 smithi023 conmon[87519]: cluster 2023-11-08T02:06:07.592973+0000 mgr.smithi001.qhtxni (mgr.14180) 494 : cluster [DBG] pgmap v340: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:06:10.766 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:06:10.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:06:10 smithi001 conmon[82545]: audit 2023-11-08T02:06:09.334722+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:06:10.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:06:10 smithi001 conmon[82545]: 495 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:06:11.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:06:10 smithi023 conmon[87519]: audit 2023-11-08T02:06:09.334722+0000 mgr.smithi001.qhtxni (mgr.14180) 495 2023-11-08T02:06:11.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:06:10 smithi023 conmon[87519]: : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:06:11.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:06:11 smithi001 conmon[82545]: cluster 2023-11-08T02:06:09.593555+0000 mgr.smithi001.qhtxni (mgr.14180) 496 : cluster [DBG] pgmap v341: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:06:12.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:06:11 smithi023 conmon[87519]: cluster 2023-11-08T02:06:09.593555+0000 mgr.smithi001.qhtxni (mgr.14180) 496 : cluster [DBG] pgmap v341: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:06:12.495 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:06:12.496 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:06:12.913 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:06:13.914 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:06:13.946 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:06:13 smithi001 conmon[82545]: cluster 2023-11-08T02:06:11.594218+0000 mgr.smithi001.qhtxni (mgr.14180) 497 : cluster [DBG] pgmap v342: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:06:13.946 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:06:13 smithi001 conmon[82545]: audit 2023-11-08T02:06:12.491323+0000 mgr.smithi001.qhtxni (mgr.14180) 498 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:06:14.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:06:13 smithi023 conmon[87519]: cluster 2023-11-08T02:06:11.594218+0000 mgr.smithi001.qhtxni (mgr.14180) 497 : cluster [DBG] pgmap v342: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:06:14.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:06:13 smithi023 conmon[87519]: audit 2023-11-08T02:06:12.491323+0000 mgr.smithi001.qhtxni (mgr.14180) 498 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:06:15.617 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:06:15.618 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:06:15.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:06:15 smithi001 conmon[82545]: cluster 2023-11-08T02:06:13.594993+0000 mgr.smithi001.qhtxni (mgr.14180) 499 : cluster [DBG] pgmap v343: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:06:16.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:06:15 smithi023 conmon[87519]: cluster 2023-11-08T02:06:13.594993+0000 2023-11-08T02:06:16.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:06:15 smithi023 conmon[87519]: mgr.smithi001.qhtxni (mgr.14180) 499 : cluster [DBG] pgmap v343: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:06:16.065 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:06:16.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:06:16 smithi001 conmon[82545]: cluster 2023-11-08T02 2023-11-08T02:06:16.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:06:16 smithi001 conmon[82545]: :06:15.595589+0000 mgr.smithi001.qhtxni (mgr.14180) 500 : cluster [DBG] pgmap v344: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:06:16.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:06:16 smithi001 conmon[82545]: audit 2023-11-08T02:06:15.613542+0000 mgr.smithi001.qhtxni (mgr.14180) 501 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:06:17.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:06:16 smithi023 conmon[87519]: cluster 2023-11-08T02:06:15.595589+0000 mgr.smithi001.qhtxni (mgr.14180) 500 : cluster [DBG] pgmap v344: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:06:17.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:06:16 smithi023 conmon[87519]: audit 2023-11-08T02:06:15.613542+0000 mgr.smithi001.qhtxni (mgr.14180) 501 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:06:17.066 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:06:18.771 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:06:18.771 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:06:19.227 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:06:19.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:06:19 smithi001 conmon[82545]: cluster 2023-11-08T02:06:17.596206+0000 mgr.smithi001.qhtxni (mgr.14180) 502 : cluster [DBG] pgmap v345: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:06:20.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:06:19 smithi023 conmon[87519]: cluster 2023-11-08T02:06:17.596206+0000 mgr.smithi001.qhtxni (mgr.14180) 502 : cluster [DBG] 2023-11-08T02:06:20.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:06:19 smithi023 conmon[87519]: pgmap v345: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:06:20.228 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:06:20.928 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:06:20 smithi001 conmon[82545]: audit 2023-11-08T02:06:18.766833+0000 mgr.smithi001.qhtxni (mgr.14180 2023-11-08T02:06:20.929 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:06:20 smithi001 conmon[82545]: ) 503 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:06:21.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:06:20 smithi023 conmon[87519]: audit 2023-11-08T02:06:18.766833+0000 mgr.smithi001.qhtxni (mgr.14180) 503 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:06:21.606 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:06:21 smithi001 conmon[82545]: cluster 2023-11-08T02:06:19.596955+0000 mgr.smithi001.qhtxni ( 2023-11-08T02:06:21.607 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:06:21 smithi001 conmon[82545]: mgr.14180) 504 : cluster [DBG] pgmap v346: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:06:21.937 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:06:21.937 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:06:22.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:06:21 smithi023 conmon[87519]: cluster 2023-11-08T02:06:19.596955+0000 mgr.smithi001.qhtxni (mgr.14180) 504 : cluster [DBG] pgmap v346: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:06:22.393 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:06:23.394 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:06:23.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:06:23 smithi001 conmon[82545]: cluster 2023-11-08T02:06:21.597604+0000 mgr.smithi001.qhtxni (mgr.14180) 505 2023-11-08T02:06:23.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:06:23 smithi001 conmon[82545]: : cluster [DBG] pgmap v347: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:06:23.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:06:23 smithi001 conmon[82545]: audit 2023-11-08T02:06:21.932224+0000 mgr.smithi001.qhtxni (mgr.14180) 506 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:06:24.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:06:23 smithi023 conmon[87519]: cluster 2023-11-08T02:06:21.597604+0000 mgr.smithi001.qhtxni (mgr.14180) 505 2023-11-08T02:06:24.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:06:23 smithi023 conmon[87519]: : cluster [DBG] pgmap v347: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:06:24.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:06:23 smithi023 conmon[87519]: audit 2023-11-08T02:06:21.932224+0000 mgr.smithi001.qhtxni (mgr.14180) 506 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:06:25.099 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:06:25.099 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:06:25.446 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:06:25.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:06:25 smithi001 conmon[82545]: cluster 2023-11-08T02:06:23.598406+0000 mgr.smithi001.qhtxni (mgr. 2023-11-08T02:06:25.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:06:25 smithi001 conmon[82545]: 14180) 507 : cluster [DBG] pgmap v348: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:06:26.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:06:25 smithi023 conmon[87519]: cluster 2023-11-08T02:06:23.598406+0000 mgr.smithi001.qhtxni (mgr.14180) 507 : cluster [DBG] pgmap v348: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:06:26.448 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:06:26.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:06:26 smithi001 conmon[82545]: audit 2023-11-08T02:06:25.095142+0000 mgr.smithi001.qhtxni (mgr.14180) 508 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:06:27.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:06:26 smithi023 conmon[87519]: audit 2023-11-08T02:06:25.095142+0000 mgr.smithi001.qhtxni (mgr.14180) 508 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:06:27.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:06:27 smithi001 conmon[82545]: cluster 2023-11-08T02:06:25.599060+0000 2023-11-08T02:06:27.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:06:27 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 509 : cluster [DBG] pgmap v349: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:06:28.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:06:27 smithi023 conmon[87519]: cluster 2023-11-08T02:06:25.599060+0000 mgr.smithi001.qhtxni (mgr. 2023-11-08T02:06:28.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:06:27 smithi023 conmon[87519]: 14180) 509 : cluster [DBG] pgmap v349: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:06:28.150 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:06:28.150 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:06:28.512 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:06:29.513 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:06:29.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:06:29 smithi001 conmon[82545]: cluster 2023-11-08T02 2023-11-08T02:06:29.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:06:29 smithi001 conmon[82545]: :06:27.599701+0000 mgr.smithi001.qhtxni (mgr.14180) 510 : cluster [DBG] pgmap v350: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:06:29.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:06:29 smithi001 conmon[82545]: audit 2023-11-08T02:06:28.145790+0000 mgr.smithi001.qhtxni (mgr.14180) 511 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:06:30.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:06:29 smithi023 conmon[87519]: cluster 2023-11-08T02:06:27.599701+0000 mgr.smithi001.qhtxni (mgr.14180) 510 : cluster [DBG] pgmap v350: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:06:30.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:06:29 smithi023 conmon[87519]: audit 2023-11-08T02:06:30.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:06:29 smithi023 conmon[87519]: 2023-11-08T02:06:28.145790+0000 mgr.smithi001.qhtxni (mgr.14180) 511 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:06:31.211 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:06:31.212 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:06:31.675 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:06:31.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:06:31 smithi001 conmon[82545]: cluster 2023-11-08T02:06:29.600383+0000 2023-11-08T02:06:31.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:06:31 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 512 : cluster [DBG] pgmap v351: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:06:32.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:06:31 smithi023 conmon[87519]: cluster 2023-11-08T02:06:29.600383+0000 mgr.smithi001.qhtxni (mgr.14180) 512 : cluster 2023-11-08T02:06:32.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:06:31 smithi023 conmon[87519]: [DBG] pgmap v351: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:06:32.677 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:06:32.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:06:32 smithi001 conmon[82545]: audit 2023-11-08T02:06:31.207401+0000 mgr.smithi001.qhtxni ( 2023-11-08T02:06:32.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:06:32 smithi001 conmon[82545]: mgr.14180) 513 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:06:33.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:06:32 smithi023 conmon[87519]: audit 2023-11-08T02:06:31.207401+0000 mgr.smithi001.qhtxni (mgr.14180) 513 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:06:33.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:06:33 smithi001 conmon[82545]: cluster 2023-11-08T02:06:31.600924+0000 mgr.smithi001.qhtxni (mgr.14180) 514 : cluster [DBG] pgmap v352: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:06:34.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:06:33 smithi023 conmon[87519]: cluster 2023-11-08T02:06:31.600924+0000 mgr.smithi001.qhtxni (mgr.14180) 514 : cluster [DBG] pgmap v352: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:06:34.392 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:06:34.393 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:06:34.838 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:06:35.839 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:06:35.871 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:06:35 smithi001 conmon[82545]: cluster 2023-11-08T02:06:33.601521+0000 mgr.smithi001.qhtxni (mgr.14180) 515 : cluster [DBG] pgmap v353: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:06:35.871 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:06:35 smithi001 conmon[82545]: audit 2023-11-08T02:06:34.388665+0000 mgr.smithi001.qhtxni (mgr.14180) 516 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:06:36.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:06:35 smithi023 conmon[87519]: cluster 2023-11-08T02:06:33.601521+0000 mgr.smithi001.qhtxni (mgr.14180) 515 : cluster [DBG] pgmap v353: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:06:36.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:06:35 smithi023 conmon[87519]: audit 2023-11-08T02:06:34.388665+0000 mgr.smithi001.qhtxni (mgr.14180) 516 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:06:37.595 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:06:37.595 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:06:37.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:06:37 smithi001 conmon[82545]: cluster 2023-11-08T02:06:35.602180+0000 mgr.smithi001.qhtxni (mgr.14180) 517 : cluster [DBG] pgmap v354: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:06:37.986 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:06:38.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:06:37 smithi023 conmon[87519]: cluster 2023-11-08T02:06:35.602180+0000 mgr.smithi001.qhtxni (mgr.14180) 517 : cluster [DBG] pgmap v354: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:06:38.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:06:38 smithi001 conmon[82545]: audit 2023-11-08T02:06:37.591064+0000 mgr.smithi001.qhtxni (mgr.14180) 518 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:06:38.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:06:38 smithi001 conmon[82545]: cluster 2023-11-08T02:06:37.602799+0000 mgr.smithi001.qhtxni (mgr.14180) 519 : cluster [DBG] pgmap v355: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:06:38.988 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:06:39.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:06:38 smithi023 conmon[87519]: audit 2023-11-08T02:06:37.591064+0000 mgr.smithi001.qhtxni (mgr.14180) 518 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:06:39.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:06:38 smithi023 conmon[87519]: cluster 2023-11-08T02:06:37.602799+0000 mgr.smithi001.qhtxni (mgr.14180) 519 : cluster [DBG] pgmap v355: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:06:40.562 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:06:40.562 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:06:40.891 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:06:40 smithi001 conmon[82545]: cluster 2023-11-08T02:06:39.603439+0000 mgr.smithi001.qhtxni (mgr.14180) 520 : cluster [DBG] pgmap v356: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:06:40.891 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:06:40 smithi001 conmon[82545]: audit 2023-11-08T02:06:40.557806+0000 mgr.smithi001.qhtxni (mgr.14180) 521 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:06:40.937 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:06:41.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:06:40 smithi023 conmon[87519]: cluster 2023-11-08T02:06:39.603439+0000 mgr.smithi001.qhtxni (mgr.14180) 520 : cluster [DBG] pgmap v356: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:06:41.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:06:40 smithi023 conmon[87519]: audit 2023-11-08T02:06:40.557806+0000 mgr.smithi001.qhtxni (mgr.14180) 521 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:06:41.938 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:06:42.803 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:06:42 smithi001 conmon[82545]: cluster 2023-11-08T02:06:41.604067 2023-11-08T02:06:42.803 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:06:42 smithi001 conmon[82545]: +0000 mgr.smithi001.qhtxni (mgr.14180) 522 : cluster [DBG] pgmap v357: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:06:43.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:06:42 smithi023 conmon[87519]: cluster 2023-11-08T02:06:41.604067+0000 mgr.smithi001.qhtxni (mgr.14180) 522 : cluster [DBG] pgmap v357: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:06:43.648 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:06:43.649 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:06:44.102 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:06:45.102 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:06:45.850 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:06:45 smithi001 conmon[82545]: cluster 2023-11-08T02:06:43.604690+0000 mgr.smithi001.qhtxni (mgr.14180) 523 : cluster [DBG] pgmap v358: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:06:45.850 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:06:45 smithi001 conmon[82545]: audit 2023-11-08T02:06:43.644549+0000 mgr.smithi001.qhtxni (mgr.14180) 524 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:06:46.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:06:45 smithi023 conmon[87519]: cluster 2023-11-08T02:06:43.604690+0000 mgr.smithi001.qhtxni (mgr.14180 2023-11-08T02:06:46.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:06:45 smithi023 conmon[87519]: ) 523 : cluster [DBG] pgmap v358: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:06:46.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:06:45 smithi023 conmon[87519]: audit 2023-11-08T02:06:43.644549+0000 mgr.smithi001.qhtxni (mgr.14180) 524 2023-11-08T02:06:46.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:06:45 smithi023 conmon[87519]: : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:06:46.813 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:06:46.813 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:06:47.266 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:06:47.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:06:47 smithi001 conmon[82545]: cluster 2023-11-08T02:06:45.605357+0000 2023-11-08T02:06:47.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:06:47 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 525 : cluster [DBG] pgmap v359: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:06:48.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:06:47 smithi023 conmon[87519]: cluster 2023-11-08T02:06:45.605357+0000 mgr.smithi001.qhtxni (mgr.14180) 525 : cluster [DBG] pgmap v359: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:06:48.267 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:06:48.862 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:06:48 smithi001 conmon[82545]: audit 2023-11-08T02:06:46.808594+0000 mgr.smithi001.qhtxni (mgr.14180) 526 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:06:49.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:06:48 smithi023 conmon[87519]: audit 2023-11-08T02:06:46.808594+0000 mgr.smithi001.qhtxni (mgr.14180) 526 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:06:49.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:06:49 smithi001 conmon[82545]: cluster 2023-11-08T02:06:47.605959+0000 mgr.smithi001.qhtxni (mgr.14180) 527 : cluster [DBG] pgmap v360: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:06:49.961 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:06:49.961 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:06:50.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:06:49 smithi023 conmon[87519]: cluster 2023-11-08T02:06:47.605959+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:06:50.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:06:49 smithi023 conmon[87519]: 527 : cluster [DBG] pgmap v360: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:06:50.414 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:06:50.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:06:50 smithi001 conmon[82545]: cluster 2023-11-08T02:06:49.606683+0000 mgr.smithi001.qhtxni (mgr.14180) 528 : cluster [DBG] pgmap v361: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:06:50.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:06:50 smithi001 conmon[82545]: audit 2023-11-08T02:06:49.957230+0000 mgr.smithi001.qhtxni (mgr.14180) 529 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:06:51.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:06:50 smithi023 conmon[87519]: cluster 2023-11-08T02:06:49.606683+0000 mgr.smithi001.qhtxni (mgr.14180) 528 : cluster [DBG] pgmap v361: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:06:51.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:06:50 smithi023 conmon[87519]: audit 2023-11-08T02:06:49.957230+0000 mgr.smithi001.qhtxni (mgr.14180) 529 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:06:51.415 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:06:52.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:06:52 smithi001 conmon[82545]: cluster 2023-11-08T02:06:51.607251+0000 mgr.smithi001.qhtxni (mgr.14180) 530 : cluster [DBG] pgmap v362: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:06:53.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:06:52 smithi023 conmon[87519]: cluster 2023-11-08T02:06:51.607251+0000 mgr.smithi001.qhtxni (mgr.14180) 530 : 2023-11-08T02:06:53.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:06:52 smithi023 conmon[87519]: cluster [DBG] pgmap v362: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:06:53.124 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:06:53.125 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:06:53.567 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:06:54.568 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:06:54.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:06:54 smithi023 conmon[87519]: audit 2023-11-08T02:06:53.121025+0000 mgr.smithi001.qhtxni (mgr.14180) 531 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:06:54.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:06:54 smithi001 conmon[82545]: audit 2023-11-08T02:06:53.121025+0000 mgr.smithi001.qhtxni (mgr.14180) 531 : audit 2023-11-08T02:06:54.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:06:54 smithi001 conmon[82545]: [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:06:55.864 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:06:55 smithi001 conmon[82545]: cluster 2023-11-08T02:06:53.608023+0000 mgr.smithi001.qhtxni ( 2023-11-08T02:06:55.864 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:06:55 smithi001 conmon[82545]: mgr.14180) 532 : cluster [DBG] pgmap v363: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:06:56.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:06:55 smithi023 conmon[87519]: cluster 2023-11-08T02:06:53.608023+0000 mgr.smithi001.qhtxni (mgr.14180) 532 : cluster [DBG] pgmap v363: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:06:56.261 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:06:56.261 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:06:56.721 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:06:57.722 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:06:57.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:06:57 smithi001 conmon[82545]: cluster 2023-11-08T02:06:55.608795+0000 mgr.smithi001.qhtxni (mgr.14180) 533 : cluster [DBG] pgmap v364: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:06:57.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:06:57 smithi001 conmon[82545]: audit 2023-11-08T02:06:56.257153+0000 mgr.smithi001.qhtxni (mgr.14180) 534 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:06:58.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:06:57 smithi023 conmon[87519]: cluster 2023-11-08T02:06:55.608795+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:06:58.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:06:57 smithi023 conmon[87519]: 533 : cluster [DBG] pgmap v364: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:06:58.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:06:57 smithi023 conmon[87519]: audit 2023-11-08T02:06:56.257153+0000 mgr.smithi001.qhtxni (mgr.14180) 534 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:06:59.416 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:06:59.416 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:06:59.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:06:59 smithi001 conmon[82545]: cluster 2023-11-08T02:06:57.609648+0000 mgr.smithi001.qhtxni (mgr. 2023-11-08T02:06:59.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:06:59 smithi001 conmon[82545]: 14180) 535 : cluster [DBG] pgmap v365: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:06:59.871 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:07:00.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:06:59 smithi023 conmon[87519]: cluster 2023-11-08T02:06:57.609648+0000 mgr.smithi001.qhtxni (mgr.14180) 535 : cluster [DBG] pgmap v365: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:07:00.873 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:07:00.905 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:00 smithi001 conmon[82545]: audit 2023-11-08T02:06:59.411798+0000 mgr.smithi001.qhtxni (mgr.14180 2023-11-08T02:07:00.905 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:00 smithi001 conmon[82545]: ) 536 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:07:01.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:00 smithi023 conmon[87519]: audit 2023-11-08T02:06:59.411798+0000 mgr.smithi001.qhtxni (mgr.14180) 536 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:07:01.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:01 smithi001 conmon[82545]: cluster 2023-11-08T02:06:59.610316+0000 2023-11-08T02:07:01.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:01 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 537 : cluster [DBG] pgmap v366: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:07:02.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:01 smithi023 conmon[87519]: cluster 2023-11-08T02:06:59.610316+0000 mgr.smithi001.qhtxni (mgr.14180) 537 : cluster [DBG] pgmap v366: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:07:02.680 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:07:02.680 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:07:02.876 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:02 smithi001 conmon[82545]: cluster 2023-11-08T02:07:01.610831+0000 mgr.smithi001.qhtxni (mgr. 2023-11-08T02:07:02.876 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:02 smithi001 conmon[82545]: 14180) 538 : cluster [DBG] pgmap v367: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:07:03.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:02 smithi023 conmon[87519]: cluster 2023-11-08T02:07:01.610831+0000 mgr.smithi001.qhtxni (mgr.14180) 538 : cluster [DBG] pgmap v367: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:07:03.126 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:07:04.127 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:07:04.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:04 smithi023 conmon[87519]: audit 2023-11-08T02:07:02.676414+0000 mgr.smithi001.qhtxni (mgr.14180) 539 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:07:04.876 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:04 smithi001 conmon[82545]: audit 2023-11-08T02:07:02.676414+0000 mgr.smithi001.qhtxni (mgr.14180) 539 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:07:05.873 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:07:05.874 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:07:05.903 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:05 smithi001 conmon[82545]: cluster 2023-11-08T02:07:03.611654 2023-11-08T02:07:05.903 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:05 smithi001 conmon[82545]: +0000 mgr.smithi001.qhtxni (mgr.14180) 540 : cluster [DBG] pgmap v368: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:07:06.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:05 smithi023 conmon[87519]: cluster 2023-11-08T02:07:03.611654+0000 mgr.smithi001.qhtxni (mgr. 2023-11-08T02:07:06.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:05 smithi023 conmon[87519]: 14180) 540 : cluster [DBG] pgmap v368: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:07:06.277 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:07:07.278 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:07:07.847 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:07 smithi001 conmon[82545]: cluster 2023-11-08T02:07:05.612210+0000 mgr.smithi001.qhtxni (mgr. 2023-11-08T02:07:07.848 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:07 smithi001 conmon[82545]: 14180) 541 : cluster [DBG] pgmap v369: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:07:07.848 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:07 smithi001 conmon[82545]: audit 2023-11-08T02:07:05.869152+0000 mgr.smithi001.qhtxni (mgr.14180) 542 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:07:08.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:07 smithi023 conmon[87519]: cluster 2023-11-08T02:07:05.612210+0000 mgr.smithi001.qhtxni (mgr.14180) 541 : cluster [DBG] pgmap v369: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:07:08.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:07 smithi023 conmon[87519]: audit 2023-11-08T02:07:05.869152+0000 mgr.smithi001.qhtxni (mgr.14180) 542 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:07:08.880 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:07:08.880 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:07:09.326 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:07:09.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:09 smithi001 conmon[82545]: cluster 2023-11-08T02:07:07.612797+0000 mgr.smithi001.qhtxni (mgr.14180) 543 : cluster [DBG] pgmap v370: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:07:10.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:09 smithi023 conmon[87519]: cluster 2023-11-08T02:07:07.612797+0000 mgr.smithi001.qhtxni (mgr.14180) 543 : cluster [DBG] pgmap v370: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:07:10.328 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:07:10.876 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:10 smithi001 conmon[82545]: audit 2023-11-08T02:07:08.875427+0000 mgr.smithi001.qhtxni (mgr. 2023-11-08T02:07:10.876 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:10 smithi001 conmon[82545]: 14180) 544 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:07:11.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:10 smithi023 conmon[87519]: audit 2023-11-08T02:07:08.875427+0000 mgr.smithi001.qhtxni (mgr.14180) 544 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:07:11.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:11 smithi001 conmon[82545]: cluster 2023-11-08T02:07:09.613533+0000 mgr.smithi001.qhtxni (mgr.14180) 545 : cluster [DBG] pgmap v371: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:07:12.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:11 smithi023 conmon[87519]: cluster 2023-11-08T02:07:09.613533+0000 mgr.smithi001.qhtxni (mgr.14180) 545 : cluster [DBG] pgmap v371: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:07:12.043 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:07:12.043 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:07:12.485 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:07:12.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:12 smithi001 conmon[82545]: cluster 2023-11-08T02:07:11.614086+0000 mgr.smithi001.qhtxni (mgr.14180) 546 : cluster [DBG] pgmap v372: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:07:12.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:12 smithi001 conmon[82545]: audit 2023-11-08T02 2023-11-08T02:07:12.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:12 smithi001 conmon[82545]: :07:12.039518+0000 mgr.smithi001.qhtxni (mgr.14180) 547 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:07:13.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:12 smithi023 conmon[87519]: cluster 2023-11-08T02:07:11.614086+0000 mgr.smithi001.qhtxni (mgr.14180) 546 : cluster [DBG] pgmap v372: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:07:13.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:12 smithi023 conmon[87519]: audit 2023-11-08T02:07:13.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:12 smithi023 conmon[87519]: 2023-11-08T02:07:12.039518+0000 mgr.smithi001.qhtxni (mgr.14180) 547 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:07:13.486 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:07:15.181 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:07:15.181 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:07:15.637 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:07:15.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:15 smithi001 conmon[82545]: cluster 2023-11-08T02:07:13.614905+0000 mgr.smithi001.qhtxni (mgr.14180) 548 : cluster [DBG] pgmap v373: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:07:16.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:15 smithi023 conmon[87519]: cluster 2023-11-08T02:07:13.614905+0000 mgr.smithi001.qhtxni (mgr.14180) 548 2023-11-08T02:07:16.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:15 smithi023 conmon[87519]: : cluster [DBG] pgmap v373: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:07:16.638 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:07:16.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:16 smithi001 conmon[82545]: audit 2023-11-08T02:07:15.176852+0000 mgr.smithi001.qhtxni (mgr.14180 2023-11-08T02:07:16.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:16 smithi001 conmon[82545]: ) 549 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:07:17.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:16 smithi023 conmon[87519]: audit 2023-11-08T02:07:15.176852+0000 mgr.smithi001.qhtxni (mgr.14180) 549 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:07:17.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:17 smithi001 conmon[82545]: cluster 2023-11-08T02:07:15.615720+0000 2023-11-08T02:07:17.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:17 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 550 : cluster [DBG] pgmap v374: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:07:18.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:17 smithi023 conmon[87519]: cluster 2023-11-08T02:07:15.615720+0000 mgr.smithi001.qhtxni (mgr.14180) 550 : cluster [DBG] pgmap v374: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:07:18.372 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:07:18.372 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:07:18.688 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:07:19.690 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:07:19.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:19 smithi001 conmon[82545]: cluster 2023-11-08T02:07:17.616396+0000 mgr.smithi001.qhtxni (mgr.14180) 551 : cluster [DBG] pgmap v375: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:07:19.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:19 smithi001 conmon[82545]: audit 2023-11-08T02:07:18.368325+0000 mgr.smithi001.qhtxni (mgr.14180) 552 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:07:20.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:19 smithi023 conmon[87519]: cluster 2023-11-08T02:07:17.616396+0000 mgr.smithi001.qhtxni (mgr.14180) 551 : cluster [DBG] pgmap v375: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:07:20.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:19 smithi023 conmon[87519]: audit 2023-11-08T02:07:18.368325+0000 mgr.smithi001.qhtxni (mgr.14180) 552 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:07:21.402 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:07:21.403 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:07:21.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:21 smithi001 conmon[82545]: cluster 2023-11-08T02:07:19.617353+0000 mgr.smithi001.qhtxni 2023-11-08T02:07:21.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:21 smithi001 conmon[82545]: (mgr.14180) 553 : cluster [DBG] pgmap v376: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:07:21.841 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:07:22.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:21 smithi023 conmon[87519]: cluster 2023-11-08T02:07:19.617353+0000 mgr.smithi001.qhtxni (mgr.14180) 553 : 2023-11-08T02:07:22.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:21 smithi023 conmon[87519]: cluster [DBG] pgmap v376: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:07:22.842 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:07:22.873 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:22 smithi001 conmon[82545]: audit 2023-11-08T02:07:21.398166+0000 mgr.smithi001.qhtxni (mgr.14180) 554 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:07:23.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:22 smithi023 conmon[87519]: audit 2023-11-08T02:07:21.398166+0000 mgr.smithi001.qhtxni (mgr.14180) 554 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:07:23.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:23 smithi001 conmon[82545]: cluster 2023-11-08T02:07:21.617907+0000 2023-11-08T02:07:23.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:23 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 555 : cluster [DBG] pgmap v377: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:07:24.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:23 smithi023 conmon[87519]: cluster 2023-11-08T02:07:21.617907+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:07:24.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:23 smithi023 conmon[87519]: 555 : cluster [DBG] pgmap v377: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:07:24.545 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:07:24.545 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:40.636969Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:07:24.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:24 smithi023 conmon[87519]: cluster 2023-11-08T02:07:23.618533+0000 mgr.smithi001.qhtxni (mgr.14180 2023-11-08T02:07:24.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:24 smithi023 conmon[87519]: ) 556 : cluster [DBG] pgmap v378: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:07:24.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:24 smithi023 conmon[87519]: audit 2023-11-08T02:07:24.541208+0000 mgr.smithi001.qhtxni (mgr.14180) 557 : 2023-11-08T02:07:24.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:24 smithi023 conmon[87519]: audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:07:24.954 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:24 smithi001 conmon[82545]: cluster 2023-11-08T02:07:23.618533+0000 mgr.smithi001.qhtxni (mgr.14180) 556 : cluster [DBG] 2023-11-08T02:07:24.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:24 smithi001 conmon[82545]: pgmap v378: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:07:24.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:24 smithi001 conmon[82545]: audit 2023-11-08T02:07:24.541208+0000 mgr.smithi001.qhtxni (mgr.14180) 557 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:07:25.002 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:07:26.003 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:07:26.899 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:26 smithi001 conmon[82545]: cluster 2023-11-08T02:07:25.619398+0000 mgr.smithi001.qhtxni (mgr.14180) 558 : cluster [DBG] pgmap v379: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:07:27.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:26 smithi023 conmon[87519]: cluster 2023-11-08T02:07:25.619398+0000 mgr.smithi001.qhtxni (mgr.14180) 558 : cluster [DBG] pgmap v379: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:07:27.744 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:07:27.745 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:07:27.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:27 smithi001 conmon[82545]: cephadm 2023-11-08T02:07:26.767314+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:07:27.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:27 smithi001 conmon[82545]: 559 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn 2023-11-08T02:07:27.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:27 smithi001 conmon[82545]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn 2023-11-08T02:07:27.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:27 smithi001 conmon[82545]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn 2023-11-08T02:07:27.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:27 smithi001 conmon[82545]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn 2023-11-08T02:07:27.958 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:27 smithi001 conmon[82545]: Deploy daemon haproxy.nfs.foo.smithi023.sjwoyn ... 2023-11-08T02:07:27.958 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:27 smithi001 conmon[82545]: 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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:07:27.958 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:27 smithi001 conmon[82545]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T02:07:27.958 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:27 smithi001 conmon[82545]: stat: stderr time="2023-11-08T02:05:34Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:07:27.959 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:27 smithi001 conmon[82545]: stat: stderr time="2023-11-08T02:06:11Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:07:27.959 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:27 smithi001 conmon[82545]: stat: stderr time="2023-11-08T02:06: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-11-08T02:07:27.959 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:27 smithi001 conmon[82545]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T02:07:27.959 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:27 smithi001 conmon[82545]: 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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:07:27.959 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:27 smithi001 conmon[82545]: Traceback (most recent call last): 2023-11-08T02:07:27.960 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:27 smithi001 conmon[82545]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:07:27.960 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:27 smithi001 conmon[82545]: yield (conn, connr) 2023-11-08T02:07:27.960 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:27 smithi001 conmon[82545]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:07:27.960 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:27 smithi001 conmon[82545]: code, '\n'.join(err))) 2023-11-08T02:07:27.960 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:27 smithi001 conmon[82545]: 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-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn 2023-11-08T02:07:27.961 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:27 smithi001 conmon[82545]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn 2023-11-08T02:07:27.961 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:27 smithi001 conmon[82545]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn 2023-11-08T02:07:27.961 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:27 smithi001 conmon[82545]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn 2023-11-08T02:07:27.961 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:27 smithi001 conmon[82545]: Deploy daemon haproxy.nfs.foo.smithi023.sjwoyn ... 2023-11-08T02:07:27.961 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:27 smithi001 conmon[82545]: 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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:07:27.962 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:27 smithi001 conmon[82545]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T02:07:27.962 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:27 smithi001 conmon[82545]: stat: stderr time="2023-11-08T02:05:34Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:07:27.962 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:27 smithi001 conmon[82545]: stat: stderr time="2023-11-08T02:06:11Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:07:27.962 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:27 smithi001 conmon[82545]: stat: stderr time="2023-11-08T02:06: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-11-08T02:07:27.962 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:27 smithi001 conmon[82545]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T02:07:27.963 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:27 smithi001 conmon[82545]: 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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:07:27.963 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:27 smithi001 conmon[82545]: cephadm 2023-11-08T02:07:26.767 2023-11-08T02:07:27.963 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:27 smithi001 conmon[82545]: 494+0000 mgr.smithi001.qhtxni (mgr.14180) 560 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi023.sjwoyn 2023-11-08T02:07:27.963 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:27 smithi001 conmon[82545]: audit 2023-11-08T02:07:26.767813+0000 mon.smithi001 (mon.0) 683 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi023.sjwoyn"}]: dispatch 2023-11-08T02:07:27.964 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:27 smithi001 conmon[82545]: cephadm 2023-11-08T02:07:26.768406+0000 mgr.smithi001.qhtxni (mgr.14180) 561 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn 2023-11-08T02:07:27.964 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:27 smithi001 conmon[82545]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn 2023-11-08T02:07:27.964 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:27 smithi001 conmon[82545]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn 2023-11-08T02:07:27.964 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:27 smithi001 conmon[82545]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn 2023-11-08T02:07:27.964 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:27 smithi001 conmon[82545]: Deploy daemon haproxy.nfs.foo.smithi023.sjwoyn ... 2023-11-08T02:07:27.965 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:27 smithi001 conmon[82545]: 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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:07:27.965 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:27 smithi001 conmon[82545]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T02:07:27.965 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:27 smithi001 conmon[82545]: stat: stderr time="2023-11-08T02:05:34Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:07:27.965 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:27 smithi001 conmon[82545]: stat: stderr time="2023-11-08T02:06:11Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:07:27.965 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:27 smithi001 conmon[82545]: stat: stderr time="2023-11-08T02:06: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-11-08T02:07:27.966 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:27 smithi001 conmon[82545]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T02:07:27.966 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:27 smithi001 conmon[82545]: 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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:07:27.966 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:27 smithi001 conmon[82545]: cephadm 2023-11-08T02:07:26.769873+0000 mgr.smithi001.qhtxni (mgr.14180) 562 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi001.qchvcn on smithi001 2023-11-08T02:07:28.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:27 smithi023 conmon[87519]: cephadm 2023-11-08T02:07:26.767314+0000 mgr.smithi001.qhtxni (mgr.14180) 559 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn 2023-11-08T02:07:28.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:27 smithi023 conmon[87519]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn 2023-11-08T02:07:28.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:27 smithi023 conmon[87519]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn 2023-11-08T02:07:28.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:27 smithi023 conmon[87519]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn 2023-11-08T02:07:28.030 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:27 smithi023 conmon[87519]: Deploy daemon haproxy.nfs.foo.smithi023.sjwoyn ... 2023-11-08T02:07:28.030 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:27 smithi023 conmon[87519]: 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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:07:28.030 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:27 smithi023 conmon[87519]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T02:07:28.030 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:27 smithi023 conmon[87519]: stat: stderr time="2023-11-08T02:05:34Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:07:28.031 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:27 smithi023 conmon[87519]: stat: stderr time="2023-11-08T02:06:11Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:07:28.031 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:27 smithi023 conmon[87519]: stat: stderr time="2023-11-08T02:06: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-11-08T02:07:28.032 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:27 smithi023 conmon[87519]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T02:07:28.032 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:27 smithi023 conmon[87519]: 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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:07:28.032 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:27 smithi023 conmon[87519]: Traceback (most recent call last): 2023-11-08T02:07:28.032 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:27 smithi023 conmon[87519]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:07:28.032 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:27 smithi023 conmon[87519]: yield (conn, connr) 2023-11-08T02:07:28.033 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:27 smithi023 conmon[87519]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:07:28.033 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:27 smithi023 conmon[87519]: code, '\n'.join(err))) 2023-11-08T02:07:28.033 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:27 smithi023 conmon[87519]: 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-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn 2023-11-08T02:07:28.033 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:27 smithi023 conmon[87519]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn 2023-11-08T02:07:28.033 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:27 smithi023 conmon[87519]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn 2023-11-08T02:07:28.034 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:27 smithi023 conmon[87519]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn 2023-11-08T02:07:28.034 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:27 smithi023 conmon[87519]: Deploy daemon haproxy.nfs.foo.smithi023.sjwoyn ... 2023-11-08T02:07:28.034 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:27 smithi023 conmon[87519]: 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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:07:28.034 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:27 smithi023 conmon[87519]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T02:07:28.034 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:27 smithi023 conmon[87519]: stat: stderr time="2023-11-08T02:05:34Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:07:28.035 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:27 smithi023 conmon[87519]: stat: stderr time="2023-11-08T02:06:11Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:07:28.035 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:27 smithi023 conmon[87519]: stat: stderr time="2023-11-08T02:06: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-11-08T02:07:28.035 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:27 smithi023 conmon[87519]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T02:07:28.035 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:27 smithi023 conmon[87519]: 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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker 2023-11-08T02:07:28.035 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:27 smithi023 conmon[87519]: .io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:07:28.036 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:27 smithi023 conmon[87519]: cephadm 2023-11-08T02:07:26.767494+0000 mgr.smithi001.qhtxni (mgr.14180) 560 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi023.sjwoyn 2023-11-08T02:07:28.036 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:27 smithi023 conmon[87519]: audit 2023-11-08T02:07:26.767813+0000 mon.smithi001 (mon.0) 683 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi023.sjwoyn"}]: dispatch 2023-11-08T02:07:28.036 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:27 smithi023 conmon[87519]: cephadm 2023-11-08T02:07:26.768406+0000 mgr.smithi001.qhtxni (mgr.14180) 561 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn 2023-11-08T02:07:28.036 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:27 smithi023 conmon[87519]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn 2023-11-08T02:07:28.036 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:27 smithi023 conmon[87519]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn 2023-11-08T02:07:28.037 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:27 smithi023 conmon[87519]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn 2023-11-08T02:07:28.037 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:27 smithi023 conmon[87519]: Deploy daemon haproxy.nfs.foo.smithi023.sjwoyn ... 2023-11-08T02:07:28.037 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:27 smithi023 conmon[87519]: 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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:07:28.037 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:27 smithi023 conmon[87519]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T02:07:28.037 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:27 smithi023 conmon[87519]: stat: stderr time="2023-11-08T02:05:34Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:07:28.038 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:27 smithi023 conmon[87519]: stat: stderr time="2023-11-08T02:06:11Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:07:28.038 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:27 smithi023 conmon[87519]: stat: stderr time="2023-11-08T02:06: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-11-08T02:07:28.038 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:27 smithi023 conmon[87519]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T02:07:28.038 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:27 smithi023 conmon[87519]: 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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:07:28.039 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:27 smithi023 conmon[87519]: cephadm 2023-11-08T02:07:26.769873+0000 mgr.smithi001.qhtxni (mgr.14180) 562 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi001.qchvcn on smithi001 2023-11-08T02:07:28.148 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:07:29.149 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:07:29.888 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:29 smithi001 conmon[82545]: cluster 2023-11-08T02:07:27.620013+0000 mgr.smithi001.qhtxni (mgr.14180) 563 : cluster [DBG] pgmap v380: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:07:29.889 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:29 smithi001 conmon[82545]: audit 2023-11-08T02:07:27.740376+0000 mgr.smithi001.qhtxni (mgr.14180) 564 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:07:30.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:29 smithi023 conmon[87519]: cluster 2023-11-08T02:07:27.620013+0000 mgr.smithi001.qhtxni (mgr.14180) 563 : cluster [DBG] pgmap v380: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:07:30.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:29 smithi023 conmon[87519]: audit 2023-11-08T02:07:27.740376+0000 mgr.smithi001.qhtxni (mgr.14180) 564 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:07:30.902 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:07:30.903 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:07:31.310 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:07:31.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:31 smithi001 conmon[82545]: cluster 2023-11-08T02:07:29 2023-11-08T02:07:31.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:31 smithi001 conmon[82545]: .620661+0000 mgr.smithi001.qhtxni (mgr.14180) 565 : cluster [DBG] pgmap v381: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:07:32.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:31 smithi023 conmon[87519]: cluster 2023-11-08T02:07:29.620661+0000 mgr.smithi001.qhtxni (mgr.14180) 565 : cluster [DBG] pgmap v381: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:07:32.311 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:07:32.855 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:32 smithi001 conmon[82545]: audit 2023-11-08T02:07:30.898039+0000 mgr.smithi001.qhtxni (mgr 2023-11-08T02:07:32.856 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:32 smithi001 conmon[82545]: .14180) 566 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:07:33.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:32 smithi023 conmon[87519]: audit 2023-11-08T02:07:30.898039+0000 mgr.smithi001.qhtxni (mgr.14180 2023-11-08T02:07:33.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:32 smithi023 conmon[87519]: ) 566 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:07:33.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:33 smithi001 conmon[82545]: cluster 2023-11-08T02:07:31.621260+0000 mgr.smithi001.qhtxni 2023-11-08T02:07:33.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:33 smithi001 conmon[82545]: (mgr.14180) 567 : cluster [DBG] pgmap v382: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:07:34.012 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:07:34.012 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:07:34.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:33 smithi023 conmon[87519]: cluster 2023-11-08T02:07:31.621260+0000 mgr.smithi001.qhtxni (mgr.14180) 567 : cluster [DBG] pgmap v382: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:07:34.358 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:07:34.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:34 smithi023 conmon[87519]: cluster 2023-11-08T02:07:33.621967+0000 mgr.smithi001.qhtxni (mgr.14180) 568 : cluster [DBG] pgmap v383: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:07:34.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:34 smithi023 conmon[87519]: audit 2023-11-08T02:07:34.008070+0000 mgr.smithi001.qhtxni (mgr.14180) 569 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:07:34.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:34 smithi001 conmon[82545]: cluster 2023-11-08T02:07:33.621967+0000 mgr.smithi001.qhtxni ( 2023-11-08T02:07:34.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:34 smithi001 conmon[82545]: mgr.14180) 568 : cluster [DBG] pgmap v383: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:07:34.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:34 smithi001 conmon[82545]: audit 2023-11-08T02:07:34.008070+0000 mgr.smithi001.qhtxni (mgr.14180) 569 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:07:35.360 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:07:36.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:36 smithi001 conmon[82545]: cluster 2023-11-08T02:07:35 2023-11-08T02:07:36.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:36 smithi001 conmon[82545]: .622578+0000 mgr.smithi001.qhtxni (mgr.14180) 570 : cluster [DBG] pgmap v384: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:07:37.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:36 smithi023 conmon[87519]: cluster 2023-11-08T02:07:35.622578+0000 mgr.smithi001.qhtxni (mgr.14180) 570 : cluster [DBG] pgmap v384: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:07:37.078 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:07:37.078 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:07:37.508 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:07:37.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:37 smithi001 conmon[82545]: audit 2023-11-08T02:07:37. 2023-11-08T02:07:37.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:37 smithi001 conmon[82545]: 074289+0000 mgr.smithi001.qhtxni (mgr.14180) 571 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:07:38.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:37 smithi023 conmon[87519]: audit 2023-11-08T02:07:37.074289+0000 mgr.smithi001.qhtxni (mgr.14180) 571 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:07:38.509 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:07:39.709 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:39 smithi001 conmon[82545]: cluster 2023-11-08T02:07:37.623239+0000 mgr.smithi001.qhtxni (mgr.14180 2023-11-08T02:07:39.709 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:39 smithi001 conmon[82545]: ) 572 : cluster [DBG] pgmap v385: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:07:40.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:39 smithi023 conmon[87519]: cluster 2023-11-08T02:07:37.623239+0000 mgr.smithi001.qhtxni (mgr.14180) 572 : cluster [DBG] pgmap v385: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:07:40.210 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:07:40.210 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:07:40.658 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:07:41.660 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:07:41.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:41 smithi001 conmon[82545]: cluster 2023-11-08T02:07:39.623848+0000 mgr.smithi001.qhtxni (mgr.14180) 573 : cluster [DBG] pgmap v386: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:07:41.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:41 smithi001 conmon[82545]: audit 2023-11-08T02:07:40.206246+0000 mgr.smithi001.qhtxni (mgr.14180) 574 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:07:42.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:41 smithi023 conmon[87519]: cluster 2023-11-08T02:07:39.623848+0000 mgr.smithi001.qhtxni (mgr.14180) 573 : 2023-11-08T02:07:42.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:41 smithi023 conmon[87519]: cluster [DBG] pgmap v386: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:07:42.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:41 smithi023 conmon[87519]: audit 2023-11-08T02:07:40.206246+0000 mgr.smithi001.qhtxni (mgr.14180) 574 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:07:43.413 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:07:43.413 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:07:43.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:43 smithi001 conmon[82545]: cluster 2023-11-08T02:07:41.624656+0000 mgr.smithi001.qhtxni (mgr.14180) 575 : cluster [DBG] pgmap v387: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:07:43.831 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:07:44.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:43 smithi023 conmon[87519]: cluster 2023-11-08T02:07:41.624656+0000 mgr.smithi001.qhtxni (mgr.14180) 575 : cluster [DBG] pgmap v387: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:07:44.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:44 smithi023 conmon[87519]: audit 2023-11-08T02:07:43.408761+0000 mgr.smithi001.qhtxni (mgr.14180) 576 : 2023-11-08T02:07:44.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:44 smithi023 conmon[87519]: audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:07:44.832 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:07:44.863 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:44 smithi001 conmon[82545]: audit 2023-11-08T02:07 2023-11-08T02:07:44.864 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:44 smithi001 conmon[82545]: :43.408761+0000 mgr.smithi001.qhtxni (mgr.14180) 576 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:07:45.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:45 smithi001 conmon[82545]: cluster 2023-11-08T02:07:43. 2023-11-08T02:07:45.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:45 smithi001 conmon[82545]: 625250+0000 mgr.smithi001.qhtxni (mgr.14180) 577 : cluster [DBG] pgmap v388: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:07:46.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:45 smithi023 conmon[87519]: cluster 2023-11-08T02:07:43.625250+0000 mgr.smithi001.qhtxni (mgr.14180) 577 : cluster [DBG] pgmap v388: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:07:46.514 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:07:46.515 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:07:46.841 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:46 smithi001 conmon[82545]: cluster 2023-11-08T02:07:45.625953+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:07:46.841 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:46 smithi001 conmon[82545]: 578 : cluster [DBG] pgmap v389: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:07:46.842 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:46 smithi001 conmon[82545]: audit 2023-11-08T02:07:46.510294+0000 mgr.smithi001.qhtxni (mgr.14180) 579 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:07:46.892 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:07:47.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:46 smithi023 conmon[87519]: cluster 2023-11-08T02:07: 2023-11-08T02:07:47.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:46 smithi023 conmon[87519]: 45.625953+0000 mgr.smithi001.qhtxni (mgr.14180) 578 : cluster [DBG] pgmap v389: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:07:47.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:46 smithi023 conmon[87519]: audit 2023-11-08T02:07:46.510294+0000 mgr.smithi001.qhtxni (mgr.14180) 579 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:07:47.893 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:07:49.590 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:07:49.591 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:07:49.943 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:49 smithi001 conmon[82545]: cluster 2023-11-08T02:07:47.626662+0000 mgr.smithi001.qhtxni (mgr.14180) 580 : cluster [DBG] pgmap v390: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:07:49.945 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:07:50.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:49 smithi023 conmon[87519]: cluster 2023-11-08T02:07:47.626662+0000 mgr.smithi001.qhtxni (mgr.14180) 580 : cluster [DBG] pgmap v390: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:07:50.946 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:07:50.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:50 smithi001 conmon[82545]: audit 2023-11-08T02:07:49.585900+0000 mgr.smithi001.qhtxni (mgr.14180) 581 : audit [DBG] 2023-11-08T02:07:50.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:50 smithi001 conmon[82545]: from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:07:51.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:50 smithi023 conmon[87519]: audit 2023-11-08T02:07:49.585900+0000 mgr.smithi001.qhtxni (mgr.14180) 581 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:07:51.869 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:51 smithi001 conmon[82545]: cluster 2023-11-08T02:07:49.627259+0000 mgr.smithi001.qhtxni (mgr.14180 2023-11-08T02:07:51.870 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:51 smithi001 conmon[82545]: ) 582 : cluster [DBG] pgmap v391: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:07:52.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:51 smithi023 conmon[87519]: cluster 2023-11-08T02:07:49.627259+0000 mgr.smithi001.qhtxni (mgr.14180) 582 : cluster [DBG] pgmap v391: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:07:52.683 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:07:52.683 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:07:52.886 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:52 smithi001 conmon[82545]: cluster 2023-11-08T02:07:51.627785+0000 mgr.smithi001.qhtxni (mgr.14180) 583 : cluster [DBG] pgmap v392: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:07:53.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:52 smithi023 conmon[87519]: cluster 2023-11-08T02:07:51.627785+0000 mgr.smithi001.qhtxni (mgr.14180) 583 2023-11-08T02:07:53.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:52 smithi023 conmon[87519]: : cluster [DBG] pgmap v392: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:07:53.097 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:07:54.099 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:07:54.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:54 smithi023 conmon[87519]: audit 2023-11-08T02:07:52.679344+0000 mgr.smithi001.qhtxni (mgr.14180) 584 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:07:54.875 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:54 smithi001 conmon[82545]: audit 2023-11-08T02:07:52.679344+0000 mgr.smithi001.qhtxni (mgr.14180) 584 : audit [DBG] 2023-11-08T02:07:54.875 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:54 smithi001 conmon[82545]: from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:07:55.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:55 smithi001 conmon[82545]: cluster 2023-11-08T02:07:53.628830+0000 mgr.smithi001.qhtxni (mgr.14180) 585 : cluster [DBG] pgmap v393: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:07:55.810 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:07:55.810 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:07:56.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:55 smithi023 conmon[87519]: cluster 2023-11-08T02:07:53.628830+0000 mgr.smithi001.qhtxni (mgr.14180) 585 : cluster [DBG] pgmap v393: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:07:56.260 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:07:57.261 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:07:57.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:57 smithi001 conmon[82545]: cluster 2023-11-08T02:07:55.629397+0000 2023-11-08T02:07:57.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:57 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 586 : cluster [DBG] pgmap v394: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:07:57.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:57 smithi001 conmon[82545]: audit 2023-11-08T02:07:55.806272+0000 mgr.smithi001.qhtxni (mgr.14180) 587 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:07:58.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:57 smithi023 conmon[87519]: cluster 2023-11-08T02:07:55.629397+0000 mgr.smithi001.qhtxni (mgr.14180) 586 : cluster [DBG] pgmap v394: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:07:58.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:57 smithi023 conmon[87519]: audit 2023-11-08T02:07:55.806272+0000 mgr.smithi001.qhtxni (mgr.14180) 587 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:07:58.992 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:07:58.993 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:07:59.420 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:07:59.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:07:59 smithi001 conmon[82545]: cluster 2023-11-08T02:07:57.630009+0000 mgr.smithi001.qhtxni (mgr.14180) 588 : cluster [DBG] pgmap v395: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:08:00.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:07:59 smithi023 conmon[87519]: cluster 2023-11-08T02:07:57.630009+0000 mgr.smithi001.qhtxni (mgr.14180) 588 : cluster [DBG] pgmap v395: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:08:00.421 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:08:00.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:08:00 smithi001 conmon[82545]: audit 2023-11-08T02:07:58 2023-11-08T02:08:00.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:08:00 smithi001 conmon[82545]: .988680+0000 mgr.smithi001.qhtxni (mgr.14180) 589 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:08:01.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:08:00 smithi023 conmon[87519]: audit 2023-11-08T02:07:58.988680+0000 mgr.smithi001.qhtxni (mgr.14180) 589 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:08:01.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:08:01 smithi001 conmon[82545]: cluster 2023-11-08T02:07:59.630625+0000 mgr.smithi001.qhtxni (mgr.14180) 590 : 2023-11-08T02:08:01.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:08:01 smithi001 conmon[82545]: cluster [DBG] pgmap v396: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:08:02.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:08:01 smithi023 conmon[87519]: cluster 2023-11-08T02:07:59.630625+0000 mgr.smithi001.qhtxni (mgr.14180) 590 : cluster [DBG] pgmap v396: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:08:02.157 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:08:02.158 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:08:02.579 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:08:02.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:08:02 smithi001 conmon[82545]: cluster 2023-11-08T02:08:01.631291+0000 mgr.smithi001.qhtxni (mgr.14180) 591 : cluster [DBG] pgmap v397: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:08:02.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:08:02 smithi001 conmon[82545]: audit 2023-11-08T02:08:02.153731+0000 mgr.smithi001.qhtxni (mgr.14180) 592 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:08:03.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:08:02 smithi023 conmon[87519]: cluster 2023-11-08T02:08:01.631291+0000 mgr.smithi001.qhtxni (mgr.14180) 591 : cluster [DBG] pgmap v397: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:08:03.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:08:02 smithi023 conmon[87519]: audit 2023-11-08T02:08:02.153731+0000 mgr.smithi001.qhtxni (mgr.14180) 592 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:08:03.580 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:08:05.291 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:08:05.292 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:08:05.742 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:08:05.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:08:05 smithi001 conmon[82545]: cluster 2023-11-08T02:08:03. 2023-11-08T02:08:05.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:08:05 smithi001 conmon[82545]: 632009+0000 mgr.smithi001.qhtxni (mgr.14180) 593 : cluster [DBG] pgmap v398: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:08:06.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:08:05 smithi023 conmon[87519]: cluster 2023-11-08T02:08:03.632009+0000 mgr.smithi001.qhtxni (mgr.14180) 593 : cluster [DBG] pgmap v398: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:08:06.743 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:08:06.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:08:06 smithi001 conmon[82545]: audit 2023-11-08T02:08:05.287377+0000 mgr.smithi001.qhtxni (mgr.14180) 594 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:08:07.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:08:06 smithi023 conmon[87519]: audit 2023-11-08T02:08:05.287377+0000 mgr.smithi001.qhtxni (mgr.14180) 594 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:08:07.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:08:07 smithi001 conmon[82545]: cluster 2023-11-08T02:08:05.632589+0000 mgr.smithi001.qhtxni (mgr.14180) 595 : cluster [DBG] pgmap v399: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:08:08.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:08:07 smithi023 conmon[87519]: cluster 2023-11-08T02:08:05.632589+0000 mgr.smithi001.qhtxni (mgr.14180) 595 : cluster [DBG] pgmap v399: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:08:08.473 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:08:08.473 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:08:08.903 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:08:09.904 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:08:09.936 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:08:09 smithi001 conmon[82545]: cluster 2023-11-08T02:08:07.633145+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:08:09.936 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:08:09 smithi001 conmon[82545]: 596 : cluster [DBG] pgmap v400: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:08:09.937 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:08:09 smithi001 conmon[82545]: audit 2023-11-08T02:08:08.469294+0000 mgr.smithi001.qhtxni (mgr.14180) 597 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:08:10.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:08:09 smithi023 conmon[87519]: cluster 2023-11-08T02:08:07.633145+0000 mgr.smithi001.qhtxni (mgr.14180) 596 2023-11-08T02:08:10.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:08:09 smithi023 conmon[87519]: : cluster [DBG] pgmap v400: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:08:10.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:08:09 smithi023 conmon[87519]: audit 2023-11-08T02:08:08.469294+0000 mgr.smithi001.qhtxni (mgr.14180) 597 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:08:11.612 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:08:11.613 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:08:11.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:08:11 smithi001 conmon[82545]: cluster 2023-11-08T02:08:09.634020+0000 mgr.smithi001.qhtxni (mgr.14180) 598 : cluster [DBG] pgmap v401: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:08:11.959 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:08:12.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:08:11 smithi023 conmon[87519]: cluster 2023-11-08T02:08:09.634020+0000 mgr.smithi001.qhtxni (mgr.14180) 598 : 2023-11-08T02:08:12.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:08:11 smithi023 conmon[87519]: cluster [DBG] pgmap v401: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:08:12.960 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:08:13.874 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:08:13 smithi001 conmon[82545]: audit 2023-11-08T02:08:11.608061+0000 mgr.smithi001.qhtxni (mgr.14180) 599 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:08:13.875 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:08:13 smithi001 conmon[82545]: cluster 2023-11-08T02:08:11.634598+0000 mgr.smithi001.qhtxni (mgr.14180) 600 : cluster [DBG] pgmap v402: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:08:14.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:08:13 smithi023 conmon[87519]: audit 2023-11-08T02:08:11.608061+0000 mgr.smithi001.qhtxni (mgr.14180) 599 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:08:14.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:08:13 smithi023 conmon[87519]: cluster 2023-11-08T02:08:11.634598+0000 mgr.smithi001.qhtxni (mgr.14180) 600 : cluster [DBG] pgmap v402: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:08:14.640 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:08:14.641 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:08:14.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:08:14 smithi023 conmon[87519]: cluster 2023-11-08T02:08:13.635164+0000 mgr.smithi001.qhtxni (mgr.14180) 601 : cluster [DBG] pgmap v403: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:08:14.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:08:14 smithi001 conmon[82545]: cluster 2023-11-08T02:08:13.635164 2023-11-08T02:08:14.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:08:14 smithi001 conmon[82545]: +0000 mgr.smithi001.qhtxni (mgr.14180) 601 : cluster [DBG] pgmap v403: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:08:15.008 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:08:15.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:08:15 smithi001 conmon[82545]: audit 2023-11-08T02:08:14.635692+0000 mgr.smithi001.qhtxni (mgr.14180 2023-11-08T02:08:15.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:08:15 smithi001 conmon[82545]: ) 602 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:08:16.009 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:08:16.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:08:15 smithi023 conmon[87519]: audit 2023-11-08T02:08:14.635692+0000 mgr.smithi001.qhtxni ( 2023-11-08T02:08:16.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:08:15 smithi023 conmon[87519]: mgr.14180) 602 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:08:16.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:08:16 smithi001 conmon[82545]: cluster 2023-11-08T02:08:15.635841+0000 mgr.smithi001.qhtxni ( 2023-11-08T02:08:16.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:08:16 smithi001 conmon[82545]: mgr.14180) 603 : cluster [DBG] pgmap v404: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:08:17.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:08:16 smithi023 conmon[87519]: cluster 2023-11-08T02:08:15.635841+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:08:17.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:08:16 smithi023 conmon[87519]: 603 : cluster [DBG] pgmap v404: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:08:17.694 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:08:17.694 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:08:18.161 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:08:19.163 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:08:19.912 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:08:19 smithi001 conmon[82545]: cluster 2023-11-08T02:08:17.636404+0000 mgr.smithi001.qhtxni (mgr.14180) 604 : cluster [DBG] pgmap v405: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:08:19.913 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:08:19 smithi001 conmon[82545]: audit 2023-11-08T02:08:17.690256+0000 mgr.smithi001.qhtxni (mgr.14180) 605 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:08:20.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:08:19 smithi023 conmon[87519]: cluster 2023-11-08T02:08:17.636404+0000 mgr.smithi001.qhtxni (mgr.14180) 604 : 2023-11-08T02:08:20.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:08:19 smithi023 conmon[87519]: cluster [DBG] pgmap v405: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:08:20.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:08:19 smithi023 conmon[87519]: audit 2023-11-08T02:08:17.690256+0000 mgr.smithi001.qhtxni (mgr.14180) 605 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:08:20.892 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:08:20.892 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:08:21.328 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:08:21.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:08:21 smithi001 conmon[82545]: cluster 2023-11-08T02:08:19.637040+0000 mgr.smithi001.qhtxni (mgr.14180) 606 : cluster [DBG] pgmap v406: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:08:22.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:08:21 smithi023 conmon[87519]: cluster 2023-11-08T02:08:19.637040+0000 mgr.smithi001.qhtxni (mgr.14180) 606 : cluster [DBG] pgmap v406: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:08:22.329 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:08:22.873 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:08:22 smithi001 conmon[82545]: audit 2023-11-08T02:08:20.888418+0000 mgr.smithi001.qhtxni 2023-11-08T02:08:22.874 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:08:22 smithi001 conmon[82545]: (mgr.14180) 607 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:08:23.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:08:22 smithi023 conmon[87519]: audit 2023-11-08T02:08:20.888418+0000 mgr.smithi001.qhtxni (mgr.14180) 607 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:08:23.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:08:23 smithi001 conmon[82545]: cluster 2023-11-08T02:08:21.637801+0000 mgr.smithi001.qhtxni (mgr 2023-11-08T02:08:23.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:08:23 smithi001 conmon[82545]: .14180) 608 : cluster [DBG] pgmap v407: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:08:24.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:08:23 smithi023 conmon[87519]: cluster 2023-11-08T02:08:21.637801+0000 mgr.smithi001.qhtxni (mgr.14180) 608 : cluster [DBG] pgmap v407: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:08:24.072 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:08:24.073 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:08:24.389 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:08:24.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:08:24 smithi001 conmon[82545]: cluster 2023-11-08T02:08:23.638435+0000 mgr.smithi001.qhtxni (mgr.14180) 609 : cluster [DBG] pgmap v408: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:08:24.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:08:24 smithi001 conmon[82545]: audit 2023-11-08T02:08:24.068945+0000 mgr.smithi001.qhtxni (mgr.14180) 610 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:08:24.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:08:24 smithi023 conmon[87519]: cluster 2023-11-08T02:08:23.638435+0000 mgr.smithi001.qhtxni (mgr.14180) 609 : cluster [DBG] pgmap v408: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:08:24.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:08:24 smithi023 conmon[87519]: audit 2023-11-08T02:08:24.068945+0000 mgr.smithi001.qhtxni (mgr.14180) 610 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:08:25.390 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:08:26.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:08:26 smithi001 conmon[82545]: cluster 2023-11-08T02:08:25.639224+0000 2023-11-08T02:08:26.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:08:26 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 611 : cluster [DBG] pgmap v409: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:08:27.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:08:26 smithi023 conmon[87519]: cluster 2023-11-08T02:08:25.639224+0000 mgr.smithi001.qhtxni (mgr.14180) 611 : cluster [DBG] pgmap v409: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:08:27.110 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:08:27.110 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:08:27.539 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:08:27.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:08:27 smithi001 conmon[82545]: audit 2023-11-08T02:08:27.106211+0000 mgr.smithi001.qhtxni 2023-11-08T02:08:27.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:08:27 smithi001 conmon[82545]: (mgr.14180) 612 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:08:28.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:08:27 smithi023 conmon[87519]: audit 2023-11-08T02:08:27.106211+0000 mgr.smithi001.qhtxni (mgr.14180) 612 : audit 2023-11-08T02:08:28.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:08:27 smithi023 conmon[87519]: [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:08:28.540 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:08:29.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:08:29 smithi001 conmon[82545]: cluster 2023-11-08T02:08:27.639972+0000 mgr.smithi001.qhtxni (mgr.14180) 613 : cluster [DBG] pgmap v410: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:08:30.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:08:29 smithi023 conmon[87519]: cluster 2023-11-08T02:08:27.639972+0000 mgr.smithi001.qhtxni (mgr.14180) 613 2023-11-08T02:08:30.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:08:29 smithi023 conmon[87519]: : cluster [DBG] pgmap v410: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:08:30.273 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:08:30.274 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:08:30.698 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:08:31.700 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:08:31.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:08:31 smithi001 conmon[82545]: cluster 2023-11-08T02:08:29.640592+0000 mgr.smithi001.qhtxni (mgr.14180) 614 : cluster [DBG] 2023-11-08T02:08:31.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:08:31 smithi001 conmon[82545]: pgmap v411: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:08:31.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:08:31 smithi001 conmon[82545]: audit 2023-11-08T02:08:30.269695+0000 mgr.smithi001.qhtxni (mgr.14180) 615 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:08:32.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:08:31 smithi023 conmon[87519]: cluster 2023-11-08T02:08:29.640592+0000 mgr.smithi001.qhtxni (mgr.14180) 614 2023-11-08T02:08:32.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:08:31 smithi023 conmon[87519]: : cluster [DBG] pgmap v411: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:08:32.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:08:31 smithi023 conmon[87519]: audit 2023-11-08T02:08:30.269695+0000 mgr.smithi001.qhtxni (mgr.14180) 615 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:08:32.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:08:32 smithi001 conmon[82545]: cluster 2023-11-08T02:08:31.641461+0000 mgr.smithi001.qhtxni (mgr.14180) 616 : cluster [DBG] pgmap v412: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:08:33.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:08:32 smithi023 conmon[87519]: cluster 2023-11-08T02:08:31.641461+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:08:33.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:08:32 smithi023 conmon[87519]: 616 : cluster [DBG] pgmap v412: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:08:33.426 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:08:33.427 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:08:33.861 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:08:34.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:08:34 smithi023 conmon[87519]: audit 2023-11-08T02:08:33.422614+0000 mgr.smithi001.qhtxni (mgr. 2023-11-08T02:08:34.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:08:34 smithi023 conmon[87519]: 14180) 617 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:08:34.862 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:08:34.893 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:08:34 smithi001 conmon[82545]: audit 2023-11-08T02:08:33.422614+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:08:34.894 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:08:34 smithi001 conmon[82545]: 617 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:08:35.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:08:35 smithi001 conmon[82545]: cluster 2023-11-08T02:08:33.642136+0000 mgr.smithi001.qhtxni (mgr.14180) 618 : cluster [DBG] pgmap v413: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:08:36.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:08:35 smithi023 conmon[87519]: cluster 2023-11-08T02:08:33.642136+0000 mgr.smithi001.qhtxni ( 2023-11-08T02:08:36.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:08:35 smithi023 conmon[87519]: mgr.14180) 618 : cluster [DBG] pgmap v413: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:08:36.570 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:08:36.570 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:08:36.911 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:08:36 smithi001 conmon[82545]: cluster 2023-11-08T02: 2023-11-08T02:08:36.911 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:08:36 smithi001 conmon[82545]: 08:35.642706+0000 mgr.smithi001.qhtxni (mgr.14180) 619 : cluster [DBG] pgmap v414: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:08:36.912 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:08:36 smithi001 conmon[82545]: audit 2023-11-08T02:08:36.566138+0000 mgr.smithi001.qhtxni (mgr.14180) 620 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:08:36.913 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:08:37.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:08:36 smithi023 conmon[87519]: cluster 2023-11-08T02:08:35.642706+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:08:37.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:08:36 smithi023 conmon[87519]: 619 : cluster [DBG] pgmap v414: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:08:37.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:08:36 smithi023 conmon[87519]: audit 2023-11-08T02:08:36.566138+0000 mgr.smithi001.qhtxni (mgr.14180) 620 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:08:37.914 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:08:39.727 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:08:39.727 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:08:39.922 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:08:39 smithi001 conmon[82545]: cluster 2023-11-08T02:08:37.643332+0000 mgr.smithi001.qhtxni (mgr 2023-11-08T02:08:39.922 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:08:39 smithi001 conmon[82545]: .14180) 621 : cluster [DBG] pgmap v415: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:08:40.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:08:39 smithi023 conmon[87519]: cluster 2023-11-08T02:08:37.643332+0000 mgr.smithi001.qhtxni (mgr.14180) 621 : cluster [DBG] pgmap v415: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:08:40.065 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:08:41.067 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:08:41.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:08:41 smithi001 conmon[82545]: cluster 2023-11-08T02:08 2023-11-08T02:08:41.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:08:41 smithi001 conmon[82545]: :39.643946+0000 mgr.smithi001.qhtxni (mgr.14180) 622 : cluster [DBG] pgmap v416: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:08:41.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:08:41 smithi001 conmon[82545]: audit 2023-11-08T02:08:39.723323+0000 mgr.smithi001.qhtxni (mgr.14180) 623 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:08:42.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:08:41 smithi023 conmon[87519]: cluster 2023-11-08T02:08:39.643946+0000 mgr.smithi001.qhtxni (mgr.14180) 622 : cluster [DBG] pgmap v416: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:08:42.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:08:41 smithi023 conmon[87519]: audit 2023-11-08T02:08:39.723323+0000 mgr.smithi001.qhtxni (mgr.14180) 623 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:08:42.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:08:42 smithi001 conmon[82545]: cluster 2023-11-08T02:08:41.644494+0000 mgr.smithi001.qhtxni (mgr.14180) 624 : cluster [DBG] pgmap v417: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:08:42.785 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:08:42.786 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:08:43.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:08:42 smithi023 conmon[87519]: cluster 2023-11-08T02:08:41.644494+0000 mgr.smithi001.qhtxni (mgr.14180) 624 : cluster [DBG] pgmap v417: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:08:43.229 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:08:44.230 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:08:44.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:08:44 smithi023 conmon[87519]: audit 2023-11-08T02:08:42.781773+0000 mgr.smithi001.qhtxni (mgr.14180) 625 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:08:44.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:08:44 smithi001 conmon[82545]: audit 2023-11-08T02:08:42.781773+0000 mgr.smithi001.qhtxni ( 2023-11-08T02:08:44.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:08:44 smithi001 conmon[82545]: mgr.14180) 625 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:08:45.932 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:08:45.933 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:08:45.954 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:08:45 smithi001 conmon[82545]: cluster 2023-11-08T02:08:43.645269+0000 2023-11-08T02:08:45.954 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:08:45 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 626 : cluster [DBG] pgmap v418: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:08:46.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:08:45 smithi023 conmon[87519]: cluster 2023-11-08T02:08:43.645269+0000 mgr.smithi001.qhtxni (mgr.14180) 626 : cluster [DBG] pgmap v418: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:08:46.291 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:08:46.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:08:46 smithi001 conmon[82545]: cluster 2023-11-08T02:08:45.645880+0000 mgr.smithi001.qhtxni (mgr.14180) 627 : cluster [DBG] pgmap v419: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:08:46.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:08:46 smithi001 conmon[82545]: audit 2023-11-08T02:08:45.928138+0000 mgr.smithi001.qhtxni (mgr.14180) 628 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:08:47.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:08:46 smithi023 conmon[87519]: cluster 2023-11-08T02:08:45.645880+0000 mgr.smithi001.qhtxni (mgr.14180) 627 : cluster [DBG] pgmap v419: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:08:47.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:08:46 smithi023 conmon[87519]: audit 2023-11-08T02:08:45.928138+0000 mgr.smithi001.qhtxni (mgr.14180) 628 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:08:47.292 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:08:49.049 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:08:49.049 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:08:49.457 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:08:49.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:08:49 smithi001 conmon[82545]: cluster 2023-11-08T02:08:47.646441+0000 mgr.smithi001.qhtxni ( 2023-11-08T02:08:49.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:08:49 smithi001 conmon[82545]: mgr.14180) 629 : cluster [DBG] pgmap v420: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:08:50.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:08:49 smithi023 conmon[87519]: cluster 2023-11-08T02:08:47.646441+0000 mgr.smithi001.qhtxni (mgr.14180) 629 : cluster [DBG] pgmap v420: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:08:50.458 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:08:50.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:08:50 smithi001 conmon[82545]: audit 2023-11-08T02:08:49.044538+0000 mgr.smithi001.qhtxni ( 2023-11-08T02:08:50.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:08:50 smithi001 conmon[82545]: mgr.14180) 630 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:08:51.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:08:50 smithi023 conmon[87519]: audit 2023-11-08T02:08:49.044538+0000 mgr.smithi001.qhtxni (mgr.14180) 630 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:08:51.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:08:51 smithi001 conmon[82545]: cluster 2023-11-08T02:08:49.647281+0000 2023-11-08T02:08:51.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:08:51 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 631 : cluster [DBG] pgmap v421: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:08:52.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:08:51 smithi023 conmon[87519]: cluster 2023-11-08T02:08:49.647281+0000 mgr.smithi001.qhtxni (mgr.14180) 631 : cluster [DBG] pgmap v421: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:08:52.193 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:08:52.194 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:08:52.607 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:08:52.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:08:52 smithi001 conmon[82545]: cluster 2023-11-08T02:08 2023-11-08T02:08:52.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:08:52 smithi001 conmon[82545]: :51.648095+0000 mgr.smithi001.qhtxni (mgr.14180) 632 : cluster [DBG] pgmap v422: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:08:52.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:08:52 smithi001 conmon[82545]: audit 2023-11-08T02:08:52.187693+0000 mgr.smithi001.qhtxni (mgr.14180) 633 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:08:53.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:08:52 smithi023 conmon[87519]: cluster 2023-11-08T02:08:51.648095+0000 mgr.smithi001.qhtxni (mgr.14180 2023-11-08T02:08:53.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:08:52 smithi023 conmon[87519]: ) 632 : cluster [DBG] pgmap v422: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:08:53.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:08:52 smithi023 conmon[87519]: audit 2023-11-08T02:08:52.187693+0000 mgr.smithi001.qhtxni (mgr.14180) 633 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:08:53.608 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:08:54.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:08:54 smithi023 conmon[87519]: cluster 2023-11-08T02:08:53.648808+0000 mgr.smithi001.qhtxni (mgr.14180) 634 : 2023-11-08T02:08:54.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:08:54 smithi023 conmon[87519]: cluster [DBG] pgmap v423: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:08:54.914 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:08:54 smithi001 conmon[82545]: cluster 2023-11-08T02:08:53.648808+0000 mgr.smithi001.qhtxni (mgr.14180) 634 : cluster [DBG] pgmap v423: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:08:55.297 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:08:55.297 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:08:55.673 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:08:55.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:08:55 smithi001 conmon[82545]: audit 2023-11-08T02:08:55.293516+0000 2023-11-08T02:08:55.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:08:55 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 635 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:08:56.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:08:55 smithi023 conmon[87519]: audit 2023-11-08T02:08:55.293516+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:08:56.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:08:55 smithi023 conmon[87519]: 635 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:08:56.674 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:08:56.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:08:56 smithi001 conmon[82545]: cluster 2023-11-08T02:08:55.649538+0000 mgr.smithi001.qhtxni (mgr 2023-11-08T02:08:56.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:08:56 smithi001 conmon[82545]: .14180) 636 : cluster [DBG] pgmap v424: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:08:57.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:08:56 smithi023 conmon[87519]: cluster 2023-11-08T02:08:55.649538+0000 mgr.smithi001.qhtxni (mgr.14180 2023-11-08T02:08:57.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:08:56 smithi023 conmon[87519]: ) 636 : cluster [DBG] pgmap v424: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:08:58.412 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:08:58.412 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:08:58.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:08:58 smithi001 conmon[82545]: cluster 2023-11-08T02:08:57.650146+0000 mgr.smithi001.qhtxni (mgr.14180) 637 : cluster [DBG] pgmap v425: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:08:58.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:08:58 smithi001 conmon[82545]: audit 2023-11-08T02:08:58.408136+0000 mgr.smithi001.qhtxni (mgr.14180) 638 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:08:58.823 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:08:59.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:08:58 smithi023 conmon[87519]: cluster 2023-11-08T02:08:57.650146+0000 mgr.smithi001.qhtxni (mgr.14180) 637 : cluster 2023-11-08T02:08:59.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:08:58 smithi023 conmon[87519]: [DBG] pgmap v425: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:08:59.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:08:58 smithi023 conmon[87519]: audit 2023-11-08T02:08:58.408136+0000 mgr.smithi001.qhtxni (mgr.14180) 638 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:08:59.824 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:09:00.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:00 smithi001 conmon[82545]: cluster 2023-11-08T02:08:59.650755+0000 2023-11-08T02:09:00.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:00 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 639 : cluster [DBG] pgmap v426: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:09:01.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:00 smithi023 conmon[87519]: cluster 2023-11-08T02:08:59.650755+0000 mgr.smithi001.qhtxni (mgr.14180) 639 : cluster 2023-11-08T02:09:01.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:00 smithi023 conmon[87519]: [DBG] pgmap v426: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:09:01.575 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:09:01.576 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:09:01.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:01 smithi001 conmon[82545]: audit 2023-11-08T02:09:01.571309+0000 mgr.smithi001.qhtxni (mgr.14180) 640 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:09:01.985 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:09:02.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:01 smithi023 conmon[87519]: audit 2023-11-08T02:09:01.571309+0000 mgr.smithi001.qhtxni (mgr.14180) 640 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:09:02.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:02 smithi001 conmon[82545]: cluster 2023-11-08T02:09:01.651292+0000 mgr.smithi001.qhtxni (mgr.14180) 641 : cluster [DBG] pgmap v427: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:09:02.986 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:09:03.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:02 smithi023 conmon[87519]: cluster 2023-11-08T02:09:01.651292+0000 mgr.smithi001.qhtxni (mgr.14180) 641 : cluster [DBG] pgmap v427: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:09:04.679 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:09:04.680 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:09:04.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:04 smithi023 conmon[87519]: cluster 2023-11-08T02:09:03.651952+0000 mgr.smithi001.qhtxni (mgr 2023-11-08T02:09:04.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:04 smithi023 conmon[87519]: .14180) 642 : cluster [DBG] pgmap v428: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:09:04.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:04 smithi001 conmon[82545]: cluster 2023-11- 2023-11-08T02:09:04.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:04 smithi001 conmon[82545]: 08T02:09:03.651952+0000 mgr.smithi001.qhtxni (mgr.14180) 642 : cluster [DBG] pgmap v428: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:09:05.034 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:09:05.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:05 smithi001 conmon[82545]: audit 2023-11-08T02:09:04.675498+0000 mgr.smithi001.qhtxni (mgr.14180) 643 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:09:06.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:05 smithi023 conmon[87519]: audit 2023-11-08T02:09:04.675498+0000 mgr.smithi001.qhtxni (mgr. 2023-11-08T02:09:06.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:05 smithi023 conmon[87519]: 14180) 643 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:09:06.035 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:09:06.926 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:06 smithi001 conmon[82545]: cluster 2023-11-08T02:09:05. 2023-11-08T02:09:06.927 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:06 smithi001 conmon[82545]: 652745+0000 mgr.smithi001.qhtxni (mgr.14180) 644 : cluster [DBG] pgmap v429: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:09:07.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:06 smithi023 conmon[87519]: cluster 2023-11-08T02:09:05.652745+0000 mgr.smithi001.qhtxni (mgr.14180) 644 : cluster 2023-11-08T02:09:07.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:06 smithi023 conmon[87519]: [DBG] pgmap v429: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:09:07.748 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:09:07.748 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:09:08.097 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:09:09.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:08 smithi023 conmon[87519]: cluster 2023-11-08T02:09:07.653336+0000 mgr.smithi001.qhtxni (mgr.14180) 645 : cluster [DBG] pgmap v430: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:09:09.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:08 smithi023 conmon[87519]: audit 2023-11-08T02:09:07.743900+0000 mgr.smithi001.qhtxni (mgr.14180) 646 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:09:09.098 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:09:09.127 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:08 smithi001 conmon[82545]: cluster 2023-11-08T02:09:07.653336+0000 mgr.smithi001.qhtxni (mgr.14180 2023-11-08T02:09:09.128 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:08 smithi001 conmon[82545]: ) 645 : cluster [DBG] pgmap v430: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:09:09.128 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:08 smithi001 conmon[82545]: audit 2023-11-08T02:09:07.743900+0000 mgr.smithi001.qhtxni (mgr.14180) 646 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:09:10.909 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:09:10.910 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:09:10.935 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:10 smithi001 conmon[82545]: cluster 2023-11-08T02:09:09.654115+0000 mgr.smithi001.qhtxni 2023-11-08T02:09:10.935 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:10 smithi001 conmon[82545]: (mgr.14180) 647 : cluster [DBG] pgmap v431: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:09:11.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:10 smithi023 conmon[87519]: cluster 2023-11-08T02:09:09.654115+0000 mgr.smithi001.qhtxni (mgr.14180) 647 : cluster [DBG] pgmap v431: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:09:11.262 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:09:12.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:11 smithi023 conmon[87519]: audit 2023-11-08T02:09:10.903659+0000 mgr.smithi001.qhtxni (mgr.14180) 648 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:09:12.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:11 smithi001 conmon[82545]: audit 2023-11-08T02:09:10.903659+0000 mgr.smithi001.qhtxni (mgr. 2023-11-08T02:09:12.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:11 smithi001 conmon[82545]: 14180) 648 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:09:12.263 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:09:13.001 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:12 smithi001 conmon[82545]: cluster 2023-11-08T02:09:11.654909+0000 mgr.smithi001.qhtxni (mgr.14180) 649 : cluster [DBG] pgmap v432: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:09:13.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:12 smithi023 conmon[87519]: cluster 2023-11-08T02:09:11.654909+0000 mgr.smithi001.qhtxni (mgr.14180) 649 : cluster [DBG] pgmap v432: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:09:14.006 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:09:14.007 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:09:14.410 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:09:14.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:14 smithi023 conmon[87519]: cluster 2023-11-08T02:09:13.655514+0000 mgr.smithi001.qhtxni (mgr.14180) 650 2023-11-08T02:09:14.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:14 smithi023 conmon[87519]: : cluster [DBG] pgmap v433: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:09:14.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:14 smithi023 conmon[87519]: audit 2023-11-08T02:09:14.002002+0000 mgr.smithi001.qhtxni (mgr.14180) 651 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:09:14.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:14 smithi001 conmon[82545]: cluster 2023-11-08T02:09:13.655514+0000 mgr.smithi001.qhtxni (mgr.14180 2023-11-08T02:09:14.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:14 smithi001 conmon[82545]: ) 650 : cluster [DBG] pgmap v433: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:09:14.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:14 smithi001 conmon[82545]: audit 2023-11-08T02:09:14.002002+0000 mgr.smithi001.qhtxni (mgr.14180) 651 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:09:15.412 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:09:17.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:16 smithi023 conmon[87519]: cluster 2023-11-08T02:09:15.656037+0000 mgr.smithi001.qhtxni (mgr.14180) 652 : cluster [DBG] pgmap v434: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:09:17.108 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:09:17.109 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:09:17.138 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:16 smithi001 conmon[82545]: cluster 2023-11-08T02:09:15.656037+0000 mgr.smithi001.qhtxni (mgr.14180) 652 : cluster [DBG] pgmap v434: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:09:17.567 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:09:17.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:17 smithi001 conmon[82545]: audit 2023-11-08T02:09:17.104806+0000 mgr.smithi001.qhtxni (mgr.14180) 653 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:09:18.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:17 smithi023 conmon[87519]: audit 2023-11-08T02:09:17.104806+0000 mgr.smithi001.qhtxni (mgr.14180) 653 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:09:18.568 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:09:18.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:18 smithi001 conmon[82545]: cluster 2023-11-08T02:09:17.656690+0000 mgr.smithi001.qhtxni (mgr. 2023-11-08T02:09:18.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:18 smithi001 conmon[82545]: 14180) 654 : cluster [DBG] pgmap v435: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:09:19.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:18 smithi023 conmon[87519]: cluster 2023-11-08T02:09:17.656690+0000 mgr.smithi001.qhtxni (mgr.14180) 654 : cluster [DBG] pgmap v435: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:09:20.168 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:09:20.168 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:09:20.619 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:09:20.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:20 smithi001 conmon[82545]: cluster 2023-11-08T02:09:19.657353+0000 mgr.smithi001.qhtxni (mgr.14180) 655 : cluster [DBG] pgmap v436: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:09:20.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:20 smithi001 conmon[82545]: audit 2023-11-08T02:09:20.164384+0000 mgr.smithi001.qhtxni (mgr.14180) 656 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:09:21.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:20 smithi023 conmon[87519]: cluster 2023-11-08T02:09:19.657353+0000 mgr.smithi001.qhtxni (mgr 2023-11-08T02:09:21.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:20 smithi023 conmon[87519]: .14180) 655 : cluster [DBG] pgmap v436: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:09:21.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:20 smithi023 conmon[87519]: audit 2023-11-08T02:09:20.164384+0000 mgr.smithi001.qhtxni (mgr.14180) 656 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:09:21.621 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:09:22.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:22 smithi001 conmon[82545]: cluster 2023-11-08T02:09:21.657984+0000 mgr.smithi001.qhtxni 2023-11-08T02:09:22.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:22 smithi001 conmon[82545]: (mgr.14180) 657 : cluster [DBG] pgmap v437: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:09:23.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:22 smithi023 conmon[87519]: cluster 2023-11-08T02:09:21.657984+0000 mgr.smithi001.qhtxni (mgr.14180) 657 : cluster 2023-11-08T02:09:23.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:22 smithi023 conmon[87519]: [DBG] pgmap v437: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:09:23.338 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:09:23.338 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:09:23.774 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:09:24.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:23 smithi023 conmon[87519]: audit 2023-11-08T02:09:23.334254+0000 mgr.smithi001.qhtxni (mgr.14180) 658 : 2023-11-08T02:09:24.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:23 smithi023 conmon[87519]: audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:09:24.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:23 smithi001 conmon[82545]: audit 2023-11-08T02:09:23.334254+0000 mgr.smithi001.qhtxni ( 2023-11-08T02:09:24.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:23 smithi001 conmon[82545]: mgr.14180) 658 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:09:24.775 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:09:24.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:24 smithi023 conmon[87519]: cluster 2023-11-08T02:09:23.658638+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:09:24.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:24 smithi023 conmon[87519]: 659 : cluster [DBG] pgmap v438: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:09:25.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:24 smithi001 conmon[82545]: cluster 2023-11-08T02:09:23.658638+0000 mgr.smithi001.qhtxni (mgr.14180) 659 : cluster [DBG] pgmap v438: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:09:26.494 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:09:26.495 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:09:26.838 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:26 smithi001 conmon[82545]: cluster 2023-11-08T02:09:25.659184+0000 mgr.smithi001.qhtxni (mgr.14180) 660 : cluster [DBG] pgmap v439: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:09:26.838 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:26 smithi001 conmon[82545]: audit 2023-11-08T02:09:26.490466+0000 mgr.smithi001.qhtxni (mgr.14180) 661 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:09:26.839 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:09:27.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:26 smithi023 conmon[87519]: cluster 2023-11-08T02:09:25.659184+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:09:27.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:26 smithi023 conmon[87519]: 660 : cluster [DBG] pgmap v439: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:09:27.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:26 smithi023 conmon[87519]: audit 2023-11-08T02:09:26.490466+0000 mgr.smithi001.qhtxni (mgr.14180) 661 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:09:27.841 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:09:29.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:28 smithi023 conmon[87519]: cluster 2023-11-08T02:09:27.659959+0000 mgr.smithi001.qhtxni (mgr.14180) 662 : cluster [DBG] pgmap v440: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:09:29.167 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:28 smithi001 conmon[82545]: cluster 2023-11-08T02:09:27.659959+0000 2023-11-08T02:09:29.168 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:28 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 662 : cluster [DBG] pgmap v440: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:09:29.559 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:09:29.560 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:09:29.946 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:29 smithi001 conmon[82545]: audit 2023-11-08T02:09:29.555283+0000 mgr.smithi001.qhtxni (mgr.14180 2023-11-08T02:09:29.946 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:29 smithi001 conmon[82545]: ) 663 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:09:30.011 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:09:30.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:29 smithi023 conmon[87519]: audit 2023-11-08T02:09:29.555283+0000 mgr.smithi001.qhtxni (mgr.14180) 663 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:09:31.013 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:09:31.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:30 smithi023 conmon[87519]: cluster 2023-11-08T02:09:29.660561+0000 mgr.smithi001.qhtxni (mgr.14180) 664 : cluster 2023-11-08T02:09:31.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:30 smithi023 conmon[87519]: [DBG] pgmap v441: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:09:31.044 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:30 smithi001 conmon[82545]: cluster 2023-11-08T02:09:29.660561 2023-11-08T02:09:31.044 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:30 smithi001 conmon[82545]: +0000 mgr.smithi001.qhtxni (mgr.14180) 664 : cluster [DBG] pgmap v441: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:09:32.732 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:09:32.732 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:09:33.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:32 smithi023 conmon[87519]: cluster 2023-11-08T02:09:31.661296+0000 mgr.smithi001.qhtxni (mgr.14180) 665 : cluster [DBG] pgmap v442: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:09:33.064 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:32 smithi001 conmon[82545]: cluster 2023-11-08T02:09:31.661296+0000 mgr.smithi001.qhtxni 2023-11-08T02:09:33.064 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:32 smithi001 conmon[82545]: (mgr.14180) 665 : cluster [DBG] pgmap v442: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:09:33.161 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:09:34.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:33 smithi023 conmon[87519]: audit 2023-11-08T02:09:32.727999+0000 mgr.smithi001.qhtxni (mgr.14180) 666 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:09:34.162 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:09:34.193 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:33 smithi001 conmon[82545]: audit 2023-11-08T02:09:32.727999+0000 2023-11-08T02:09:34.193 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:33 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 666 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:09:35.015 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:34 smithi001 conmon[82545]: cluster 2023-11-08T02:09:33.662024+0000 mgr.smithi001.qhtxni (mgr.14180) 667 : cluster [DBG] pgmap v443: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:09:35.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:34 smithi023 conmon[87519]: cluster 2023-11-08T02:09:33.662024+0000 mgr.smithi001.qhtxni (mgr.14180) 667 : cluster [DBG] pgmap v443: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:09:35.789 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:09:35.790 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:09:36.225 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:09:37.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:36 smithi023 conmon[87519]: cluster 2023-11-08T02:09:35.662756+0000 mgr.smithi001.qhtxni (mgr.14180) 668 : cluster [DBG] pgmap v444: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:09:37.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:36 smithi023 conmon[87519]: audit 2023-11-08T02:09:35.785632+0000 mgr.smithi001.qhtxni (mgr.14180) 669 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:09:37.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:36 smithi001 conmon[82545]: cluster 2023-11-08T02:09:35.662756+0000 mgr.smithi001.qhtxni (mgr.14180) 668 : cluster [DBG] pgmap v444: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:09:37.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:36 smithi001 conmon[82545]: audit 2023-11-08T02:09:35.785632+0000 mgr.smithi001.qhtxni (mgr.14180) 669 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:09:37.227 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:09:38.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:38 smithi001 conmon[82545]: cluster 2023-11-08T02:09:37.663589+0000 mgr.smithi001.qhtxni (mgr.14180) 670 : cluster [DBG] pgmap v445: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:09:38.968 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:09:38.968 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:09:39.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:38 smithi023 conmon[87519]: cluster 2023-11-08T02:09:37.663589+0000 mgr.smithi001.qhtxni (mgr.14180) 670 : 2023-11-08T02:09:39.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:38 smithi023 conmon[87519]: cluster [DBG] pgmap v445: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:09:39.388 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:09:40.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:39 smithi023 conmon[87519]: audit 2023-11-08T02:09:38.964366+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:09:40.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:39 smithi023 conmon[87519]: 671 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:09:40.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:39 smithi001 conmon[82545]: audit 2023-11-08T02:09:38.964366+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:09:40.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:39 smithi001 conmon[82545]: 671 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:09:40.389 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:09:41.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:40 smithi023 conmon[87519]: cluster 2023-11-08T02:09:39.664347+0000 mgr.smithi001.qhtxni (mgr.14180) 672 : cluster [DBG] pgmap v446: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:09:41.149 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:40 smithi001 conmon[82545]: cluster 2023-11-08T02:09:39.664347+0000 mgr.smithi001.qhtxni ( 2023-11-08T02:09:41.149 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:40 smithi001 conmon[82545]: mgr.14180) 672 : cluster [DBG] pgmap v446: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:09:42.098 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:09:42.098 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:09:42.543 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:09:43.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:42 smithi023 conmon[87519]: cluster 2023-11-08T02:09:41.664915+0000 mgr.smithi001.qhtxni (mgr.14180) 673 : cluster [DBG] pgmap v447: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:09:43.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:42 smithi023 conmon[87519]: audit 2023-11-08T02:09:42.094107+0000 mgr.smithi001.qhtxni (mgr.14180) 674 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:09:43.150 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:42 smithi001 conmon[82545]: cluster 2023-11-08T02:09:41.664915+0000 mgr.smithi001.qhtxni (mgr.14180) 673 : cluster [DBG] pgmap v447: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:09:43.150 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:42 smithi001 conmon[82545]: audit 2023-11-08T02:09:42.094107+0000 mgr.smithi001.qhtxni (mgr.14180) 674 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:09:43.544 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:09:44.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:44 smithi001 conmon[82545]: cluster 2023-11-08T02:09:43.665759+0000 mgr.smithi001.qhtxni ( 2023-11-08T02:09:44.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:44 smithi001 conmon[82545]: mgr.14180) 675 : cluster [DBG] pgmap v448: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:09:44.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:44 smithi023 conmon[87519]: cluster 2023-11-08T02:09:43.665759+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:09:44.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:44 smithi023 conmon[87519]: 675 : cluster [DBG] pgmap v448: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:09:45.257 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:09:45.257 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:09:45.696 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:09:45.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:45 smithi001 conmon[82545]: audit 2023-11-08T02:09:45.253267+0000 mgr.smithi001.qhtxni (mgr.14180) 676 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:09:46.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:45 smithi023 conmon[87519]: audit 2023-11-08T02:09:45.253267+0000 mgr.smithi001.qhtxni (mgr.14180) 676 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:09:46.696 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:09:46.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:46 smithi001 conmon[82545]: cluster 2023-11-08T02:09:45.666300+0000 mgr.smithi001.qhtxni (mgr.14180) 677 : cluster 2023-11-08T02:09:46.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:46 smithi001 conmon[82545]: [DBG] pgmap v449: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:09:47.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:46 smithi023 conmon[87519]: cluster 2023-11-08T02:09:45.666300+0000 mgr.smithi001.qhtxni (mgr.14180) 677 : cluster [DBG] pgmap v449: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:09:48.433 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:09:48.433 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:09:48.861 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:09:49.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:48 smithi023 conmon[87519]: cluster 2023-11-08T02:09:47.666982+0000 mgr.smithi001.qhtxni (mgr.14180) 678 2023-11-08T02:09:49.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:48 smithi023 conmon[87519]: : cluster [DBG] pgmap v450: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:09:49.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:48 smithi023 conmon[87519]: audit 2023-11-08T02:09:48.428987+0000 mgr.smithi001.qhtxni (mgr.14180) 679 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:09:49.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:48 smithi001 conmon[82545]: cluster 2023-11-08T02:09:47.666982 2023-11-08T02:09:49.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:48 smithi001 conmon[82545]: +0000 mgr.smithi001.qhtxni (mgr.14180) 678 : cluster [DBG] pgmap v450: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:09:49.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:48 smithi001 conmon[82545]: audit 2023-11-08T02:09:48.428987+0000 mgr.smithi001.qhtxni (mgr.14180) 679 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:09:49.862 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:09:51.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:50 smithi023 conmon[87519]: cluster 2023-11-08T02:09:49.667592+0000 mgr.smithi001.qhtxni (mgr.14180) 680 : cluster [DBG] pgmap v451: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:09:51.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:50 smithi001 conmon[82545]: cluster 2023-11-08T02:09:49.667592+0000 mgr.smithi001.qhtxni (mgr.14180) 680 : cluster [DBG] pgmap v451: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:09:51.576 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:09:51.577 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:09:51.924 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:51 smithi001 conmon[82545]: audit 2023-11-08T02:09:51.572813+0000 mgr.smithi001.qhtxni ( 2023-11-08T02:09:51.925 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:51 smithi001 conmon[82545]: mgr.14180) 681 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:09:52.026 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:09:52.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:51 smithi023 conmon[87519]: audit 2023-11-08T02:09:51.572813+0000 mgr.smithi001.qhtxni (mgr.14180) 681 2023-11-08T02:09:52.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:51 smithi023 conmon[87519]: : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:09:53.027 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:09:53.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:52 smithi023 conmon[87519]: cluster 2023-11-08T02:09:51.668122+0000 mgr.smithi001.qhtxni (mgr.14180) 682 : cluster [DBG] pgmap v452: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:09:53.058 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:52 smithi001 conmon[82545]: cluster 2023-11-08T02:09:51.668122+0000 mgr.smithi001.qhtxni (mgr.14180) 682 : cluster [DBG] 2023-11-08T02:09:53.058 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:52 smithi001 conmon[82545]: pgmap v452: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:09:54.732 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:09:54.732 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:02:20.892743Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jnkgfj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-jnkgfj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.jnkgfj\nDeploy daemon haproxy.nfs.foo.smithi023.jnkgfj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:00:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:06Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:01:43Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.082414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.sgbvne on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-sgbvne\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.sgbvne\nDeploy daemon haproxy.nfs.foo.smithi001.sgbvne ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:02:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:03:35Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:04:12Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:04:50.088003Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.zknxej on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:09:54.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:54 smithi023 conmon[87519]: cluster 2023-11-08T02:09:53.668784+0000 mgr.smithi001.qhtxni (mgr.14180) 683 : cluster [DBG] pgmap v453: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:09:54.921 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:54 smithi001 conmon[82545]: cluster 2023-11-08T02:09:53.668784+0000 mgr.smithi001.qhtxni (mgr.14180) 683 : cluster [DBG] pgmap v453: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:09:55.077 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:09:55.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:55 smithi001 conmon[82545]: audit 2023-11-08T02:09:54.728100+0000 mgr.smithi001.qhtxni (mgr. 2023-11-08T02:09:55.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:55 smithi001 conmon[82545]: 14180) 684 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:09:56.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:55 smithi023 conmon[87519]: audit 2023-11-08T02:09:54 2023-11-08T02:09:56.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:55 smithi023 conmon[87519]: .728100+0000 mgr.smithi001.qhtxni (mgr.14180) 684 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:09:56.078 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:09:56.954 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:56 smithi001 conmon[82545]: cluster 2023-11-08T02:09:55. 2023-11-08T02:09:56.954 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:56 smithi001 conmon[82545]: 669321+0000 mgr.smithi001.qhtxni (mgr.14180) 685 : cluster [DBG] pgmap v454: 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-11-08T02:09:56.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:56 smithi001 conmon[82545]: cephadm 2023-11-08T02:09:56.069727+0000 mgr.smithi001.qhtxni (mgr.14180) 686 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn 2023-11-08T02:09:56.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:56 smithi001 conmon[82545]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn 2023-11-08T02:09:56.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:56 smithi001 conmon[82545]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn 2023-11-08T02:09:56.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:56 smithi001 conmon[82545]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn 2023-11-08T02:09:56.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:56 smithi001 conmon[82545]: Deploy daemon haproxy.nfs.foo.smithi001.qchvcn ... 2023-11-08T02:09:56.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:56 smithi001 conmon[82545]: 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=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:09:56.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:56 smithi001 conmon[82545]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T02:09:56.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:56 smithi001 conmon[82545]: stat: stderr time="2023-11-08T02:08:03Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:09:56.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:56 smithi001 conmon[82545]: stat: stderr time="2023-11-08T02:08:41Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:09:56.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:56 smithi001 conmon[82545]: stat: stderr time="2023-11-08T02:09:18Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:09:56.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:56 smithi001 conmon[82545]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T02:09:56.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:56 smithi001 conmon[82545]: 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=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:09:56.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:56 smithi001 conmon[82545]: Traceback (most recent call last): 2023-11-08T02:09:56.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:56 smithi001 conmon[82545]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:09:56.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:56 smithi001 conmon[82545]: yield (conn, connr) 2023-11-08T02:09:56.958 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:56 smithi001 conmon[82545]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:09:56.958 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:56 smithi001 conmon[82545]: code, '\n'.join(err))) 2023-11-08T02:09:56.958 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:56 smithi001 conmon[82545]: 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-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn 2023-11-08T02:09:56.958 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:56 smithi001 conmon[82545]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn 2023-11-08T02:09:56.958 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:56 smithi001 conmon[82545]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn 2023-11-08T02:09:56.959 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:56 smithi001 conmon[82545]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn 2023-11-08T02:09:56.959 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:56 smithi001 conmon[82545]: Deploy daemon haproxy.nfs.foo.smithi001.qchvcn ... 2023-11-08T02:09:56.959 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:56 smithi001 conmon[82545]: 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=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:09:56.959 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:56 smithi001 conmon[82545]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T02:09:56.959 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:56 smithi001 conmon[82545]: stat: stderr time="2023-11-08T02:08:03Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:09:56.960 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:56 smithi001 conmon[82545]: stat: stderr time="2023-11-08T02:08:41Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:09:56.960 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:56 smithi001 conmon[82545]: stat: stderr time="2023-11-08T02:09:18Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:09:56.960 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:56 smithi001 conmon[82545]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T02:09:56.960 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:56 smithi001 conmon[82545]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podm 2023-11-08T02:09:56.960 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:56 smithi001 conmon[82545]: an run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:09:56.961 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:56 smithi001 conmon[82545]: cephadm 2023-11-08T02:09:56.069908+0000 mgr.smithi001.qhtxni (mgr.14180) 687 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi001.qchvcn 2023-11-08T02:09:56.961 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:56 smithi001 conmon[82545]: audit 2023-11-08T02:09:56.070214+0000 mon.smithi001 (mon.0) 684 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi001.qchvcn"}]: dispatch 2023-11-08T02:09:56.961 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:56 smithi001 conmon[82545]: cephadm 2023-11-08T02:09:56.070811+0000 mgr.smithi001.qhtxni (mgr.14180) 688 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn 2023-11-08T02:09:56.961 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:56 smithi001 conmon[82545]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn 2023-11-08T02:09:56.961 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:56 smithi001 conmon[82545]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn 2023-11-08T02:09:56.962 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:56 smithi001 conmon[82545]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn 2023-11-08T02:09:56.962 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:56 smithi001 conmon[82545]: Deploy daemon haproxy.nfs.foo.smithi001.qchvcn ... 2023-11-08T02:09:56.962 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:56 smithi001 conmon[82545]: 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=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:09:56.962 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:56 smithi001 conmon[82545]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T02:09:56.962 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:56 smithi001 conmon[82545]: stat: stderr time="2023-11-08T02:08:03Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:09:56.963 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:56 smithi001 conmon[82545]: stat: stderr time="2023-11-08T02:08:41Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:09:56.963 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:56 smithi001 conmon[82545]: stat: stderr time="2023-11-08T02:09:18Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:09:56.963 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:56 smithi001 conmon[82545]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T02:09:56.963 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:56 smithi001 conmon[82545]: 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=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:09:56.963 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:56 smithi001 conmon[82545]: cephadm 2023-11-08T02:09:56.072033+0000 mgr.smithi001.qhtxni (mgr.14180) 689 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:09:56.963 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:56 smithi001 conmon[82545]: cephadm 2023-11-08T02:09:56.073048+0000 mgr.smithi001.qhtxni (mgr.14180) 690 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:09:56.964 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:56 smithi001 conmon[82545]: cluster 2023-11-08T02:09:56.073745+0000 mgr.smithi001.qhtxni (mgr.14180) 691 : cluster [DBG] pgmap v455: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 688 B/s rd, 0 B/s wr, 1 op/s 2023-11-08T02:09:56.964 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:56 smithi001 conmon[82545]: audit 2023-11-08T02:09:56.077150+0000 mon.smithi001 (mon.0) 685 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:09:56.964 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:56 smithi001 conmon[82545]: audit 2023-11-08T02:09:56.141987+0000 mon.smithi001 (mon.0) 686 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T02:09:56.964 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:56 smithi001 conmon[82545]: audit 2023-11-08T02:09:56.432188+0000 mon.smithi001 (mon.0) 687 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T02:09:56.964 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:56 smithi001 conmon[82545]: audit 2023-11-08T02:09:56.445148+0000 mon.smithi001 (mon.0) 688 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T02:09:57.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:56 smithi023 conmon[87519]: cluster 2023-11-08T02:09:55.669321+0000 mgr.smithi001.qhtxni 2023-11-08T02:09:57.030 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:56 smithi023 conmon[87519]: (mgr.14180) 685 : cluster [DBG] pgmap v454: 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-11-08T02:09:57.030 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:56 smithi023 conmon[87519]: cephadm 2023-11-08T02:09:56.069727+0000 mgr.smithi001.qhtxni (mgr.14180) 686 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn 2023-11-08T02:09:57.030 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:56 smithi023 conmon[87519]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn 2023-11-08T02:09:57.030 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:56 smithi023 conmon[87519]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn 2023-11-08T02:09:57.030 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:56 smithi023 conmon[87519]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn 2023-11-08T02:09:57.031 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:56 smithi023 conmon[87519]: Deploy daemon haproxy.nfs.foo.smithi001.qchvcn ... 2023-11-08T02:09:57.031 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:56 smithi023 conmon[87519]: 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=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:09:57.031 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:56 smithi023 conmon[87519]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T02:09:57.031 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:56 smithi023 conmon[87519]: stat: stderr time="2023-11-08T02:08:03Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:09:57.031 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:56 smithi023 conmon[87519]: stat: stderr time="2023-11-08T02:08:41Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:09:57.032 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:56 smithi023 conmon[87519]: stat: stderr time="2023-11-08T02:09:18Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:09:57.032 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:56 smithi023 conmon[87519]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T02:09:57.033 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:56 smithi023 conmon[87519]: 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=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:09:57.033 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:56 smithi023 conmon[87519]: Traceback (most recent call last): 2023-11-08T02:09:57.033 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:56 smithi023 conmon[87519]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:09:57.034 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:56 smithi023 conmon[87519]: yield (conn, connr) 2023-11-08T02:09:57.035 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:56 smithi023 conmon[87519]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:09:57.035 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:56 smithi023 conmon[87519]: code, '\n'.join(err))) 2023-11-08T02:09:57.036 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:56 smithi023 conmon[87519]: 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-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn 2023-11-08T02:09:57.036 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:56 smithi023 conmon[87519]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn 2023-11-08T02:09:57.036 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:56 smithi023 conmon[87519]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn 2023-11-08T02:09:57.037 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:56 smithi023 conmon[87519]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn 2023-11-08T02:09:57.037 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:56 smithi023 conmon[87519]: Deploy daemon haproxy.nfs.foo.smithi001.qchvcn ... 2023-11-08T02:09:57.038 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:56 smithi023 conmon[87519]: 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=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:09:57.038 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:56 smithi023 conmon[87519]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T02:09:57.038 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:56 smithi023 conmon[87519]: stat: stderr time="2023-11-08T02:08:03Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:09:57.039 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:56 smithi023 conmon[87519]: stat: stderr time="2023-11-08T02:08:41Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:09:57.039 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:56 smithi023 conmon[87519]: stat: stderr time="2023-11-08T02:09:18Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:09:57.040 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:56 smithi023 conmon[87519]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T02:09:57.040 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:56 smithi023 conmon[87519]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-si 2023-11-08T02:09:57.041 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:56 smithi023 conmon[87519]: gnal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:09:57.041 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:56 smithi023 conmon[87519]: cephadm 2023-11-08T02:09:56.069908+0000 mgr.smithi001.qhtxni (mgr.14180) 687 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi001.qchvcn 2023-11-08T02:09:57.041 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:56 smithi023 conmon[87519]: audit 2023-11-08T02:09:56.070214+0000 mon.smithi001 (mon.0) 684 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi001.qchvcn"}]: dispatch 2023-11-08T02:09:57.042 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:56 smithi023 conmon[87519]: cephadm 2023-11-08T02:09:56.070811+0000 mgr.smithi001.qhtxni (mgr.14180) 688 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn 2023-11-08T02:09:57.042 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:56 smithi023 conmon[87519]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn 2023-11-08T02:09:57.042 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:56 smithi023 conmon[87519]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn 2023-11-08T02:09:57.043 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:56 smithi023 conmon[87519]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn 2023-11-08T02:09:57.043 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:56 smithi023 conmon[87519]: Deploy daemon haproxy.nfs.foo.smithi001.qchvcn ... 2023-11-08T02:09:57.044 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:56 smithi023 conmon[87519]: 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=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:09:57.044 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:56 smithi023 conmon[87519]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T02:09:57.044 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:56 smithi023 conmon[87519]: stat: stderr time="2023-11-08T02:08:03Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:09:57.045 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:56 smithi023 conmon[87519]: stat: stderr time="2023-11-08T02:08:41Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:09:57.045 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:56 smithi023 conmon[87519]: stat: stderr time="2023-11-08T02:09:18Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:09:57.046 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:56 smithi023 conmon[87519]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T02:09:57.046 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:56 smithi023 conmon[87519]: 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=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:09:57.046 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:56 smithi023 conmon[87519]: cephadm 2023-11-08T02:09:56.072033+0000 mgr.smithi001.qhtxni (mgr.14180) 689 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:09:57.047 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:56 smithi023 conmon[87519]: cephadm 2023-11-08T02:09:56.073048+0000 mgr.smithi001.qhtxni (mgr.14180) 690 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:09:57.047 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:56 smithi023 conmon[87519]: cluster 2023-11-08T02:09:56.073745+0000 mgr.smithi001.qhtxni (mgr.14180) 691 : cluster [DBG] pgmap v455: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 688 B/s rd, 0 B/s wr, 1 op/s 2023-11-08T02:09:57.047 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:56 smithi023 conmon[87519]: audit 2023-11-08 2023-11-08T02:09:57.048 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:56 smithi023 conmon[87519]: T02:09:56.077150+0000 mon.smithi001 (mon.0) 685 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:09:57.048 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:56 smithi023 conmon[87519]: audit 2023-11-08T02:09:56.141987+0000 mon.smithi001 (mon.0) 686 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T02:09:57.048 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:56 smithi023 conmon[87519]: audit 2023-11-08T02:09:56.432188+0000 mon.smithi001 (mon.0) 687 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T02:09:57.049 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:56 smithi023 conmon[87519]: audit 2023-11-08T02:09:56.445148+0000 mon.smithi001 (mon.0) 688 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T02:09:57.790 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:09:57.791 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:53.172889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:53.173032Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:53.173107Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:53.173173Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:53.173237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:53.173486Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:09:57.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:57 smithi001 conmon[82545]: cluster 2023-11-08T02:09:56.635959+0000 mon.smithi001 (mon.0) 689 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T02:09:58.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:57 smithi023 conmon[87519]: cluster 2023-11-08T02:09:56.635959+0000 mon.smithi001 (mon.0) 689 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T02:09:58.229 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:09:58.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:58 smithi001 conmon[82545]: audit 2023-11-08T02:09:57.782647+0000 mgr.smithi001.qhtxni (mgr.14180) 692 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:09:58.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:09:58 smithi001 conmon[82545]: cluster 2023-11-08T02:09:58.074554+0000 mgr.smithi001.qhtxni (mgr.14180) 693 : cluster [DBG] pgmap v456: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 61 op/s 2023-11-08T02:09:59.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:58 smithi023 conmon[87519]: audit 2023-11-08T02:09:57.782647+0000 mgr.smithi001.qhtxni (mgr.14180) 692 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:09:59.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:09:58 smithi023 conmon[87519]: cluster 2023-11-08T02:09:58.074554+0000 mgr.smithi001.qhtxni (mgr.14180) 693 : cluster [DBG] pgmap v456: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 61 op/s 2023-11-08T02:09:59.230 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:10:00.672 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:00 smithi001 conmon[82545]: audit 2023-11-08T02:09:59.496256+0000 mon.smithi001 (mon.0) 690 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T02:10:00.673 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:00 smithi001 conmon[82545]: audit 2023-11-08T02:09:59.894762+0000 mon.smithi001 (mon.0) 691 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:10:00.673 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:00 smithi001 conmon[82545]: audit 2023-11-08T02:09:59.895447+0000 mon.smithi001 (mon.0) 692 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:10:00.673 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:00 smithi001 conmon[82545]: audit 2023-11-08T02:09:59.896070+0000 mon.smithi001 (mon.0) 693 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:10:00.673 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:00 smithi001 conmon[82545]: audit 2023-11-08T02:09:59.896726+0000 mon.smithi001 (mon.0) 694 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:10:00.674 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:00 smithi001 conmon[82545]: audit 2023-11-08T02:09:59.901553+0000 mon.smithi001 (mon.0) 695 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T02:10:00.674 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:00 smithi001 conmon[82545]: cluster 2023-11-08T02:10:00.674 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:00 smithi001 conmon[82545]: 2023-11-08T02:10:00.000143+0000 mon.smithi001 (mon.0) 696 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2023-11-08T02:10:00.674 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:00 smithi001 conmon[82545]: cluster 2023-11-08T02:10:00.000194+0000 mon.smithi001 (mon.0) 697 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2023-11-08T02:10:00.674 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:00 smithi001 conmon[82545]: cluster 2023-11-08T02:10:00.000223+0000 mon.smithi001 (mon.0) 698 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn 2023-11-08T02:10:00.675 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:00 smithi001 conmon[82545]: cluster 2023-11-08T02:10:00.000254+0000 mon.smithi001 (mon.0) 699 : cluster [WRN] /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn 2023-11-08T02:10:00.675 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:00 smithi001 conmon[82545]: cluster 2023-11-08T02:10:00.000276+0000 mon.smithi001 (mon.0) 700 : cluster [WRN] Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn 2023-11-08T02:10:00.675 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:00 smithi001 conmon[82545]: cluster 2023-11-08T02:10:00.000298+0000 mon.smithi001 (mon.0) 701 : cluster [WRN] /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn 2023-11-08T02:10:00.675 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:00 smithi001 conmon[82545]: cluster 2023-11-08T02:10:00.000319+0000 mon.smithi001 (mon.0) 702 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi023.sjwoyn ... 2023-11-08T02:10:00.675 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:00 smithi001 conmon[82545]: cluster 2023-11-08T02:10:00.000341+0000 mon.smithi001 (mon.0) 703 : cluster [WRN] 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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:10:00.676 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:00 smithi001 conmon[82545]: cluster 2023-11-08T02:10:00.000361+0000 mon.smithi001 (mon.0) 704 : cluster [WRN] stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T02:10:00.676 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:00 smithi001 conmon[82545]: cluster 2023-11-08T02:10:00.000381+0000 mon.smithi001 (mon.0) 705 : cluster [WRN] stat: stderr time="2023-11-08T02:05:34Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:10:00.676 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:00 smithi001 conmon[82545]: cluster 2023-11-08T02:10:00.000426+0000 mon.smithi001 (mon.0) 706 : cluster [WRN] stat: stderr time="2023-11-08T02:06:11Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:10:00.676 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:00 smithi001 conmon[82545]: cluster 2023-11-08T02:10:00.000447+0000 mon.smithi001 (mon.0) 707 : cluster [WRN] stat: stderr time="2023-11-08T02:06: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-11-08T02:10:00.677 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:00 smithi001 conmon[82545]: cluster 2023-11-08T02:10:00.000470+0000 mon.smithi001 (mon.0) 708 : cluster [WRN] stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T02:10:00.677 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:00 smithi001 conmon[82545]: cluster 2023-11-08T02:10:00.000502+0000 mon.smithi001 (mon.0) 709 : cluster [WRN] 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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:10:00.677 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:00 smithi001 conmon[82545]: cluster 2023-11-08T02:10: 2023-11-08T02:10:00.677 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:00 smithi001 conmon[82545]: 00.000531+0000 mon.smithi001 (mon.0) 710 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn 2023-11-08T02:10:00.677 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:00 smithi001 conmon[82545]: cluster 2023-11-08T02:10:00.000553+0000 mon.smithi001 (mon.0) 711 : cluster [WRN] /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn 2023-11-08T02:10:00.678 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:00 smithi001 conmon[82545]: cluster 2023-11-08T02:10:00.000576+0000 mon.smithi001 (mon.0) 712 : cluster [WRN] Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn 2023-11-08T02:10:00.678 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:00 smithi001 conmon[82545]: cluster 2023-11-08T02:10:00.000603+0000 2023-11-08T02:10:00.678 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:00 smithi001 conmon[82545]: mon.smithi001 (mon.0) 713 : cluster [WRN] 2023-11-08T02:10:00.678 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:00 smithi001 conmon[82545]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn 2023-11-08T02:10:00.679 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:00 smithi001 conmon[82545]: cluster 2023-11-08T02:10:00.679 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:00 smithi001 conmon[82545]: 2023-11-08T02:10:00.000626+0000 mon.smithi001 2023-11-08T02:10:00.679 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:00 smithi001 conmon[82545]: (mon.0) 714 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi001.qchvcn ... 2023-11-08T02:10:00.679 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:00 smithi001 conmon[82545]: 2023-11-08T02:10:00.679 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:00 smithi001 conmon[82545]: cluster 2023 2023-11-08T02:10:00.679 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:00 smithi001 conmon[82545]: -11-08T02:10:00.000648+0000 mon.smithi001 ( 2023-11-08T02:10:00.680 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:00 smithi001 conmon[82545]: mon.0) 715 : cluster [WRN] 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=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:10:00.680 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:00 smithi001 conmon[82545]: cluster 2023- 2023-11-08T02:10:00.680 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:00 smithi001 conmon[82545]: 11-08T02:10:00.000671+0000 2023-11-08T02:10:00.680 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:00 smithi001 conmon[82545]: mon.smithi001 (mon.0) 716 : cluster [WRN] 2023-11-08T02:10:00.680 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:00 smithi001 conmon[82545]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T02:10:00.681 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:00 smithi001 conmon[82545]: cluster 2023-11-08T02:10:00.681 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:00 smithi001 conmon[82545]: 2023-11-08T02:10:00. 2023-11-08T02:10:00.681 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:00 smithi001 conmon[82545]: 000690+0000 mon.smithi001 (mon.0) 717 : cluster 2023-11-08T02:10:00.681 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:00 smithi001 conmon[82545]: [WRN] stat: stderr time="2023-11-08T02:08:03Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:10:00.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:00 smithi001 conmon[82545]: cluster 2023-11-08 2023-11-08T02:10:00.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:00 smithi001 conmon[82545]: T02:10:00.000713+0000 mon.smithi001 ( 2023-11-08T02:10:00.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:00 smithi001 conmon[82545]: mon.0) 718 : cluster [WRN] stat: stderr time="2023-11-08T02:08:41Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:10:00.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:00 smithi001 conmon[82545]: cluster 2023-11- 2023-11-08T02:10:00.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:00 smithi001 conmon[82545]: 08T02:10:00.000740+0000 mon.smithi001 2023-11-08T02:10:00.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:00 smithi001 conmon[82545]: (mon.0) 719 : cluster [WRN] stat: stderr time="2023-11-08T02:09:18Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:10:00.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:00 smithi001 conmon[82545]: 2023-11-08T02:10:00.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:00 smithi001 conmon[82545]: cluster 2023 2023-11-08T02:10:00.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:00 smithi001 conmon[82545]: -11-08T02:10:00.000762+0000 mon.smithi001 (mon 2023-11-08T02:10:00.684 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:00 smithi001 conmon[82545]: .0) 720 : cluster [WRN] stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T02:10:00.684 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:00 smithi001 conmon[82545]: cluster 2023-11 2023-11-08T02:10:00.684 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:00 smithi001 conmon[82545]: -08T02:10:00.000783+0000 mon.smithi001 2023-11-08T02:10:00.684 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:00 smithi001 conmon[82545]: (mon.0) 721 : cluster [WRN] 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=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:10:00.684 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:00 smithi001 conmon[82545]: 2023-11-08T02:10:00.685 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:00 smithi001 conmon[82545]: cluster 2023-11-08T02:10:00.685 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:00 smithi001 conmon[82545]: 2023-11-08T02:10:00.000802+0000 mon.smithi001 ( 2023-11-08T02:10:00.685 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:00 smithi001 conmon[82545]: mon.0) 722 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:10:00.685 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:00 smithi001 conmon[82545]: cluster 2023-11 2023-11-08T02:10:00.685 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:00 smithi001 conmon[82545]: -08T02:10:00.000823+0000 2023-11-08T02:10:00.686 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:00 smithi001 conmon[82545]: mon.smithi001 (mon.0) 723 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:10:00.686 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:00 smithi001 conmon[82545]: 2023-11-08T02:10:00.686 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:00 smithi001 conmon[82545]: audit 2023 2023-11-08T02:10:00.686 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:00 smithi001 conmon[82545]: -11-08T02:10:00.274718+0000 mon.smithi001 2023-11-08T02:10:00.686 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:00 smithi001 conmon[82545]: (mon.0) 724 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T02:10:00.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:00 smithi023 conmon[87519]: audit 2023-11-08T02:09:59.496256+0000 mon.smithi001 (mon. 2023-11-08T02:10:00.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:00 smithi023 conmon[87519]: 0) 690 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T02:10:00.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:00 smithi023 conmon[87519]: audit 2023-11-08T02:09:59.894762+0000 mon.smithi001 (mon.0) 691 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:10:00.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:00 smithi023 conmon[87519]: audit 2023-11-08T02:09:59.895447+0000 mon.smithi001 (mon.0) 692 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:10:00.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:00 smithi023 conmon[87519]: audit 2023-11-08T02:09:59.896070+0000 mon.smithi001 (mon.0) 693 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:10:00.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:00 smithi023 conmon[87519]: audit 2023-11-08T02:09:59.896726+0000 mon.smithi001 (mon.0) 694 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:10:00.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:00 smithi023 conmon[87519]: audit 2023-11-08T02:09 2023-11-08T02:10:00.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:00 smithi023 conmon[87519]: :59.901553+0000 mon.smithi001 (mon.0) 695 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T02:10:00.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:00 smithi023 conmon[87519]: cluster 2023-11-08T02:10:00.000143+0000 mon.smithi001 (mon.0) 696 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2023-11-08T02:10:00.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:00 smithi023 conmon[87519]: cluster 2023-11-08T02:10:00.000194+0000 mon.smithi001 (mon.0) 697 2023-11-08T02:10:00.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:00 smithi023 conmon[87519]: : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2023-11-08T02:10:00.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:00 smithi023 conmon[87519]: cluster 2023-11- 2023-11-08T02:10:00.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:00 smithi023 conmon[87519]: 08T02:10:00.000223+0000 mon.smithi001 (mon.0) 698 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn 2023-11-08T02:10:00.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:00 smithi023 conmon[87519]: cluster 2023-11-08T02:10:00.000254+0000 2023-11-08T02:10:00.782 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:00 smithi023 conmon[87519]: mon.smithi001 (mon.0) 699 : cluster [WRN] /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn 2023-11-08T02:10:00.782 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:00 smithi023 conmon[87519]: cluster 2023-11-08T02:10:00.000276+0000 mon.smithi001 2023-11-08T02:10:00.782 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:00 smithi023 conmon[87519]: (mon.0) 700 : cluster [WRN] Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn 2023-11-08T02:10:00.782 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:00 smithi023 conmon[87519]: cluster 2023-11-08T02:10:00.000298+0000 mon.smithi001 (mon 2023-11-08T02:10:00.783 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:00 smithi023 conmon[87519]: .0) 701 : cluster [WRN] /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn 2023-11-08T02:10:00.783 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:00 smithi023 conmon[87519]: cluster 2023 2023-11-08T02:10:00.783 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:00 smithi023 conmon[87519]: -11-08T02:10:00.000319+0000 mon.smithi001 (mon.0) 702 : cluster [WRN] 2023-11-08T02:10:00.783 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:00 smithi023 conmon[87519]: Deploy daemon haproxy.nfs.foo.smithi023.sjwoyn ... 2023-11-08T02:10:00.783 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:00 smithi023 conmon[87519]: cluster 2023-11-08T02:10:00.784 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:00 smithi023 conmon[87519]: 2023-11-08T02:10:00.000341+0000 mon.smithi001 (mon.0) 703 : cluster 2023-11-08T02:10:00.784 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:00 smithi023 conmon[87519]: [WRN] 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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:10:00.784 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:00 smithi023 conmon[87519]: cluster 2023-11-08T02:10:00.784 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:00 smithi023 conmon[87519]: 2023-11-08T02:10:00.000361+0000 mon.smithi001 2023-11-08T02:10:00.784 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:00 smithi023 conmon[87519]: (mon.0) 704 : cluster [WRN] stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T02:10:00.785 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:00 smithi023 conmon[87519]: cluster 2023-11-08T02 2023-11-08T02:10:00.785 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:00 smithi023 conmon[87519]: :10:00.000381+0000 mon.smithi001 (mon.0) 705 : cluster [WRN] 2023-11-08T02:10:00.785 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:00 smithi023 conmon[87519]: stat: stderr time="2023-11-08T02:05:34Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:10:00.785 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:00 smithi023 conmon[87519]: cluster 2023-11-08T02:10:00.785 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:00 smithi023 conmon[87519]: 2023-11-08T02:10:00.000426+0000 mon.smithi001 (mon.0) 706 : cluster 2023-11-08T02:10:00.785 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:00 smithi023 conmon[87519]: [WRN] stat: stderr time="2023-11-08T02:06:11Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:10:00.786 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:00 smithi023 conmon[87519]: cluster 2023 2023-11-08T02:10:00.786 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:00 smithi023 conmon[87519]: -11-08T02:10:00.000447+0000 mon.smithi001 (mon.0) 707 : cluster 2023-11-08T02:10:00.786 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:00 smithi023 conmon[87519]: [WRN] stat: stderr time="2023-11-08T02:06: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-11-08T02:10:00.786 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:00 smithi023 conmon[87519]: cluster 2023-11-08T02:10:00.787 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:00 smithi023 conmon[87519]: 2023-11-08T02:10:00.000470+0000 mon.smithi001 (mon.0) 708 : cluster [WRN] stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T02:10:00.787 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:00 smithi023 conmon[87519]: 2023-11-08T02:10:00.787 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:00 smithi023 conmon[87519]: cluster 2023-11-08T02:10 2023-11-08T02:10:00.787 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:00 smithi023 conmon[87519]: :00.000502+0000 mon.smithi001 (mon.0) 709 : cluster [WRN] 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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:10:00.787 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:00 smithi023 conmon[87519]: cluster 2023-11-08T02:10:00.788 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:00 smithi023 conmon[87519]: 2023-11-08T02:10:00.000531+0000 mon.smithi001 (mon.0) 2023-11-08T02:10:00.788 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:00 smithi023 conmon[87519]: 710 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn 2023-11-08T02:10:00.788 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:00 smithi023 conmon[87519]: cluster 2023-11-08T02:10:00.788 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:00 smithi023 conmon[87519]: 2023-11-08T02:10:00.000553+0000 mon.smithi001 (mon.0) 711 : cluster [WRN] /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn 2023-11-08T02:10:00.788 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:00 smithi023 conmon[87519]: cluster 2023-11-08T02:10:00.000576+0000 mon.smithi001 (mon.0) 712 : cluster 2023-11-08T02:10:00.789 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:00 smithi023 conmon[87519]: [WRN] Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn 2023-11-08T02:10:00.789 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:00 smithi023 conmon[87519]: cluster 2023-11-08T02:10:00.000603+0000 mon.smithi001 2023-11-08T02:10:00.789 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:00 smithi023 conmon[87519]: (mon.0) 713 : cluster [WRN] /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn 2023-11-08T02:10:00.789 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:00 smithi023 conmon[87519]: cluster 2023-11- 2023-11-08T02:10:00.789 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:00 smithi023 conmon[87519]: 08T02:10:00.000626+0000 mon.smithi001 (mon.0) 714 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi001.qchvcn ... 2023-11-08T02:10:00.790 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:00 smithi023 conmon[87519]: cluster 2023-11-08T02:10:00.000648+0000 mon.smithi001 (mon. 2023-11-08T02:10:00.790 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:00 smithi023 conmon[87519]: 0) 715 : cluster [WRN] 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=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:10:00.790 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:00 smithi023 conmon[87519]: cluster 2023-11-08T02:10:00.790 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:00 smithi023 conmon[87519]: 2023-11-08T02:10:00.000671+0000 mon.smithi001 (mon.0) 716 : cluster 2023-11-08T02:10:00.790 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:00 smithi023 conmon[87519]: [WRN] stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T02:10:00.791 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:00 smithi023 conmon[87519]: cluster 2023-11-08T02 2023-11-08T02:10:00.791 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:00 smithi023 conmon[87519]: :10:00.000690+0000 mon.smithi001 (mon.0) 717 : cluster [WRN] stat: stderr time="2023-11-08T02:08:03Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:10:00.791 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:00 smithi023 conmon[87519]: cluster 2023-11-08T02:10:00.000713+0000 mon.smithi001 (mon.0) 2023-11-08T02:10:00.791 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:00 smithi023 conmon[87519]: 718 : cluster [WRN] stat: stderr time="2023-11-08T02:08:41Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:10:00.791 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:00 smithi023 conmon[87519]: cluster 2023-11-08T02:10:00.792 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:00 smithi023 conmon[87519]: 2023-11-08T02:10:00.000740+0000 mon.smithi001 (mon.0) 719 : cluster [WRN] stat: stderr time="2023-11-08T02:09:18Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:10:00.792 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:00 smithi023 conmon[87519]: cluster 2023-11-08T02:10:00.000762+0000 2023-11-08T02:10:00.792 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:00 smithi023 conmon[87519]: mon.smithi001 (mon.0) 720 : cluster [WRN] stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T02:10:00.792 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:00 smithi023 conmon[87519]: cluster 2023-11-08T02:10:00.000783+0000 mon.smithi001 2023-11-08T02:10:00.792 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:00 smithi023 conmon[87519]: (mon.0) 721 : cluster [WRN] 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=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:10:00.793 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:00 smithi023 conmon[87519]: cluster 2023-11-08T02:10:00.000802+0000 mon.smithi001 (mon.0 2023-11-08T02:10:00.793 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:00 smithi023 conmon[87519]: ) 722 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:10:00.793 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:00 smithi023 conmon[87519]: cluster 2023 2023-11-08T02:10:00.793 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:00 smithi023 conmon[87519]: -11-08T02:10:00.000823+0000 mon.smithi001 (mon.0) 723 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:10:00.793 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:00 smithi023 conmon[87519]: 2023-11-08T02:10:00.793 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:00 smithi023 conmon[87519]: audit 2023-11-08T02:10: 2023-11-08T02:10:00.794 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:00 smithi023 conmon[87519]: 00.274718+0000 mon.smithi001 (mon.0) 724 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T02:10:01.398 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:10:01.399 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:04:56.858967Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:04:56.859033Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:04:56.859097Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:04:56.858882Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:04:56.858741Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:04:56.859617Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:04:56.859160Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:04:56.859283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:04:56.859222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:04:56.859539Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:10:01.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:01 smithi001 conmon[82545]: cephadm 2023-11- 2023-11-08T02:10:01.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:01 smithi001 conmon[82545]: 08T02:09:59.897296+0000 mgr.smithi001.qhtxni (mgr.14180) 694 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 3748M 2023-11-08T02:10:01.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:01 smithi001 conmon[82545]: cluster 2023-11-08T02:10:00.075340+0000 mgr.smithi001.qhtxni (mgr.14180) 695 : cluster [DBG] pgmap v457: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 70 KiB/s rd, 0 B/s wr, 117 op/s 2023-11-08T02:10:01.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:01 smithi023 conmon[87519]: cephadm 2023-11-08T02:09:59.897296+0000 mgr.smithi001.qhtxni (mgr.14180) 694 : 2023-11-08T02:10:01.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:01 smithi023 conmon[87519]: cephadm [INF] Adjusting osd_memory_target on smithi023 to 3748M 2023-11-08T02:10:01.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:01 smithi023 conmon[87519]: cluster 2023-11-08T02:10:00.075340+0000 mgr.smithi001.qhtxni (mgr.14180) 695 : cluster [DBG] pgmap v457: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 70 KiB/s rd, 0 B/s wr, 117 op/s 2023-11-08T02:10:02.071 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:10:02.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:02 smithi023 conmon[87519]: audit 2023-11-08T02:10:01.393801+0000 mgr.smithi001.qhtxni (mgr.14180) 696 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:10:02.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:02 smithi001 conmon[82545]: audit 2023-11-08T02:10:01.393801+0000 mgr.smithi001.qhtxni (mgr.14180) 696 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:10:03.072 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:10:03.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:03 smithi023 conmon[87519]: cluster 2023-11-08T02:10:02.076049+0000 mgr.smithi001.qhtxni (mgr.14180) 697 : cluster [DBG] pgmap v458: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 83 KiB/s rd, 0 B/s wr, 137 op/s 2023-11-08T02:10:03.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:03 smithi023 conmon[87519]: audit 2023-11-08T02:10:03.241220+0000 mon.smithi001 (mon.0) 725 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T02:10:03.802 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:03 smithi001 conmon[82545]: cluster 2023-11-08T02:10:02.076049+0000 mgr.smithi001.qhtxni (mgr 2023-11-08T02:10:03.802 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:03 smithi001 conmon[82545]: .14180) 697 : cluster [DBG] pgmap v458: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 83 KiB/s rd, 0 B/s wr, 137 op/s 2023-11-08T02:10:03.803 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:03 smithi001 conmon[82545]: audit 2023-11-08T02:10:03.241220+0000 mon.smithi001 (mon.0) 725 : audit [INF] 2023-11-08T02:10:03.803 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:03 smithi001 conmon[82545]: from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T02:10:04.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:04 smithi023 conmon[87519]: audit 2023-11-08T02:10:03.671272+0000 mon.smithi001 (mon.0) 726 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:10:04.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:04 smithi023 conmon[87519]: audit 2023-11-08T02:10:03.671990+0000 mon.smithi001 (mon.0) 727 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:10:04.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:04 smithi023 conmon[87519]: audit 2023-11-08T02:10:03.672577+0000 mon.smithi001 (mon.0) 728 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:10:04.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:04 smithi023 conmon[87519]: audit 2023-11-08T02:10:03.673157+0000 mon.smithi001 (mon.0) 729 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:10:04.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:04 smithi023 conmon[87519]: cephadm 2023-11-08T02:10:03.673603+0000 mgr.smithi001.qhtxni (mgr.14180) 698 : cephadm [INF] Adjusting osd_memory_target on smithi001 to 2725M 2023-11-08T02:10:04.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:04 smithi023 conmon[87519]: audit 2023-11-08T02:10:03.677693+0000 mon.smithi001 (mon.0) 730 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T02:10:04.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:04 smithi023 conmon[87519]: audit 2023-11-08T02:10 2023-11-08T02:10:04.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:04 smithi023 conmon[87519]: :03.679136+0000 mon.smithi001 (mon.0) 731 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:10:04.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:04 smithi023 conmon[87519]: audit 2023-11 2023-11-08T02:10:04.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:04 smithi023 conmon[87519]: -08T02:10:03.679746+0000 mon.smithi001 (mon. 2023-11-08T02:10:04.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:04 smithi023 conmon[87519]: 0) 732 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:10:04.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:04 smithi023 conmon[87519]: cephadm 2023-11- 2023-11-08T02:10:04.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:04 smithi023 conmon[87519]: 08T02:10:03.682950+0000 mgr.smithi001.qhtxni (mgr.14180 2023-11-08T02:10:04.781 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:04 smithi023 conmon[87519]: ) 699 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-11-08T02:10:04.782 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:04 smithi023 conmon[87519]: audit 2023-11-08T02:10:03.849510+0000 mon.smithi001 (mon.0) 733 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T02:10:04.782 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:04 smithi023 conmon[87519]: cluster 2023-11-08T02:10:04.782 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:04 smithi023 conmon[87519]: 2023-11-08T02:10:03.850766+0000 mgr.smithi001.qhtxni (mgr.14180) 700 : cluster [DBG] 2023-11-08T02:10:04.782 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:04 smithi023 conmon[87519]: pgmap v459: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 KiB/s rd, 0 B/s wr, 143 op/s 2023-11-08T02:10:04.782 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:04 smithi023 conmon[87519]: audit 2023-11 2023-11-08T02:10:04.783 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:04 smithi023 conmon[87519]: -08T02:10:03.854462+0000 mon.smithi001 (mon.0) 734 2023-11-08T02:10:04.783 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:04 smithi023 conmon[87519]: : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:10:04.783 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:04 smithi023 conmon[87519]: audit 2023-11-08T02: 2023-11-08T02:10:04.783 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:04 smithi023 conmon[87519]: 10:03.862980+0000 mon.smithi001 (mon.0) 735 : 2023-11-08T02:10:04.783 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:04 smithi023 conmon[87519]: audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T02:10:04.784 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:04 smithi023 conmon[87519]: cephadm 2023-11-08T02:10:04.784 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:04 smithi023 conmon[87519]: 2023-11-08T02:10:03.867121+0000 mgr.smithi001.qhtxni (mgr.14180) 701 : 2023-11-08T02:10:04.784 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:04 smithi023 conmon[87519]: cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi023.aqhcav on smithi023 2023-11-08T02:10:04.820 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:10:04.821 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:10:04.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:04 smithi001 conmon[82545]: audit 2023-11-08T02:10:03. 2023-11-08T02:10:04.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:04 smithi001 conmon[82545]: 671272+0000 mon.smithi001 (mon.0) 726 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:10:04.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:04 smithi001 conmon[82545]: audit 2023-11-08T02:10:03.671990+0000 mon.smithi001 (mon.0) 727 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:10:04.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:04 smithi001 conmon[82545]: audit 2023-11-08T02:10:03.672577+0000 mon.smithi001 (mon.0) 728 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:10:04.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:04 smithi001 conmon[82545]: audit 2023-11-08T02:10:03.673157+0000 mon.smithi001 (mon.0) 729 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:10:04.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:04 smithi001 conmon[82545]: cephadm 2023-11-08T02:10:03.673603+0000 mgr.smithi001.qhtxni (mgr.14180) 698 : cephadm [INF] Adjusting osd_memory_target on smithi001 to 2725M 2023-11-08T02:10:04.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:04 smithi001 conmon[82545]: audit 2023-11-08T02:10:03.677693+0000 mon.smithi001 (mon.0) 730 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T02:10:04.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:04 smithi001 conmon[82545]: audit 2023-11-08T02:10:03.679136+0000 mon.smithi001 (mon.0) 731 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:10:04.958 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:04 smithi001 conmon[82545]: audit 2023-11-08T02:10:03.679746+0000 mon.smithi001 (mon.0) 732 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:10:04.958 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:04 smithi001 conmon[82545]: cephadm 2023-11-08T02:10:03.682950+0000 mgr.smithi001.qhtxni (mgr.14180) 699 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-11-08T02:10:04.958 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:04 smithi001 conmon[82545]: audit 2023-11-08T02:10:03.849510+0000 mon.smithi001 (mon.0) 733 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T02:10:04.958 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:04 smithi001 conmon[82545]: cluster 2023-11-08T02:10:03.850766+0000 mgr.smithi001.qhtxni (mgr.14180) 700 : cluster [DBG] pgmap v459: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 KiB/s rd, 0 B/s wr, 143 op/s 2023-11-08T02:10:04.958 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:04 smithi001 conmon[82545]: audit 2023-11-08T02:10:03.854462+0000 mon.smithi001 (mon.0) 734 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:10:04.959 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:04 smithi001 conmon[82545]: audit 2023-11-08T02:10:03.862980+0000 mon.smithi001 (mon.0) 735 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T02:10:04.959 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:04 smithi001 conmon[82545]: cephadm 2023-11-08T02:10:03.867121+0000 mgr.smithi001.qhtxni (mgr.14180) 701 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi023.aqhcav on smithi023 2023-11-08T02:10:05.235 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:10:05.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:05 smithi001 conmon[82545]: audit 2023-11-08T02:10:04.816129+0000 mgr.smithi001.qhtxni (mgr.14180) 702 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:10:05.958 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:05 smithi001 conmon[82545]: cluster 2023-11-08T02:10:04.846982+0000 mon.smithi001 (mon.0) 736 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T02:10:05.958 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:05 smithi001 conmon[82545]: cluster 2023-11-08T02:10:04.847029+0000 mon.smithi001 (mon.0) 737 : cluster [INF] Cluster is now healthy 2023-11-08T02:10:06.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:05 smithi023 conmon[87519]: audit 2023-11-08T02:10:04.816129+0000 mgr.smithi001.qhtxni (mgr.14180) 702 : audit 2023-11-08T02:10:06.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:05 smithi023 conmon[87519]: [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:10:06.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:05 smithi023 conmon[87519]: cluster 2023-11-08T02:10:04.846982+0000 mon.smithi001 (mon.0) 736 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T02:10:06.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:05 smithi023 conmon[87519]: cluster 2023-11-08T02:10:04.847029+0000 mon.smithi001 (mon.0) 737 : cluster [INF] Cluster is now healthy 2023-11-08T02:10:06.235 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:10:06.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:06 smithi001 conmon[82545]: cluster 2023-11-08T02:10:05.851471+0000 mgr.smithi001.qhtxni 2023-11-08T02:10:06.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:06 smithi001 conmon[82545]: (mgr.14180) 703 : cluster [DBG] pgmap v460: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 KiB/s rd, 0 B/s wr, 147 op/s 2023-11-08T02:10:07.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:06 smithi023 conmon[87519]: cluster 2023-11-08T02:10:05.851471+0000 mgr.smithi001.qhtxni (mgr.14180) 703 : cluster 2023-11-08T02:10:07.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:06 smithi023 conmon[87519]: [DBG] pgmap v460: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 KiB/s rd, 0 B/s wr, 147 op/s 2023-11-08T02:10:08.066 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:10:08.066 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:10:08.498 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:10:09.205 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:08 smithi001 conmon[82545]: cluster 2023-11-08T02:10:07.852073+0000 mgr.smithi001.qhtxni (mgr.14180) 704 : cluster [DBG] pgmap v461: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 77 KiB/s rd, 0 B/s wr, 128 op/s 2023-11-08T02:10:09.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:08 smithi001 conmon[82545]: audit 2023-11-08T02:10:08.061988+0000 mgr.smithi001.qhtxni (mgr.14180) 705 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:10:09.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:08 smithi023 conmon[87519]: cluster 2023-11-08T02:10:07.852073+0000 mgr.smithi001.qhtxni (mgr.14180) 704 : 2023-11-08T02:10:09.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:08 smithi023 conmon[87519]: cluster [DBG] pgmap v461: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 77 KiB/s rd, 0 B/s wr, 128 op/s 2023-11-08T02:10:09.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:08 smithi023 conmon[87519]: audit 2023-11-08T02:10:08.061988+0000 mgr.smithi001.qhtxni (mgr.14180) 705 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:10:09.499 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:10:11.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:10 smithi001 conmon[82545]: cluster 2023-11-08T02:10:09.852692+0000 mgr.smithi001.qhtxni (mgr.14180) 706 2023-11-08T02:10:11.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:10 smithi001 conmon[82545]: : cluster [DBG] pgmap v462: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 46 KiB/s rd, 0 B/s wr, 75 op/s 2023-11-08T02:10:11.215 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:10:11.215 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:10:11.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:10 smithi023 conmon[87519]: cluster 2023-11-08T02:10:09.852692+0000 mgr.smithi001.qhtxni (mgr.14180) 706 : cluster [DBG] 2023-11-08T02:10:11.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:10 smithi023 conmon[87519]: pgmap v462: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 46 KiB/s rd, 0 B/s wr, 75 op/s 2023-11-08T02:10:11.663 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:10:12.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:11 smithi001 conmon[82545]: audit 2023-11-08T02:10:11.211431+0000 mgr.smithi001.qhtxni (mgr.14180) 707 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:10:12.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:11 smithi023 conmon[87519]: audit 2023-11-08T02:10:11.211431+0000 mgr.smithi001.qhtxni (mgr.14180) 707 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:10:12.665 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:10:12.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:12 smithi001 conmon[82545]: cluster 2023-11-08T02:10:11.853341 2023-11-08T02:10:12.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:12 smithi001 conmon[82545]: +0000 mgr.smithi001.qhtxni (mgr.14180) 708 : cluster [DBG] pgmap v463: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 0 B/s wr, 26 op/s 2023-11-08T02:10:13.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:12 smithi023 conmon[87519]: cluster 2023-11-08T02:10:11.853341+0000 mgr.smithi001.qhtxni (mgr.14180) 708 : cluster [DBG] pgmap v463: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 0 B/s wr, 26 op/s 2023-11-08T02:10:14.479 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:10:14.480 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:10:14.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:14 smithi023 conmon[87519]: cluster 2023-11-08T02:10:13.853995+0000 mgr.smithi001.qhtxni (mgr.14180 2023-11-08T02:10:14.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:14 smithi023 conmon[87519]: ) 709 : cluster [DBG] pgmap v464: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 0 B/s wr, 8 op/s 2023-11-08T02:10:14.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:14 smithi023 conmon[87519]: audit 2023-11-08T02:10:14.476141+0000 mgr.smithi001.qhtxni (mgr.14180) 710 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:10:14.917 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:14 smithi001 conmon[82545]: cluster 2023-11-08T02:10:13. 2023-11-08T02:10:14.917 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:14 smithi001 conmon[82545]: 853995+0000 mgr.smithi001.qhtxni (mgr.14180) 709 : cluster [DBG] pgmap v464: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 0 B/s wr, 8 op/s 2023-11-08T02:10:14.917 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:14 smithi001 conmon[82545]: audit 2023-11-08T02:10:14.476141+0000 mgr.smithi001.qhtxni (mgr.14180) 710 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:10:14.929 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:10:15.930 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:10:16.551 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:16 smithi001 conmon[82545]: audit 2023-11-08T02:10:15.275579+0000 mon.smithi001 (mon.0) 738 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T02:10:16.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:16 smithi023 conmon[87519]: audit 2023-11-08T02:10:15.275579+0000 mon.smithi001 (mon.0) 738 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T02:10:17.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:17 smithi001 conmon[82545]: cluster 2023-11-08T02:10:15.854673+0000 mgr.smithi001.qhtxni (mgr.14180) 711 : cluster [DBG] pgmap v465: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2023-11-08T02:10:17.744 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:10:17.744 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:10:17.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:17 smithi023 conmon[87519]: cluster 2023-11-08T02:10:15.854673+0000 mgr.smithi001.qhtxni (mgr.14180) 711 : cluster [DBG] pgmap v465: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2023-11-08T02:10:18.285 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:10:19.287 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:10:19.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:19 smithi001 conmon[82545]: audit 2023-11-08T02:10:17.740400+0000 2023-11-08T02:10:19.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:19 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 712 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:10:19.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:19 smithi001 conmon[82545]: cluster 2023-11-08T02:10:17.855254+0000 mgr.smithi001.qhtxni (mgr.14180) 713 : cluster [DBG] pgmap v466: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 0 B/s wr, 1 op/s 2023-11-08T02:10:19.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:19 smithi023 conmon[87519]: audit 2023-11-08T02:10:17.740400+0000 mgr.smithi001.qhtxni (mgr.14180) 712 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:10:19.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:19 smithi023 conmon[87519]: cluster 2023-11-08T02:10:17.855254+0000 mgr.smithi001.qhtxni (mgr.14180) 713 : cluster [DBG] pgmap v466: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 0 B/s wr, 1 op/s 2023-11-08T02:10:21.071 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:10:21.071 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:10:21.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:21 smithi001 conmon[82545]: cluster 2023-11-08T02:10:19.855867+0000 mgr.smithi001.qhtxni (mgr.14180) 714 : cluster [DBG] pgmap v467: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-11-08T02:10:21.550 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:10:21.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:21 smithi023 conmon[87519]: cluster 2023-11-08T02:10:19.855867+0000 mgr.smithi001.qhtxni (mgr.14180) 714 : 2023-11-08T02:10:21.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:21 smithi023 conmon[87519]: cluster [DBG] pgmap v467: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-11-08T02:10:22.552 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:10:22.583 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:22 smithi001 conmon[82545]: audit 2023-11-08T02:10:21.067486+0000 mgr.smithi001.qhtxni (mgr.14180) 715 : audit [DBG] 2023-11-08T02:10:22.583 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:22 smithi001 conmon[82545]: from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:10:22.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:22 smithi023 conmon[87519]: audit 2023-11-08T02:10:21.067486+0000 mgr.smithi001.qhtxni (mgr.14180 2023-11-08T02:10:22.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:22 smithi023 conmon[87519]: ) 715 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:10:23.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:23 smithi001 conmon[82545]: cluster 2023-11-08T02:10:21.856503+0000 2023-11-08T02:10:23.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:23 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 716 : 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-11-08T02:10:23.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:23 smithi023 conmon[87519]: cluster 2023-11-08T02:10:21.856503+0000 mgr.smithi001.qhtxni (mgr.14180) 716 : 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-11-08T02:10:24.329 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:10:24.330 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:10:24.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:24 smithi023 conmon[87519]: cluster 2023-11-08T02:10:23.857322+0000 mgr.smithi001.qhtxni (mgr.14180) 717 : 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-11-08T02:10:24.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:24 smithi023 conmon[87519]: audit 2023-11-08T02:10:24.325874+0000 mgr.smithi001.qhtxni (mgr.14180) 718 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:10:24.818 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:10:24.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:24 smithi001 conmon[82545]: cluster 2023-11-08T02:10:23.857322+0000 mgr.smithi001.qhtxni (mgr.14180) 717 : 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-11-08T02:10:24.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:24 smithi001 conmon[82545]: audit 2023-11-08T02:10:24.325874+0000 mgr.smithi001.qhtxni (mgr.14180) 718 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:10:25.819 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:10:27.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:26 smithi001 conmon[82545]: cluster 2023-11-08T02:10:25.858099+0000 mgr.smithi001.qhtxni 2023-11-08T02:10:27.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:26 smithi001 conmon[82545]: (mgr.14180) 719 : 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-11-08T02:10:27.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:26 smithi023 conmon[87519]: cluster 2023-11-08T02:10:25.858099+0000 mgr.smithi001.qhtxni (mgr.14180) 719 : 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-11-08T02:10:27.738 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:10:27.738 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:10:28.182 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:10:29.184 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:10:29.205 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:28 smithi001 conmon[82545]: audit 2023-11-08T02:10:27.734343+0000 mgr.smithi001.qhtxni (mgr.14180) 720 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:10:29.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:28 smithi001 conmon[82545]: cluster 2023-11-08T02:10:27.858778+0000 mgr.smithi001.qhtxni (mgr.14180) 721 : 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-11-08T02:10:29.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:28 smithi023 conmon[87519]: audit 2023-11-08T02:10:27.734343+0000 mgr.smithi001.qhtxni (mgr.14180) 720 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:10:29.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:28 smithi023 conmon[87519]: cluster 2023-11-08T02:10:27.858778+0000 mgr.smithi001.qhtxni (mgr.14180) 721 : 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-11-08T02:10:30.912 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:10:30.912 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:10:31.205 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:30 smithi001 conmon[82545]: cluster 2023-11-08T02:10:29.859384+0000 mgr.smithi001.qhtxni (mgr 2023-11-08T02:10:31.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:30 smithi001 conmon[82545]: .14180) 722 : 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-11-08T02:10:31.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:30 smithi023 conmon[87519]: cluster 2023-11-08T02:10:29.859384+0000 mgr.smithi001.qhtxni (mgr.14180) 722 : 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-11-08T02:10:31.332 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:10:32.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:31 smithi001 conmon[82545]: audit 2023-11-08T02:10:30.907950+0000 mgr.smithi001.qhtxni (mgr.14180) 723 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:10:32.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:31 smithi023 conmon[87519]: audit 2023-11-08T02:10:30.907950+0000 mgr.smithi001.qhtxni (mgr.14180) 723 : audit [DBG] 2023-11-08T02:10:32.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:31 smithi023 conmon[87519]: from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:10:32.333 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:10:33.150 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:32 smithi001 conmon[82545]: cluster 2023-11-08T02:10:31.859977+0000 mgr.smithi001.qhtxni ( 2023-11-08T02:10:33.151 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:32 smithi001 conmon[82545]: mgr.14180) 724 : 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-11-08T02:10:33.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:32 smithi023 conmon[87519]: cluster 2023-11-08T02:10:31.859977+0000 mgr.smithi001.qhtxni (mgr.14180) 724 : 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-11-08T02:10:34.199 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:10:34.200 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:10:34.696 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:10:34.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:34 smithi023 conmon[87519]: cluster 2023-11-08T02:10:33.860563+0000 mgr.smithi001.qhtxni (mgr.14180) 725 : cluster 2023-11-08T02:10:34.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:34 smithi023 conmon[87519]: [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-11-08T02:10:34.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:34 smithi023 conmon[87519]: audit 2023-11-08T02:10:34.195704+0000 mgr.smithi001.qhtxni (mgr.14180) 726 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:10:34.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:34 smithi001 conmon[82545]: cluster 2023-11-08T02:10:33.860563+0000 mgr.smithi001.qhtxni (mgr.14180) 725 : 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-11-08T02:10:34.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:34 smithi001 conmon[82545]: 2023-11-08T02:10:34.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:34 smithi001 conmon[82545]: audit 2023-11-08T02:10:34.195704+0000 mgr.smithi001.qhtxni (mgr.14180) 726 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:10:35.697 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:10:37.053 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:36 smithi001 conmon[82545]: cluster 2023-11-08T02:10:35.861126+0000 mgr.smithi001.qhtxni (mgr.14180) 727 : 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-11-08T02:10:37.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:36 smithi023 conmon[87519]: cluster 2023-11-08T02:10:35.861126+0000 mgr.smithi001.qhtxni (mgr.14180) 727 : 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-11-08T02:10:37.624 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:10:37.625 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:10:38.062 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:10:38.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:37 smithi001 conmon[82545]: audit 2023-11-08T02:10:37.620450+0000 mgr.smithi001.qhtxni (mgr. 2023-11-08T02:10:38.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:37 smithi001 conmon[82545]: 14180) 728 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:10:38.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:37 smithi023 conmon[87519]: audit 2023-11-08T02:10:37.620450+0000 mgr.smithi001.qhtxni (mgr.14180) 728 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:10:39.064 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:10:39.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:38 smithi001 conmon[82545]: cluster 2023-11-08T02:10:37.861879+0000 mgr.smithi001.qhtxni (mgr.14180) 729 : 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-11-08T02:10:39.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:38 smithi023 conmon[87519]: cluster 2023-11-08T02:10:37.861879+0000 mgr.smithi001.qhtxni (mgr.14180) 729 : 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-11-08T02:10:40.763 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:10:40.763 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:10:41.122 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:40 smithi001 conmon[82545]: cluster 2023-11-08T02:10:39.862488+0000 mgr.smithi001.qhtxni (mgr.14180) 730 : 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-11-08T02:10:41.124 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:10:41.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:40 smithi023 conmon[87519]: cluster 2023-11-08T02:10:39.862488+0000 mgr.smithi001.qhtxni (mgr. 2023-11-08T02:10:41.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:40 smithi023 conmon[87519]: 14180) 730 : 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-11-08T02:10:42.125 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:10:42.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:41 smithi001 conmon[82545]: audit 2023-11-08T02:10:40.758947+0000 mgr.smithi001.qhtxni (mgr.14180) 731 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:10:42.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:41 smithi023 conmon[87519]: audit 2023-11-08T02:10:40.758947+0000 mgr.smithi001.qhtxni (mgr.14180) 731 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:10:43.205 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:42 smithi001 conmon[82545]: cluster 2023-11-08T02:10:41.863122+0000 mgr.smithi001.qhtxni (mgr.14180) 732 : cluster [DBG] 2023-11-08T02:10:43.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:42 smithi001 conmon[82545]: 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-11-08T02:10:43.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:42 smithi023 conmon[87519]: cluster 2023-11-08T02:10:41.863122+0000 mgr.smithi001.qhtxni (mgr.14180) 732 : 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-11-08T02:10:43.814 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:10:43.814 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:10:44.289 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:10:44.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:44 smithi023 conmon[87519]: audit 2023-11-08T02:10:43.810359+0000 mgr.smithi001.qhtxni (mgr 2023-11-08T02:10:44.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:44 smithi023 conmon[87519]: .14180) 733 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:10:44.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:44 smithi023 conmon[87519]: cluster 2023-11-08T02:10:43.863841+0000 mgr.smithi001.qhtxni (mgr.14180) 734 : 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-11-08T02:10:44.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:44 smithi001 conmon[82545]: audit 2023-11-08T02:10:43.810359+0000 mgr.smithi001.qhtxni 2023-11-08T02:10:44.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:44 smithi001 conmon[82545]: (mgr.14180) 733 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:10:44.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:44 smithi001 conmon[82545]: cluster 2023-11-08T02:10:43.863841+0000 mgr.smithi001.qhtxni (mgr.14180) 734 : 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-11-08T02:10:45.290 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:10:46.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:46 smithi001 conmon[82545]: cluster 2023-11-08T02:10:45.864390+0000 mgr.smithi001.qhtxni (mgr.14180) 735 : 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-11-08T02:10:47.092 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:10:47.093 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:10:47.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:46 smithi023 conmon[87519]: cluster 2023-11-08T02:10:45.864390+0000 mgr.smithi001.qhtxni (mgr.14180) 735 : cluster 2023-11-08T02:10:47.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:46 smithi023 conmon[87519]: [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-11-08T02:10:47.546 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:10:48.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:47 smithi001 conmon[82545]: audit 2023-11-08T02:10:47.088628+0000 2023-11-08T02:10:48.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:47 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 736 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:10:48.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:47 smithi023 conmon[87519]: audit 2023-11-08T02:10:47.088628+0000 mgr.smithi001.qhtxni (mgr.14180) 736 2023-11-08T02:10:48.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:47 smithi023 conmon[87519]: : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:10:48.547 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:10:49.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:48 smithi001 conmon[82545]: cluster 2023-11-08T02:10:47.865197+0000 mgr.smithi001.qhtxni (mgr.14180) 737 : 2023-11-08T02:10:49.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:48 smithi001 conmon[82545]: 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-11-08T02:10:49.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:48 smithi023 conmon[87519]: cluster 2023-11-08T02:10:47.865197+0000 mgr.smithi001.qhtxni (mgr.14180) 737 : 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-11-08T02:10:50.326 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:10:50.326 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:10:50.797 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:10:51.205 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:50 smithi001 conmon[82545]: cluster 2023-11-08T02:10:49.865857+0000 mgr.smithi001.qhtxni (mgr.14180) 738 : 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-11-08T02:10:51.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:50 smithi001 conmon[82545]: audit 2023-11-08T02:10:50.322673+0000 mgr.smithi001.qhtxni (mgr.14180) 739 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:10:51.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:50 smithi023 conmon[87519]: cluster 2023-11-08T02:10:49.865857+0000 mgr.smithi001.qhtxni (mgr.14180) 738 : 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-11-08T02:10:51.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:50 smithi023 conmon[87519]: audit 2023-11-08T02:10:50.322673+0000 mgr.smithi001.qhtxni (mgr.14180) 739 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:10:51.798 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:10:52.994 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:52 smithi001 conmon[82545]: cluster 2023-11-08T02:10:51.866456+0000 mgr.smithi001.qhtxni (mgr.14180 2023-11-08T02:10:52.994 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:52 smithi001 conmon[82545]: ) 740 : 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-11-08T02:10:53.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:52 smithi023 conmon[87519]: cluster 2023-11-08T02:10:51.866456+0000 mgr.smithi001.qhtxni (mgr.14180 2023-11-08T02:10:53.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:52 smithi023 conmon[87519]: ) 740 : 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-11-08T02:10:53.633 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:10:53.633 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:10:54.048 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:10:54.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:53 smithi001 conmon[82545]: audit 2023-11-08T02:10:53.629122+0000 mgr.smithi001.qhtxni (mgr. 2023-11-08T02:10:54.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:53 smithi001 conmon[82545]: 14180) 741 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:10:54.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:53 smithi023 conmon[87519]: audit 2023-11-08T02:10:53.629122+0000 mgr.smithi001.qhtxni (mgr.14180) 741 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:10:55.049 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:10:55.205 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:54 smithi001 conmon[82545]: cluster 2023-11-08T02:10:53.867209+0000 mgr.smithi001.qhtxni (mgr.14180) 742 : cluster [DBG] 2023-11-08T02:10:55.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:54 smithi001 conmon[82545]: 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-11-08T02:10:55.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:54 smithi023 conmon[87519]: cluster 2023-11-08T02:10:53.867209+0000 mgr.smithi001.qhtxni (mgr.14180) 742 : 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-11-08T02:10:56.899 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:10:56.900 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:10:57.188 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:56 smithi001 conmon[82545]: cluster 2023-11-08T02:10:55.867800+0000 mgr.smithi001.qhtxni (mgr.14180) 743 : 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-11-08T02:10:57.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:56 smithi023 conmon[87519]: cluster 2023-11-08T02:10:55.867800+0000 mgr.smithi001.qhtxni (mgr.14180) 743 : 2023-11-08T02:10:57.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:56 smithi023 conmon[87519]: 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-11-08T02:10:57.408 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:10:58.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:57 smithi001 conmon[82545]: audit 2023-11-08T02:10:56.895476+0000 mgr.smithi001.qhtxni (mgr 2023-11-08T02:10:58.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:57 smithi001 conmon[82545]: .14180) 744 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:10:58.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:57 smithi023 conmon[87519]: audit 2023-11-08T02:10:56.895476+0000 mgr.smithi001.qhtxni (mgr.14180) 744 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:10:58.410 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:10:59.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:58 smithi001 conmon[82545]: cluster 2023-11-08T02:10:57.868639+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:10:59.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:10:58 smithi001 conmon[82545]: 745 : 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-11-08T02:10:59.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:10:58 smithi023 conmon[87519]: cluster 2023-11-08T02:10:57.868639+0000 mgr.smithi001.qhtxni (mgr.14180) 745 : 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-11-08T02:11:00.114 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:11:00.115 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:11:00.563 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:11:01.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:11:00 smithi001 conmon[82545]: cluster 2023-11-08T02:10:59.869207+0000 mgr.smithi001.qhtxni (mgr.14180) 746 : 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-11-08T02:11:01.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:11:00 smithi001 conmon[82545]: audit 2023-11-08T02:11:00.111115+0000 mgr.smithi001.qhtxni (mgr.14180) 747 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:11:01.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:00 smithi023 conmon[87519]: cluster 2023-11-08T02:10:59.869207+0000 mgr.smithi001.qhtxni (mgr.14180) 746 : 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-11-08T02:11:01.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:00 smithi023 conmon[87519]: audit 2023-11-08T02:11:00.111115+0000 mgr.smithi001.qhtxni (mgr.14180) 747 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:11:01.564 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:11:03.149 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:11:02 smithi001 conmon[82545]: cluster 2023-11-08T02:11:01.869782+0000 mgr.smithi001.qhtxni (mgr.14180) 748 : 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-11-08T02:11:03.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:02 smithi023 conmon[87519]: cluster 2023-11-08T02:11:01.869782+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:11:03.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:02 smithi023 conmon[87519]: 748 : 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-11-08T02:11:03.285 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:11:03.285 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:11:03.730 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:11:04.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:03 smithi023 conmon[87519]: audit 2023-11-08T02:11:03.281532+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:11:04.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:03 smithi023 conmon[87519]: 749 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:11:04.455 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:11:03 smithi001 conmon[82545]: audit 2023-11-08T02:11:03.281532+0000 mgr.smithi001.qhtxni (mgr.14180) 749 : 2023-11-08T02:11:04.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:11:03 smithi001 conmon[82545]: audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:11:04.731 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:11:05.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:11:04 smithi001 conmon[82545]: cluster 2023-11-08T02:11 2023-11-08T02:11:05.207 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:11:04 smithi001 conmon[82545]: :03.870458+0000 mgr.smithi001.qhtxni (mgr.14180) 750 : 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-11-08T02:11:05.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:04 smithi023 conmon[87519]: cluster 2023-11-08T02:11:03.870458+0000 mgr.smithi001.qhtxni (mgr. 2023-11-08T02:11:05.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:04 smithi023 conmon[87519]: 14180) 750 : 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-11-08T02:11:06.542 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:11:06.542 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:11:06.881 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:11:07.205 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:11:06 smithi001 conmon[82545]: cluster 2023-11-08T02:11:05.871167+0000 mgr.smithi001.qhtxni (mgr.14180) 751 : cluster [DBG] pgmap v490: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:11:07.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:11:06 smithi001 conmon[82545]: audit 2023-11-08T02:11:06.538269+0000 mgr.smithi001.qhtxni (mgr.14180) 752 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:11:07.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:06 smithi023 conmon[87519]: cluster 2023-11-08T02:11:05.871167+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:11:07.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:06 smithi023 conmon[87519]: 751 : cluster [DBG] pgmap v490: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:11:07.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:06 smithi023 conmon[87519]: audit 2023-11-08T02:11:06.538269+0000 mgr.smithi001.qhtxni (mgr.14180) 752 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:11:07.882 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:11:09.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:11:08 smithi001 conmon[82545]: cluster 2023-11-08T02:11:07.872046+0000 mgr.smithi001.qhtxni 2023-11-08T02:11:09.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:11:08 smithi001 conmon[82545]: (mgr.14180) 753 : cluster [DBG] pgmap v491: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:11:09.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:08 smithi023 conmon[87519]: cluster 2023-11-08T02:11:07.872046+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:11:09.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:08 smithi023 conmon[87519]: 753 : cluster [DBG] pgmap v491: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:11:09.654 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:11:09.655 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:11:10.033 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:11:11.034 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:11:11.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:10 smithi023 conmon[87519]: audit 2023-11-08T02:11:09.651045+0000 mgr.smithi001.qhtxni (mgr.14180) 754 : 2023-11-08T02:11:11.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:10 smithi023 conmon[87519]: audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:11:11.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:10 smithi023 conmon[87519]: cluster 2023-11-08T02:11:09.872935+0000 mgr.smithi001.qhtxni (mgr.14180) 755 : cluster [DBG] pgmap v492: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:11:11.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:11:10 smithi001 conmon[82545]: audit 2023-11-08T02:11:09.651045+0000 mgr.smithi001.qhtxni (mgr.14180) 754 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:11:11.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:11:10 smithi001 conmon[82545]: cluster 2023-11-08T02:11:09.872935+0000 mgr.smithi001.qhtxni (mgr.14180) 755 : cluster [DBG] pgmap v492: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:11:12.778 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:11:12.779 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:11:13.149 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:11:12 smithi001 conmon[82545]: cluster 2023-11-08T02:11:11.873480+0000 mgr.smithi001.qhtxni (mgr.14180) 756 : cluster [DBG] pgmap v493: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:11:13.197 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:11:13.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:12 smithi023 conmon[87519]: cluster 2023-11-08T02:11:11.873480+0000 mgr.smithi001.qhtxni (mgr.14180) 756 2023-11-08T02:11:13.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:12 smithi023 conmon[87519]: : cluster [DBG] pgmap v493: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:11:14.223 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:11:14.254 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:11:13 smithi001 conmon[82545]: audit 2023-11-08T02:11:12.774995+0000 mgr.smithi001.qhtxni (mgr.14180 2023-11-08T02:11:14.254 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:11:13 smithi001 conmon[82545]: ) 757 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:11:14.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:13 smithi023 conmon[87519]: audit 2023-11-08T02:11:12.774995+0000 mgr.smithi001.qhtxni (mgr.14180) 757 2023-11-08T02:11:14.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:13 smithi023 conmon[87519]: : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:11:15.127 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:11:14 smithi001 conmon[82545]: cluster 2023-11-08T02:11:13.874156+0000 mgr.smithi001.qhtxni (mgr 2023-11-08T02:11:15.127 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:11:14 smithi001 conmon[82545]: .14180) 758 : cluster [DBG] pgmap v494: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:11:15.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:14 smithi023 conmon[87519]: cluster 2023-11-08T02:11:13.874156+0000 mgr.smithi001.qhtxni (mgr.14180) 758 2023-11-08T02:11:15.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:14 smithi023 conmon[87519]: : cluster [DBG] pgmap v494: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:11:15.948 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:11:15.949 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:11:16.384 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:11:17.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:16 smithi023 conmon[87519]: cluster 2023-11-08T02:11:15.874740+0000 mgr.smithi001.qhtxni (mgr. 2023-11-08T02:11:17.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:16 smithi023 conmon[87519]: 14180) 759 : cluster [DBG] pgmap v495: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:11:17.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:16 smithi023 conmon[87519]: audit 2023-11-08T02:11:15.944851+0000 mgr.smithi001.qhtxni (mgr.14180) 760 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:11:17.386 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:11:17.417 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:11:16 smithi001 conmon[82545]: cluster 2023-11-08T02:11:15.874740+0000 mgr.smithi001.qhtxni (mgr.14180) 759 : 2023-11-08T02:11:17.417 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:11:16 smithi001 conmon[82545]: cluster [DBG] pgmap v495: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:11:17.417 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:11:16 smithi001 conmon[82545]: audit 2023-11-08T02:11:15.944851+0000 mgr.smithi001.qhtxni (mgr.14180) 760 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:11:19.105 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:11:19.105 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:11:19.276 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:11:18 smithi001 conmon[82545]: cluster 2023-11-08T02:11:17.875472+0000 mgr.smithi001.qhtxni (mgr.14180) 761 : cluster [DBG] pgmap v496: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:11:19.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:18 smithi023 conmon[87519]: cluster 2023-11-08T02:11:17.875472+0000 mgr.smithi001.qhtxni (mgr.14180) 761 : cluster 2023-11-08T02:11:19.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:18 smithi023 conmon[87519]: [DBG] pgmap v496: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:11:19.447 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:11:20.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:19 smithi023 conmon[87519]: audit 2023-11-08T02:11:19.100673+0000 mgr.smithi001.qhtxni (mgr.14180) 762 2023-11-08T02:11:20.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:19 smithi023 conmon[87519]: : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:11:20.449 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:11:20.455 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:11:19 smithi001 conmon[82545]: audit 2023-11-08T02:11:19.100673+0000 mgr.smithi001.qhtxni (mgr 2023-11-08T02:11:20.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:11:19 smithi001 conmon[82545]: .14180) 762 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:11:21.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:20 smithi023 conmon[87519]: cluster 2023-11-08T02:11:19.876105+0000 mgr.smithi001.qhtxni (mgr.14180) 763 2023-11-08T02:11:21.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:20 smithi023 conmon[87519]: : cluster [DBG] pgmap v497: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:11:21.372 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:11:20 smithi001 conmon[82545]: cluster 2023-11-08T02:11:19.876105+0000 mgr.smithi001.qhtxni (mgr.14180) 763 : cluster [DBG] pgmap v497: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:11:22.134 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:11:22.135 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:11:22.597 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:11:23.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:22 smithi023 conmon[87519]: cluster 2023-11-08T02:11:21.876644+0000 mgr.smithi001.qhtxni (mgr.14180) 764 : cluster 2023-11-08T02:11:23.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:22 smithi023 conmon[87519]: [DBG] pgmap v498: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:11:23.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:22 smithi023 conmon[87519]: audit 2023-11-08T02:11:22.130320+0000 mgr.smithi001.qhtxni (mgr.14180) 765 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:11:23.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:11:22 smithi001 conmon[82545]: cluster 2023-11-08T02:11:21.876644+0000 2023-11-08T02:11:23.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:11:22 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 764 : cluster [DBG] pgmap v498: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:11:23.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:11:22 smithi001 conmon[82545]: audit 2023-11-08T02:11:22.130320+0000 mgr.smithi001.qhtxni (mgr.14180) 765 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:11:23.599 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:11:24.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:24 smithi023 conmon[87519]: cluster 2023-11-08T02:11:23.877526+0000 mgr.smithi001.qhtxni (mgr.14180) 766 : cluster [DBG] pgmap v499: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:11:24.902 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:11:24 smithi001 conmon[82545]: cluster 2023-11-08T02:11:23.877526+0000 mgr.smithi001.qhtxni (mgr.14180) 766 : cluster [DBG] pgmap v499: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:11:25.296 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:11:25.296 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:11:25.662 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:11:25.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:11:25 smithi001 conmon[82545]: audit 2023-11-08T02:11:25.292565+0000 mgr.smithi001.qhtxni 2023-11-08T02:11:25.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:11:25 smithi001 conmon[82545]: (mgr.14180) 767 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:11:26.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:25 smithi023 conmon[87519]: audit 2023-11-08T02:11:25.292565+0000 mgr.smithi001.qhtxni (mgr.14180) 767 : 2023-11-08T02:11:26.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:25 smithi023 conmon[87519]: audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:11:26.663 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:11:26.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:11:26 smithi001 conmon[82545]: cluster 2023-11-08T02:11:25.878113+0000 mgr.smithi001.qhtxni (mgr.14180) 768 : cluster [DBG] pgmap v500: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:11:27.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:26 smithi023 conmon[87519]: cluster 2023-11-08T02:11:25.878113+0000 mgr.smithi001.qhtxni (mgr.14180) 768 : cluster [DBG] pgmap v500: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:11:28.344 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:11:28.344 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:11:28.810 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:11:29.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:11:28 smithi001 conmon[82545]: cluster 2023-11-08T02:11:27.878745+0000 mgr.smithi001.qhtxni (mgr.14180) 769 : cluster [DBG] pgmap v501: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:11:29.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:11:28 smithi001 conmon[82545]: audit 2023-11-08T02:11:28.340547+0000 mgr.smithi001.qhtxni (mgr.14180) 770 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:11:29.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:28 smithi023 conmon[87519]: cluster 2023-11-08T02:11:27.878745+0000 mgr.smithi001.qhtxni (mgr.14180) 769 : cluster [DBG] 2023-11-08T02:11:29.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:28 smithi023 conmon[87519]: pgmap v501: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:11:29.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:28 smithi023 conmon[87519]: audit 2023-11-08T02:11:28.340547+0000 mgr.smithi001.qhtxni (mgr.14180) 770 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:11:29.811 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:11:31.194 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:11:30 smithi001 conmon[82545]: cluster 2023-11-08T02:11:29.879611+0000 mgr.smithi001.qhtxni 2023-11-08T02:11:31.195 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:11:30 smithi001 conmon[82545]: (mgr.14180) 771 : cluster [DBG] pgmap v502: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:11:31.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:30 smithi023 conmon[87519]: cluster 2023-11-08T02:11:29.879611+0000 mgr.smithi001.qhtxni (mgr.14180) 771 : cluster 2023-11-08T02:11:31.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:30 smithi023 conmon[87519]: [DBG] pgmap v502: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:11:31.543 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:11:31.544 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:11:32.162 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:11:31 smithi001 conmon[82545]: audit 2023-11-08T02:11:31.539932+0000 mgr.smithi001.qhtxni (mgr.14180) 772 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:11:32.163 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:11:32.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:31 smithi023 conmon[87519]: audit 2023-11-08T02:11:31.539932+0000 2023-11-08T02:11:32.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:31 smithi023 conmon[87519]: mgr.smithi001.qhtxni (mgr.14180) 772 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:11:33.164 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:11:33.197 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:11:32 smithi001 conmon[82545]: cluster 2023-11-08T02:11:31.880264+0000 mgr.smithi001.qhtxni (mgr.14180) 773 : cluster 2023-11-08T02:11:33.198 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:11:32 smithi001 conmon[82545]: [DBG] pgmap v503: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:11:33.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:32 smithi023 conmon[87519]: cluster 2023-11-08T02:11:31.880264+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:11:33.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:32 smithi023 conmon[87519]: 773 : cluster [DBG] pgmap v503: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:11:34.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:34 smithi023 conmon[87519]: cluster 2023-11-08T02:11:33.880873+0000 mgr.smithi001.qhtxni (mgr.14180) 774 : cluster [DBG] pgmap v504: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:11:34.853 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:11:34.853 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:11:34.873 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:11:34 smithi001 conmon[82545]: cluster 2023-11-08T02: 2023-11-08T02:11:34.874 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:11:34 smithi001 conmon[82545]: 11:33.880873+0000 mgr.smithi001.qhtxni (mgr.14180) 774 : cluster [DBG] pgmap v504: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:11:35.214 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:11:35.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:11:35 smithi001 conmon[82545]: audit 2023-11-08T02:11:34.849378+0000 mgr.smithi001.qhtxni (mgr 2023-11-08T02:11:35.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:11:35 smithi001 conmon[82545]: .14180) 775 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:11:36.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:35 smithi023 conmon[87519]: audit 2023-11-08T02:11:34.849378+0000 mgr.smithi001.qhtxni (mgr.14180 2023-11-08T02:11:36.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:35 smithi023 conmon[87519]: ) 775 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:11:36.215 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:11:36.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:11:36 smithi001 conmon[82545]: cluster 2023-11-08T02:11:35.881738+0000 mgr.smithi001.qhtxni (mgr.14180) 776 : cluster [DBG] pgmap v505: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:11:37.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:36 smithi023 conmon[87519]: cluster 2023-11-08T02:11:35.881738+0000 mgr.smithi001.qhtxni (mgr.14180) 776 : cluster 2023-11-08T02:11:37.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:36 smithi023 conmon[87519]: [DBG] pgmap v505: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:11:37.912 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:11:37.913 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:11:38.363 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:11:39.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:11:38 smithi001 conmon[82545]: cluster 2023-11-08T02:11:37.882329+0000 mgr.smithi001.qhtxni (mgr.14180) 777 : cluster [DBG] pgmap v506: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:11:39.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:11:38 smithi001 conmon[82545]: audit 2023-11-08T02:11:37.908278+0000 mgr.smithi001.qhtxni (mgr.14180) 778 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:11:39.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:38 smithi023 conmon[87519]: cluster 2023-11-08T02:11:37.882329+0000 mgr.smithi001.qhtxni 2023-11-08T02:11:39.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:38 smithi023 conmon[87519]: (mgr.14180) 777 : cluster [DBG] pgmap v506: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:11:39.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:38 smithi023 conmon[87519]: audit 2023-11-08T02:11:37.908278+0000 mgr.smithi001.qhtxni (mgr.14180) 778 2023-11-08T02:11:39.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:38 smithi023 conmon[87519]: : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:11:39.365 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:11:41.095 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:11:41.096 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:11:41.205 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:11:40 smithi001 conmon[82545]: cluster 2023-11-08T02:11:39.883128+0000 mgr.smithi001.qhtxni (mgr.14180) 779 : cluster [DBG] pgmap v507: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:11:41.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:40 smithi023 conmon[87519]: cluster 2023-11-08T02:11:39.883128+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:11:41.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:40 smithi023 conmon[87519]: 779 : cluster [DBG] pgmap v507: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:11:41.526 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:11:42.205 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:11:41 smithi001 conmon[82545]: audit 2023-11-08T02:11:41.091741+0000 mgr.smithi001.qhtxni (mgr.14180) 780 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:11:42.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:41 smithi023 conmon[87519]: audit 2023-11-08T02:11:41.091741+0000 mgr.smithi001.qhtxni (mgr.14180) 780 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:11:42.527 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:11:43.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:11:42 smithi001 conmon[82545]: cluster 2023-11-08T02:11:41.883672+0000 mgr.smithi001.qhtxni (mgr 2023-11-08T02:11:43.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:11:42 smithi001 conmon[82545]: .14180) 781 : cluster [DBG] pgmap v508: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:11:43.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:42 smithi023 conmon[87519]: cluster 2023-11-08T02:11:41.883672+0000 mgr.smithi001.qhtxni (mgr.14180) 781 : cluster [DBG] pgmap v508: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:11:44.260 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:11:44.261 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:11:44.688 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:11:44.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:44 smithi023 conmon[87519]: cluster 2023-11-08T02:11:43.884420+0000 mgr.smithi001.qhtxni (mgr.14180) 782 : cluster [DBG] pgmap v509: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:11:44.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:44 smithi023 conmon[87519]: audit 2023-11-08T02:11:44.257037+0000 mgr.smithi001.qhtxni (mgr.14180) 783 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:11:44.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:11:44 smithi001 conmon[82545]: cluster 2023-11-08T02:11:43.884420+0000 mgr.smithi001.qhtxni (mgr.14180) 782 : cluster [DBG] pgmap v509: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:11:44.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:11:44 smithi001 conmon[82545]: audit 2023-11-08T02:11:44.257037+0000 mgr.smithi001.qhtxni (mgr.14180) 783 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:11:45.689 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:11:47.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:11:46 smithi001 conmon[82545]: cluster 2023-11-08T02:11:45.885013+0000 mgr.smithi001.qhtxni (mgr 2023-11-08T02:11:47.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:11:46 smithi001 conmon[82545]: .14180) 784 : cluster [DBG] pgmap v510: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:11:47.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:46 smithi023 conmon[87519]: cluster 2023-11-08T02:11:45.885013+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:11:47.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:46 smithi023 conmon[87519]: 784 : cluster [DBG] pgmap v510: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:11:47.384 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:11:47.385 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:11:47.750 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:11:48.205 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:11:47 smithi001 conmon[82545]: audit 2023-11-08T02:11:47.381109+0000 mgr.smithi001.qhtxni (mgr.14180) 785 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:11:48.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:47 smithi023 conmon[87519]: audit 2023-11-08T02:11:47.381109+0000 mgr.smithi001.qhtxni (mgr.14180) 785 : audit 2023-11-08T02:11:48.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:47 smithi023 conmon[87519]: [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:11:48.751 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:11:49.205 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:11:48 smithi001 conmon[82545]: cluster 2023-11-08T02 2023-11-08T02:11:49.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:11:48 smithi001 conmon[82545]: :11:47.885820+0000 mgr.smithi001.qhtxni (mgr.14180) 786 : cluster [DBG] pgmap v511: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:11:49.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:48 smithi023 conmon[87519]: cluster 2023-11-08T02:11:47.885820+0000 mgr.smithi001.qhtxni (mgr.14180) 786 : cluster [DBG] pgmap v511: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:11:50.462 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:11:50.462 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:11:50.903 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:11:51.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:11:50 smithi001 conmon[82545]: cluster 2023-11-08T02:11:49.886436+0000 mgr.smithi001.qhtxni (mgr.14180) 787 : cluster [DBG] pgmap v512: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:11:51.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:11:50 smithi001 conmon[82545]: audit 2023-11-08T02:11:50.458184+0000 mgr.smithi001.qhtxni (mgr.14180) 788 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:11:51.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:50 smithi023 conmon[87519]: cluster 2023-11-08T02:11:49.886436+0000 mgr.smithi001.qhtxni (mgr.14180) 787 : cluster 2023-11-08T02:11:51.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:50 smithi023 conmon[87519]: [DBG] pgmap v512: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:11:51.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:50 smithi023 conmon[87519]: audit 2023-11-08T02:11:50.458184+0000 mgr.smithi001.qhtxni (mgr.14180) 788 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:11:51.904 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:11:53.150 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:11:52 smithi001 conmon[82545]: cluster 2023-11-08T02:11:51.887202+0000 2023-11-08T02:11:53.150 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:11:52 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 789 : cluster [DBG] pgmap v513: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:11:53.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:52 smithi023 conmon[87519]: cluster 2023-11-08T02:11:51.887202+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:11:53.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:52 smithi023 conmon[87519]: 789 : cluster [DBG] pgmap v513: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:11:53.634 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:11:53.635 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:11:54.069 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:11:54.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:53 smithi023 conmon[87519]: audit 2023-11-08T02:11:53.631076+0000 mgr.smithi001.qhtxni (mgr.14180 2023-11-08T02:11:54.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:53 smithi023 conmon[87519]: ) 790 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:11:54.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:11:53 smithi001 conmon[82545]: audit 2023-11-08T02:11:53.631076+0000 mgr.smithi001.qhtxni 2023-11-08T02:11:54.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:11:53 smithi001 conmon[82545]: (mgr.14180) 790 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:11:55.073 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:11:55.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:54 smithi023 conmon[87519]: cluster 2023-11-08T02:11:53.887905+0000 mgr.smithi001.qhtxni (mgr.14180) 791 : 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-11-08T02:11:55.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:54 smithi023 conmon[87519]: 2023-11-08T02:11:55.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:11:54 smithi001 conmon[82545]: cluster 2023-11-08T02:11:53.887905+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:11:55.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:11:54 smithi001 conmon[82545]: 791 : 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-11-08T02:11:56.796 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:11:56.797 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:11:57.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:11:56 smithi001 conmon[82545]: cluster 2023-11-08T02:11:55.888669+0000 mgr.smithi001.qhtxni (mgr.14180) 792 : cluster [DBG] pgmap v515: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:11:57.234 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:11:57.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:56 smithi023 conmon[87519]: cluster 2023-11-08T02:11:55.888669+0000 mgr.smithi001.qhtxni (mgr.14180) 792 2023-11-08T02:11:57.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:56 smithi023 conmon[87519]: : cluster [DBG] pgmap v515: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:11:58.235 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:11:58.267 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:11:57 smithi001 conmon[82545]: audit 2023-11-08T02:11:56.793192+0000 mgr.smithi001.qhtxni (mgr.14180) 793 : audit 2023-11-08T02:11:58.268 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:11:57 smithi001 conmon[82545]: [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:11:58.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:57 smithi023 conmon[87519]: audit 2023-11-08T02:11:56.793192+0000 mgr.smithi001.qhtxni (mgr.14180) 793 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:11:58.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:57 smithi023 conmon[87519]: 2023-11-08T02:11:59.104 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:11:58 smithi001 conmon[82545]: cluster 2023-11-08T02:11:57.889537+0000 2023-11-08T02:11:59.104 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:11:58 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 794 : cluster [DBG] pgmap v516: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:11:59.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:11:58 smithi023 conmon[87519]: cluster 2023-11-08T02:11:57.889537+0000 mgr.smithi001.qhtxni (mgr.14180) 794 : cluster [DBG] pgmap v516: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:11:59.945 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:11:59.945 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:12:00.388 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:12:01.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:00 smithi023 conmon[87519]: cluster 2023-11-08T02:11:59.890321+0000 mgr.smithi001.qhtxni (mgr.14180) 795 : cluster [DBG] pgmap v517: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:12:01.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:00 smithi023 conmon[87519]: audit 2023-11-08T02:11:59.941779+0000 mgr.smithi001.qhtxni (mgr.14180) 796 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:12:01.389 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:12:01.420 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:00 smithi001 conmon[82545]: cluster 2023-11-08T02:11:59.890321+0000 mgr.smithi001.qhtxni (mgr.14180) 795 : cluster [DBG] pgmap v517: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:12:01.421 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:00 smithi001 conmon[82545]: audit 2023-11-08T02:11:59.941779+0000 mgr.smithi001.qhtxni (mgr.14180) 796 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:12:03.068 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:12:03.069 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:12:03.278 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:02 smithi001 conmon[82545]: cluster 2023-11-08T02:12:01.890911+0000 mgr.smithi001.qhtxni (mgr.14180) 797 : cluster [DBG] pgmap v518: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:12:03.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:02 smithi023 conmon[87519]: cluster 2023-11-08T02:12:01.890911+0000 mgr.smithi001.qhtxni (mgr.14180) 797 : cluster [DBG] pgmap v518: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:12:03.436 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:12:04.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:03 smithi023 conmon[87519]: audit 2023-11-08T02:12:03.064711+0000 mgr.smithi001.qhtxni (mgr.14180) 798 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:12:04.438 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:12:04.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:03 smithi001 conmon[82545]: audit 2023-11-08T02:12:03.064711+0000 mgr.smithi001.qhtxni (mgr. 2023-11-08T02:12:04.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:03 smithi001 conmon[82545]: 14180) 798 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:12:05.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:04 smithi023 conmon[87519]: cluster 2023-11-08T02:12:03.891605+0000 mgr.smithi001.qhtxni (mgr.14180) 799 : cluster [DBG] pgmap v519: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:12:05.378 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:04 smithi001 conmon[82545]: cluster 2023-11-08T02:12:03.891605+0000 mgr.smithi001.qhtxni 2023-11-08T02:12:05.379 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:04 smithi001 conmon[82545]: (mgr.14180) 799 : cluster [DBG] pgmap v519: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:12:06.253 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:12:06.254 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:12:06.686 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:12:07.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:06 smithi023 conmon[87519]: cluster 2023-11-08T02:12:05.892193+0000 mgr.smithi001.qhtxni (mgr.14180) 800 : cluster [DBG] pgmap v520: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:12:07.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:06 smithi023 conmon[87519]: audit 2023-11-08T02:12:06.249666+0000 mgr.smithi001.qhtxni (mgr.14180) 801 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:12:07.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:06 smithi001 conmon[82545]: cluster 2023-11-08T02:12:05.892193+0000 mgr.smithi001.qhtxni (mgr.14180) 800 : cluster [DBG] pgmap v520: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:12:07.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:06 smithi001 conmon[82545]: audit 2023-11-08T02:12:06.249666+0000 mgr.smithi001.qhtxni (mgr.14180) 801 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:12:07.688 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:12:09.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:08 smithi023 conmon[87519]: cluster 2023-11-08T02:12:07.892848+0000 mgr.smithi001.qhtxni (mgr.14180) 802 : cluster [DBG] pgmap v521: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:12:09.390 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:12:09.390 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:12:09.426 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:08 smithi001 conmon[82545]: cluster 2023-11-08T02:12:07.892848+0000 2023-11-08T02:12:09.427 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:08 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 802 : cluster [DBG] pgmap v521: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:12:09.852 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:12:10.205 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:09 smithi001 conmon[82545]: audit 2023-11-08T02:12:09.386206+0000 mgr.smithi001.qhtxni (mgr.14180) 803 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:12:10.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:09 smithi023 conmon[87519]: audit 2023-11-08T02:12:09.386206+0000 mgr.smithi001.qhtxni (mgr.14180) 803 : audit 2023-11-08T02:12:10.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:09 smithi023 conmon[87519]: [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:12:10.853 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:12:11.205 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:11 smithi001 conmon[82545]: cluster 2023-11-08T02:12:09.893557 2023-11-08T02:12:11.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:11 smithi001 conmon[82545]: +0000 mgr.smithi001.qhtxni (mgr.14180) 804 : cluster [DBG] pgmap v522: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:12:11.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:11 smithi023 conmon[87519]: cluster 2023-11-08T02:12:09.893557+0000 mgr.smithi001.qhtxni (mgr.14180) 804 2023-11-08T02:12:11.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:11 smithi023 conmon[87519]: : cluster [DBG] pgmap v522: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:12:12.574 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:12:12.574 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:12:13.006 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:12:13.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:13 smithi023 conmon[87519]: cluster 2023-11-08T02:12:11.894322+0000 mgr.smithi001.qhtxni (mgr.14180) 805 : 2023-11-08T02:12:13.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:13 smithi023 conmon[87519]: cluster [DBG] pgmap v523: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:12:13.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:13 smithi023 conmon[87519]: audit 2023-11-08T02:12:12.569877+0000 mgr.smithi001.qhtxni (mgr.14180) 806 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:12:13.455 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:13 smithi001 conmon[82545]: cluster 2023-11-08T02:12:11.894322+0000 mgr.smithi001.qhtxni (mgr.14180) 805 : cluster [DBG] pgmap v523: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:12:13.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:13 smithi001 conmon[82545]: audit 2023-11-08T02:12:12.569877+0000 mgr.smithi001.qhtxni (mgr.14180) 806 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:12:14.009 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:12:14.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:14 smithi023 conmon[87519]: cluster 2023-11-08T02:12:13.895237+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:12:14.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:14 smithi023 conmon[87519]: 807 : cluster [DBG] pgmap v524: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:12:14.927 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:14 smithi001 conmon[82545]: cluster 2023-11-08T02:12: 2023-11-08T02:12:14.927 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:14 smithi001 conmon[82545]: 13.895237+0000 mgr.smithi001.qhtxni (mgr.14180) 807 : cluster [DBG] pgmap v524: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:12:15.709 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:12:15.709 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:12:16.155 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:12:17.156 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:12:17.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:16 smithi001 conmon[82545]: audit 2023-11-08T02:12:15.704879+0000 mgr.smithi001.qhtxni (mgr.14180) 808 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:12:17.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:16 smithi001 conmon[82545]: cluster 2023-11-08T02:12:17.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:16 smithi001 conmon[82545]: 2023-11-08T02:12:15.896064+0000 mgr.smithi001.qhtxni (mgr.14180) 809 : cluster [DBG] pgmap v525: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:12:17.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:16 smithi023 conmon[87519]: audit 2023-11-08T02:12:15.704879+0000 mgr.smithi001.qhtxni (mgr.14180) 808 2023-11-08T02:12:17.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:16 smithi023 conmon[87519]: : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:12:17.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:16 smithi023 conmon[87519]: cluster 2023-11-08T02:12:15.896064+0000 mgr.smithi001.qhtxni (mgr.14180) 809 : cluster [DBG] pgmap v525: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:12:18.959 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:12:18.959 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:12:19.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:18 smithi001 conmon[82545]: cluster 2023-11-08T02:12:17.896751+0000 mgr.smithi001.qhtxni (mgr.14180) 810 : cluster [DBG] pgmap v526: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:12:19.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:18 smithi023 conmon[87519]: cluster 2023-11-08T02:12:17.896751+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:12:19.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:18 smithi023 conmon[87519]: 810 : cluster [DBG] pgmap v526: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:12:19.304 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:12:20.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:19 smithi023 conmon[87519]: audit 2023-11-08T02:12:18.954351+0000 mgr.smithi001.qhtxni (mgr.14180) 811 : 2023-11-08T02:12:20.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:19 smithi023 conmon[87519]: audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:12:20.305 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:12:20.337 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:19 smithi001 conmon[82545]: audit 2023-11-08T02:12:18.954351+0000 mgr.smithi001.qhtxni (mgr.14180) 811 : 2023-11-08T02:12:20.337 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:19 smithi001 conmon[82545]: audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:12:21.201 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:20 smithi001 conmon[82545]: cluster 2023-11-08T02:12:19.897524+0000 mgr.smithi001.qhtxni (mgr.14180) 812 : cluster [DBG] pgmap v527: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:12:21.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:20 smithi023 conmon[87519]: cluster 2023-11-08T02:12:19.897524+0000 mgr.smithi001.qhtxni (mgr.14180) 812 2023-11-08T02:12:21.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:20 smithi023 conmon[87519]: : cluster [DBG] pgmap v527: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:12:22.020 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:12:22.021 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:12:22.465 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:12:23.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:22 smithi023 conmon[87519]: cluster 2023-11-08T02:12:21.898095+0000 mgr.smithi001.qhtxni (mgr.14180) 813 : cluster [DBG] pgmap v528: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:12:23.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:22 smithi023 conmon[87519]: audit 2023-11-08T02:12:23.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:22 smithi023 conmon[87519]: 2023-11-08T02:12:22.017015+0000 mgr.smithi001.qhtxni (mgr.14180) 814 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:12:23.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:22 smithi001 conmon[82545]: cluster 2023-11-08T02:12:21.898095+0000 2023-11-08T02:12:23.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:22 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 813 : cluster [DBG] pgmap v528: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:12:23.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:22 smithi001 conmon[82545]: audit 2023-11-08T02:12:22.017015+0000 mgr.smithi001.qhtxni (mgr.14180) 814 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:12:23.467 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:12:24.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:24 smithi023 conmon[87519]: cluster 2023-11-08T02:12:23.898834+0000 mgr.smithi001.qhtxni (mgr.14180) 815 2023-11-08T02:12:24.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:24 smithi023 conmon[87519]: : cluster [DBG] pgmap v529: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:12:24.845 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:24 smithi001 conmon[82545]: cluster 2023-11-08T02:12:23.898834+0000 mgr.smithi001.qhtxni (mgr.14180) 815 : cluster [DBG] pgmap v529: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:12:25.193 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:12:25.193 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:12:25.627 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:12:25.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:25 smithi001 conmon[82545]: audit 2023-11-08T02:12:25. 2023-11-08T02:12:25.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:25 smithi001 conmon[82545]: 189842+0000 mgr.smithi001.qhtxni (mgr.14180) 816 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:12:26.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:25 smithi023 conmon[87519]: audit 2023-11-08T02:12:25.189842+0000 mgr.smithi001.qhtxni (mgr.14180) 816 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:12:26.628 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:12:26.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:26 smithi001 conmon[82545]: cluster 2023-11-08T02:12:25.899485+0000 mgr.smithi001.qhtxni (mgr.14180) 817 2023-11-08T02:12:26.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:26 smithi001 conmon[82545]: : 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-11-08T02:12:27.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:26 smithi023 conmon[87519]: cluster 2023-11-08T02:12:25.899485+0000 mgr.smithi001.qhtxni (mgr.14180) 817 : 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-11-08T02:12:28.363 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:12:28.363 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:12:28.789 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:12:29.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:28 smithi001 conmon[82545]: cluster 2023-11-08T02:12:27.900036+0000 mgr.smithi001.qhtxni (mgr.14180) 818 : cluster [DBG] pgmap v531: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:12:29.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:28 smithi001 conmon[82545]: audit 2023-11-08T02:12:28.359200+0000 mgr.smithi001.qhtxni (mgr.14180) 819 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:12:29.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:28 smithi023 conmon[87519]: cluster 2023-11-08T02:12:27.900036+0000 mgr.smithi001.qhtxni (mgr.14180) 818 : cluster [DBG] pgmap v531: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:12:29.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:28 smithi023 conmon[87519]: audit 2023-11-08T02:12:28.359200+0000 mgr.smithi001.qhtxni (mgr.14180) 819 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:12:29.790 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:12:31.094 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:30 smithi001 conmon[82545]: cluster 2023-11-08T02:12:29.900714+0000 mgr.smithi001.qhtxni ( 2023-11-08T02:12:31.095 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:30 smithi001 conmon[82545]: mgr.14180) 820 : cluster [DBG] pgmap v532: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:12:31.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:30 smithi023 conmon[87519]: cluster 2023-11-08T02:12:29.900714+0000 mgr.smithi001.qhtxni (mgr.14180) 820 : cluster [DBG] pgmap v532: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:12:31.486 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:12:31.486 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:04:50.089068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.thyslj on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:12:31.957 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:12:32.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:31 smithi001 conmon[82545]: audit 2023-11-08T02:12:31.481978+0000 mgr.smithi001.qhtxni (mgr.14180) 821 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:12:32.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:31 smithi023 conmon[87519]: audit 2023-11-08T02:12:31.481978+0000 mgr.smithi001.qhtxni (mgr.14180) 821 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:12:32.958 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:12:33.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:32 smithi023 conmon[87519]: cluster 2023-11-08T02:12:31.901494+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:12:33.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:32 smithi023 conmon[87519]: 822 : cluster [DBG] pgmap v533: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:12:33.455 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:32 smithi001 conmon[82545]: cluster 2023-11-08T02:12:31.901494+0000 mgr.smithi001.qhtxni (mgr.14180) 822 2023-11-08T02:12:33.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:32 smithi001 conmon[82545]: : cluster [DBG] pgmap v533: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:12:34.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:33 smithi001 conmon[82545]: cephadm 2023-11-08T02:12:33.111007+0000 mgr.smithi001.qhtxni (mgr 2023-11-08T02:12:34.207 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:33 smithi001 conmon[82545]: .14180) 823 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav 2023-11-08T02:12:34.207 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:33 smithi001 conmon[82545]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav 2023-11-08T02:12:34.207 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:33 smithi001 conmon[82545]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav 2023-11-08T02:12:34.207 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:33 smithi001 conmon[82545]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav 2023-11-08T02:12:34.207 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:33 smithi001 conmon[82545]: Deploy daemon haproxy.nfs.foo.smithi023.aqhcav ... 2023-11-08T02:12:34.208 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:33 smithi001 conmon[82545]: 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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:12:34.208 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:33 smithi001 conmon[82545]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T02:12:34.208 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:33 smithi001 conmon[82545]: stat: stderr time="2023-11-08T02:10: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-11-08T02:12:34.208 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:33 smithi001 conmon[82545]: stat: stderr time="2023-11-08T02:11:18Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:12:34.209 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:33 smithi001 conmon[82545]: stat: stderr time="2023-11-08T02:11: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-11-08T02:12:34.209 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:33 smithi001 conmon[82545]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T02:12:34.209 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:33 smithi001 conmon[82545]: 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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:12:34.209 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:33 smithi001 conmon[82545]: Traceback (most recent call last): 2023-11-08T02:12:34.209 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:33 smithi001 conmon[82545]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:12:34.210 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:33 smithi001 conmon[82545]: yield (conn, connr) 2023-11-08T02:12:34.210 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:33 smithi001 conmon[82545]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:12:34.210 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:33 smithi001 conmon[82545]: code, '\n'.join(err))) 2023-11-08T02:12:34.210 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:33 smithi001 conmon[82545]: 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-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav 2023-11-08T02:12:34.210 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:33 smithi001 conmon[82545]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav 2023-11-08T02:12:34.211 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:33 smithi001 conmon[82545]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav 2023-11-08T02:12:34.211 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:33 smithi001 conmon[82545]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav 2023-11-08T02:12:34.211 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:33 smithi001 conmon[82545]: Deploy daemon haproxy.nfs.foo.smithi023.aqhcav ... 2023-11-08T02:12:34.211 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:33 smithi001 conmon[82545]: 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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:12:34.211 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:33 smithi001 conmon[82545]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T02:12:34.212 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:33 smithi001 conmon[82545]: stat: stderr time="2023-11-08T02:10: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-11-08T02:12:34.212 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:33 smithi001 conmon[82545]: stat: stderr time="2023-11-08T02:11:18Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:12:34.212 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:33 smithi001 conmon[82545]: stat: stderr time="2023-11-08T02:11: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-11-08T02:12:34.212 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:33 smithi001 conmon[82545]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T02:12:34.212 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:33 smithi001 conmon[82545]: 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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:12:34.213 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:33 smithi001 conmon[82545]: cephadm 2023-11-08T02:12:33.111290+0000 mgr.smithi001.qhtxni (mgr.14180) 824 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi023.aqhcav 2023-11-08T02:12:34.213 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:33 smithi001 conmon[82545]: audit 2023-11-08T02:12:33.111715+0000 mon.smithi001 (mon.0) 739 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi023.aqhcav"}]: dispatch 2023-11-08T02:12:34.213 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:33 smithi001 conmon[82545]: cephadm 2023-11-08T02:12:33.112485+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:12:34.213 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:33 smithi001 conmon[82545]: 825 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav 2023-11-08T02:12:34.213 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:33 smithi001 conmon[82545]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav 2023-11-08T02:12:34.213 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:33 smithi001 conmon[82545]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav 2023-11-08T02:12:34.214 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:33 smithi001 conmon[82545]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav 2023-11-08T02:12:34.214 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:33 smithi001 conmon[82545]: Deploy daemon haproxy.nfs.foo.smithi023.aqhcav ... 2023-11-08T02:12:34.214 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:33 smithi001 conmon[82545]: 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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:12:34.214 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:33 smithi001 conmon[82545]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T02:12:34.214 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:33 smithi001 conmon[82545]: stat: stderr time="2023-11-08T02:10: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-11-08T02:12:34.215 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:33 smithi001 conmon[82545]: stat: stderr time="2023-11-08T02:11:18Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:12:34.215 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:33 smithi001 conmon[82545]: stat: stderr time="2023-11-08T02:11: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-11-08T02:12:34.215 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:33 smithi001 conmon[82545]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T02:12:34.215 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:33 smithi001 conmon[82545]: 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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:12:34.215 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:33 smithi001 conmon[82545]: cephadm 2023-11-08T02:12:33.115039+0000 mgr.smithi001.qhtxni (mgr.14180) 826 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi001.xqoist on smithi001 2023-11-08T02:12:34.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:33 smithi023 conmon[87519]: cephadm 2023-11-08T02:12:33.111007+0000 mgr.smithi001.qhtxni (mgr.14180) 823 : cephadm [ERR] 2023-11-08T02:12:34.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:33 smithi023 conmon[87519]: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav 2023-11-08T02:12:34.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:33 smithi023 conmon[87519]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav 2023-11-08T02:12:34.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:33 smithi023 conmon[87519]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav 2023-11-08T02:12:34.280 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:33 smithi023 conmon[87519]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav 2023-11-08T02:12:34.280 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:33 smithi023 conmon[87519]: Deploy daemon haproxy.nfs.foo.smithi023.aqhcav ... 2023-11-08T02:12:34.280 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:33 smithi023 conmon[87519]: 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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:12:34.280 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:33 smithi023 conmon[87519]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T02:12:34.281 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:33 smithi023 conmon[87519]: stat: stderr time="2023-11-08T02:10: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-11-08T02:12:34.281 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:33 smithi023 conmon[87519]: stat: stderr time="2023-11-08T02:11:18Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:12:34.281 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:33 smithi023 conmon[87519]: stat: stderr time="2023-11-08T02:11: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-11-08T02:12:34.281 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:33 smithi023 conmon[87519]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T02:12:34.281 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:33 smithi023 conmon[87519]: 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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:12:34.282 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:33 smithi023 conmon[87519]: Traceback (most recent call last): 2023-11-08T02:12:34.282 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:33 smithi023 conmon[87519]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:12:34.282 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:33 smithi023 conmon[87519]: yield (conn, connr) 2023-11-08T02:12:34.282 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:33 smithi023 conmon[87519]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:12:34.282 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:33 smithi023 conmon[87519]: code, '\n'.join(err))) 2023-11-08T02:12:34.283 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:33 smithi023 conmon[87519]: 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-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav 2023-11-08T02:12:34.283 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:33 smithi023 conmon[87519]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav 2023-11-08T02:12:34.283 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:33 smithi023 conmon[87519]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav 2023-11-08T02:12:34.283 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:33 smithi023 conmon[87519]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav 2023-11-08T02:12:34.283 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:33 smithi023 conmon[87519]: Deploy daemon haproxy.nfs.foo.smithi023.aqhcav ... 2023-11-08T02:12:34.284 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:33 smithi023 conmon[87519]: 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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:12:34.284 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:33 smithi023 conmon[87519]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T02:12:34.284 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:33 smithi023 conmon[87519]: stat: stderr time="2023-11-08T02:10: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-11-08T02:12:34.284 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:33 smithi023 conmon[87519]: stat: stderr time="2023-11-08T02:11:18Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:12:34.284 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:33 smithi023 conmon[87519]: stat: stderr time="2023-11-08T02:11: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-11-08T02:12:34.285 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:33 smithi023 conmon[87519]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T02:12:34.285 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:33 smithi023 conmon[87519]: 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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:12:34.285 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:33 smithi023 conmon[87519]: cephadm 2023-11-08T02:12:33.111290+0000 mgr.smithi001.qhtxni (mgr.14180) 824 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi023.aqhcav 2023-11-08T02:12:34.285 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:33 smithi023 conmon[87519]: audit 2023-11-08T 2023-11-08T02:12:34.285 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:33 smithi023 conmon[87519]: 02:12:33.111715+0000 mon.smithi001 (mon.0) 739 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi023.aqhcav"}]: dispatch 2023-11-08T02:12:34.286 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:33 smithi023 conmon[87519]: cephadm 2023-11-08T02:12:33.112485+0000 mgr.smithi001.qhtxni (mgr.14180) 825 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav 2023-11-08T02:12:34.286 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:33 smithi023 conmon[87519]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav 2023-11-08T02:12:34.286 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:33 smithi023 conmon[87519]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav 2023-11-08T02:12:34.286 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:33 smithi023 conmon[87519]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav 2023-11-08T02:12:34.286 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:33 smithi023 conmon[87519]: Deploy daemon haproxy.nfs.foo.smithi023.aqhcav ... 2023-11-08T02:12:34.287 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:33 smithi023 conmon[87519]: 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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:12:34.287 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:33 smithi023 conmon[87519]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T02:12:34.287 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:33 smithi023 conmon[87519]: stat: stderr time="2023-11-08T02:10: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-11-08T02:12:34.287 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:33 smithi023 conmon[87519]: stat: stderr time="2023-11-08T02:11:18Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:12:34.287 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:33 smithi023 conmon[87519]: stat: stderr time="2023-11-08T02:11: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-11-08T02:12:34.288 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:33 smithi023 conmon[87519]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T02:12:34.288 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:33 smithi023 conmon[87519]: 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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:12:34.288 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:33 smithi023 conmon[87519]: cephadm 2023-11-08T02:12:33.115039+0000 mgr.smithi001.qhtxni (mgr.14180) 826 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi001.xqoist on smithi001 2023-11-08T02:12:34.629 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:12:34.630 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:12:35.014 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:12:35.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:34 smithi023 conmon[87519]: cluster 2023-11-08T02:12:33.902115+0000 mgr.smithi001.qhtxni (mgr.14180) 827 2023-11-08T02:12:35.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:34 smithi023 conmon[87519]: : cluster [DBG] pgmap v534: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:12:35.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:34 smithi023 conmon[87519]: audit 2023-11-08T02:12:34.625742+0000 mgr.smithi001.qhtxni (mgr.14180) 828 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:12:35.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:34 smithi001 conmon[82545]: cluster 2023-11-08T02:12:33.902115+0000 mgr.smithi001.qhtxni (mgr 2023-11-08T02:12:35.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:34 smithi001 conmon[82545]: .14180) 827 : cluster [DBG] pgmap v534: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:12:35.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:34 smithi001 conmon[82545]: audit 2023-11-08T02:12:34.625742+0000 mgr.smithi001.qhtxni (mgr.14180) 828 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:12:36.015 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:12:37.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:36 smithi001 conmon[82545]: cluster 2023-11-08T02:12:35.902907+0000 mgr.smithi001.qhtxni (mgr 2023-11-08T02:12:37.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:36 smithi001 conmon[82545]: .14180) 829 : cluster [DBG] pgmap v535: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:12:37.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:36 smithi023 conmon[87519]: cluster 2023-11-08T02:12:35.902907+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:12:37.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:36 smithi023 conmon[87519]: 829 : cluster [DBG] pgmap v535: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:12:37.720 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:12:37.721 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:12:38.173 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:12:39.174 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:12:39.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:38 smithi023 conmon[87519]: audit 2023-11-08T02:12:37.716986+0000 mgr.smithi001.qhtxni (mgr.14180) 830 : audit 2023-11-08T02:12:39.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:38 smithi023 conmon[87519]: [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:12:39.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:38 smithi023 conmon[87519]: cluster 2023-11-08T02:12:37.903489+0000 mgr.smithi001.qhtxni (mgr.14180) 831 : 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-11-08T02:12:39.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:38 smithi001 conmon[82545]: audit 2023-11-08T02:12:37.716986+0000 mgr.smithi001.qhtxni (mgr.14180) 830 : audit 2023-11-08T02:12:39.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:38 smithi001 conmon[82545]: [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:12:39.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:38 smithi001 conmon[82545]: cluster 2023-11-08T02:12:37.903489+0000 mgr.smithi001.qhtxni (mgr.14180) 831 : 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-11-08T02:12:40.912 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:12:40.912 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:12:41.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:40 smithi001 conmon[82545]: cluster 2023-11-08T02:12:39.904078+0000 mgr.smithi001.qhtxni (mgr.14180) 832 : cluster [DBG] pgmap v537: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:12:41.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:40 smithi023 conmon[87519]: cluster 2023-11-08T02:12:39.904078+0000 mgr.smithi001.qhtxni (mgr.14180) 832 : cluster [DBG] pgmap v537: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:12:41.328 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:12:42.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:41 smithi023 conmon[87519]: audit 2023-11-08T02:12:40.907280+0000 mgr.smithi001.qhtxni (mgr.14180) 833 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:12:42.329 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:12:42.373 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:41 smithi001 conmon[82545]: audit 2023-11-08T02:12:40.907280+0000 mgr.smithi001.qhtxni (mgr.14180) 833 2023-11-08T02:12:42.373 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:41 smithi001 conmon[82545]: : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:12:43.150 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:42 smithi001 conmon[82545]: cluster 2023-11-08T02:12:41.904708+0000 2023-11-08T02:12:43.150 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:42 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 834 : cluster [DBG] pgmap v538: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:12:43.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:42 smithi023 conmon[87519]: cluster 2023-11-08T02:12:41.904708+0000 mgr.smithi001.qhtxni (mgr.14180) 834 : cluster [DBG] pgmap v538: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:12:44.063 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:12:44.064 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:12:44.499 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:12:44.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:44 smithi023 conmon[87519]: cluster 2023-11-08T02:12:43.905317+0000 mgr.smithi001.qhtxni (mgr.14180) 835 : 2023-11-08T02:12:44.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:44 smithi023 conmon[87519]: cluster [DBG] pgmap v539: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:12:44.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:44 smithi023 conmon[87519]: audit 2023-11-08T02:12:44.059999+0000 mgr.smithi001.qhtxni (mgr.14180) 836 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:12:44.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:44 smithi001 conmon[82545]: cluster 2023-11-08T02:12:43. 2023-11-08T02:12:44.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:44 smithi001 conmon[82545]: 905317+0000 mgr.smithi001.qhtxni (mgr.14180) 835 : cluster [DBG] pgmap v539: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:12:44.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:44 smithi001 conmon[82545]: audit 2023-11-08T02:12:44.059999+0000 mgr.smithi001.qhtxni (mgr.14180) 836 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:12:45.501 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:12:47.205 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:46 smithi001 conmon[82545]: cluster 2023-11-08T02:12:45.905918+0000 mgr.smithi001.qhtxni (mgr.14180) 837 : cluster [DBG] pgmap v540: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:12:47.223 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:12:47.224 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:12:47.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:46 smithi023 conmon[87519]: cluster 2023-11-08T02:12:45.905918+0000 mgr.smithi001.qhtxni (mgr.14180) 837 : 2023-11-08T02:12:47.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:46 smithi023 conmon[87519]: cluster [DBG] pgmap v540: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:12:47.651 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:12:48.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:47 smithi023 conmon[87519]: audit 2023-11-08T02:12:47.220149+0000 mgr.smithi001.qhtxni (mgr 2023-11-08T02:12:48.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:47 smithi023 conmon[87519]: .14180) 838 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:12:48.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:47 smithi001 conmon[82545]: audit 2023-11-08T02:12:47.220149+0000 mgr.smithi001.qhtxni (mgr.14180) 838 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:12:48.653 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:12:49.237 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:48 smithi001 conmon[82545]: cluster 2023-11-08T02:12:47.906555+0000 2023-11-08T02:12:49.237 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:48 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 839 : cluster [DBG] pgmap v541: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:12:49.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:48 smithi023 conmon[87519]: cluster 2023-11-08T02:12:47.906555+0000 mgr.smithi001.qhtxni ( 2023-11-08T02:12:49.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:48 smithi023 conmon[87519]: mgr.14180) 839 : cluster [DBG] pgmap v541: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:12:50.345 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:12:50.346 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:12:50.801 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:12:51.205 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:50 smithi001 conmon[82545]: cluster 2023-11-08T02:12:49.907319+0000 mgr.smithi001.qhtxni (mgr.14180) 840 : cluster [DBG] pgmap v542: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:12:51.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:50 smithi001 conmon[82545]: audit 2023-11-08T02:12:50.342109+0000 mgr.smithi001.qhtxni (mgr.14180) 841 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:12:51.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:50 smithi023 conmon[87519]: cluster 2023-11-08T02:12:49.907319+0000 mgr.smithi001.qhtxni (mgr.14180) 840 : cluster [DBG] pgmap v542: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:12:51.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:50 smithi023 conmon[87519]: audit 2023-11-08T02:12:50.342109+0000 mgr.smithi001.qhtxni (mgr.14180) 841 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:12:51.803 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:12:53.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:52 smithi023 conmon[87519]: cluster 2023-11-08T02:12:51.907993+0000 mgr.smithi001.qhtxni (mgr.14180) 842 : cluster [DBG] pgmap v543: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:12:53.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:52 smithi001 conmon[82545]: cluster 2023-11-08T02:12:51.907993+0000 2023-11-08T02:12:53.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:52 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 842 : cluster [DBG] pgmap v543: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:12:53.515 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:12:53.515 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:12:53.956 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:12:54.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:53 smithi001 conmon[82545]: audit 2023-11-08T02:12:53.511359+0000 mgr.smithi001.qhtxni (mgr.14180) 843 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:12:54.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:53 smithi023 conmon[87519]: audit 2023-11-08T02:12:53.511359+0000 mgr.smithi001.qhtxni (mgr.14180) 843 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:12:54.957 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:12:55.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:54 smithi023 conmon[87519]: cluster 2023-11-08T02:12:53.908818+0000 mgr.smithi001.qhtxni (mgr.14180) 844 : cluster [DBG] pgmap v544: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:12:55.455 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:54 smithi001 conmon[82545]: cluster 2023-11-08T02:12:53.908818+0000 mgr.smithi001.qhtxni (mgr.14180) 844 2023-11-08T02:12:55.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:54 smithi001 conmon[82545]: : cluster [DBG] pgmap v544: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:12:56.675 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:12:56.675 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:12:57.108 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:12:57.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:56 smithi023 conmon[87519]: cluster 2023-11-08T02:12:55.909413+0000 mgr.smithi001.qhtxni (mgr.14180) 845 : cluster [DBG] pgmap v545: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:12:57.455 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:56 smithi001 conmon[82545]: cluster 2023-11-08T02:12 2023-11-08T02:12:57.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:56 smithi001 conmon[82545]: :55.909413+0000 mgr.smithi001.qhtxni (mgr.14180) 845 : cluster [DBG] pgmap v545: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:12:58.109 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:12:58.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:57 smithi023 conmon[87519]: audit 2023-11-08T02:12:56.670969+0000 mgr.smithi001.qhtxni ( 2023-11-08T02:12:58.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:57 smithi023 conmon[87519]: mgr.14180) 846 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:12:58.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:57 smithi001 conmon[82545]: audit 2023-11-08T02:12:56.670969+0000 mgr.smithi001.qhtxni (mgr.14180) 846 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:12:59.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:12:58 smithi023 conmon[87519]: cluster 2023-11-08T02:12:57.910138+0000 mgr.smithi001.qhtxni (mgr.14180) 847 : cluster [DBG] pgmap v546: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:12:59.415 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:12:58 smithi001 conmon[82545]: cluster 2023-11-08T02:12:57.910138+0000 mgr.smithi001.qhtxni (mgr.14180) 847 : cluster [DBG] pgmap v546: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:12:59.844 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:12:59.844 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:13:00.356 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:13:01.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:13:00 smithi023 conmon[87519]: audit 2023-11-08T02:12:59.839849+0000 mgr.smithi001.qhtxni (mgr.14180) 848 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:13:01.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:13:00 smithi023 conmon[87519]: cluster 2023-11-08T02:12:59.910759+0000 mgr.smithi001.qhtxni (mgr.14180) 849 : cluster [DBG] pgmap v547: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:13:01.357 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:13:01.389 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:13:00 smithi001 conmon[82545]: audit 2023-11-08T02:12:59.839849+0000 mgr.smithi001.qhtxni (mgr.14180 2023-11-08T02:13:01.389 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:13:00 smithi001 conmon[82545]: ) 848 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:13:01.390 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:13:00 smithi001 conmon[82545]: cluster 2023-11-08T02:12:59.910759+0000 mgr.smithi001.qhtxni (mgr.14180) 849 : cluster [DBG] pgmap v547: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:13:03.149 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:13:03 smithi001 conmon[82545]: cluster 2023-11-08T02:13:01.911324+0000 mgr.smithi001.qhtxni (mgr.14180) 850 : cluster [DBG] pgmap v548: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:13:03.196 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:13:03.196 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:13:03.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:13:03 smithi023 conmon[87519]: cluster 2023-11-08T02:13:01.911324+0000 mgr.smithi001.qhtxni (mgr.14180) 850 : cluster [DBG] pgmap v548: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:13:03.619 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:13:04.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:13:04 smithi023 conmon[87519]: audit 2023-11-08T02:13:03.192504+0000 mgr.smithi001.qhtxni (mgr.14180) 851 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:13:04.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:13:04 smithi001 conmon[82545]: audit 2023-11-08T02:13:03.192504+0000 mgr.smithi001.qhtxni (mgr. 2023-11-08T02:13:04.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:13:04 smithi001 conmon[82545]: 14180) 851 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:13:04.620 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:13:05.269 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:13:05 smithi001 conmon[82545]: cluster 2023-11-08T02:13:03 2023-11-08T02:13:05.269 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:13:05 smithi001 conmon[82545]: .912175+0000 mgr.smithi001.qhtxni (mgr.14180) 852 : cluster [DBG] pgmap v549: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:13:05.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:13:05 smithi023 conmon[87519]: cluster 2023-11-08T02:13:03.912175+0000 mgr.smithi001.qhtxni (mgr.14180) 852 : cluster [DBG] pgmap v549: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:13:06.435 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:13:06.435 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:13:06.872 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:13:07.205 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:13:07 smithi001 conmon[82545]: cluster 2023-11-08T02:13:05.912864+0000 mgr.smithi001.qhtxni (mgr.14180) 853 : cluster [DBG] pgmap v550: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:13:07.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:13:07 smithi001 conmon[82545]: audit 2023-11-08T02:13:06.431421+0000 mgr.smithi001.qhtxni (mgr.14180) 854 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:13:07.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:13:07 smithi023 conmon[87519]: cluster 2023-11-08T02:13:05.912864+0000 mgr.smithi001.qhtxni (mgr.14180) 853 : cluster [DBG] pgmap v550: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:13:07.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:13:07 smithi023 conmon[87519]: audit 2023-11-08T02:13:06.431421+0000 mgr.smithi001.qhtxni (mgr.14180) 854 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:13:07.873 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:13:09.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:13:09 smithi001 conmon[82545]: cluster 2023-11-08T02:13:07.913890+0000 mgr.smithi001.qhtxni (mgr.14180) 855 : cluster [DBG] pgmap v551: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:13:09.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:13:09 smithi023 conmon[87519]: cluster 2023-11-08T02:13:07.913890+0000 mgr.smithi001.qhtxni (mgr.14180) 855 : cluster [DBG] pgmap v551: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:13:09.679 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:13:09.680 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:13:10.126 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:13:11.127 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:13:11.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:13:11 smithi023 conmon[87519]: audit 2023-11-08T02:13:09.676119+0000 mgr.smithi001.qhtxni (mgr.14180) 856 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:13:11.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:13:11 smithi023 conmon[87519]: cluster 2023-11-08T02:13:09.914549+0000 mgr.smithi001.qhtxni (mgr.14180) 857 : cluster [DBG] pgmap v552: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:13:11.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:13:11 smithi001 conmon[82545]: audit 2023-11-08T02:13:09.676119+0000 mgr.smithi001.qhtxni (mgr.14180) 856 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:13:11.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:13:11 smithi001 conmon[82545]: cluster 2023-11-08T02:13:09.914549+0000 mgr.smithi001.qhtxni (mgr.14180) 857 : cluster [DBG] pgmap v552: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:13:12.915 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:13:12.915 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:13:13.205 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:13:13 smithi001 conmon[82545]: cluster 2023-11-08T02:13:11.915139+0000 mgr.smithi001.qhtxni (mgr.14180) 858 : cluster [DBG] pgmap v553: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:13:13.275 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:13:13.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:13:13 smithi023 conmon[87519]: cluster 2023-11-08T02:13:11.915139+0000 mgr.smithi001.qhtxni (mgr.14180) 858 : cluster [DBG] pgmap v553: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:13:14.276 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:13:14.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:13:14 smithi023 conmon[87519]: audit 2023-11-08T02:13:12.911413+0000 mgr.smithi001.qhtxni (mgr.14180) 859 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:13:14.307 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:13:14 smithi001 conmon[82545]: audit 2023-11-08T02:13:12.911413+0000 mgr.smithi001.qhtxni (mgr.14180) 859 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:13:15.177 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:13:15 smithi001 conmon[82545]: cluster 2023-11-08T02:13:13.915891 2023-11-08T02:13:15.178 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:13:15 smithi001 conmon[82545]: +0000 mgr.smithi001.qhtxni (mgr.14180) 860 : cluster [DBG] pgmap v554: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:13:15.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:13:15 smithi023 conmon[87519]: cluster 2023-11-08T02:13:13.915891+0000 mgr.smithi001.qhtxni (mgr.14180) 860 : cluster [DBG] pgmap v554: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:13:15.996 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:13:15.997 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:13:16.434 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:13:17.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:13:17 smithi023 conmon[87519]: cluster 2023-11-08T02:13:15.916485+0000 mgr.smithi001.qhtxni (mgr.14180) 861 : cluster [DBG] pgmap v555: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:13:17.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:13:17 smithi023 conmon[87519]: audit 2023-11-08T02:13:15.992448+0000 mgr.smithi001.qhtxni (mgr.14180) 862 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:13:17.436 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:13:17.455 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:13:17 smithi001 conmon[82545]: cluster 2023-11-08T02:13:15.916485+0000 mgr.smithi001.qhtxni (mgr.14180) 861 : cluster [DBG] pgmap v555: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:13:17.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:13:17 smithi001 conmon[82545]: audit 2023-11-08T02:13:15.992448+0000 mgr.smithi001.qhtxni (mgr.14180) 862 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:13:19.030 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:13:19 smithi001 conmon[82545]: cluster 2023-11-08T02:13:17.917174 2023-11-08T02:13:19.031 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:13:19 smithi001 conmon[82545]: +0000 mgr.smithi001.qhtxni (mgr.14180) 863 : cluster [DBG] pgmap v556: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:13:19.194 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:13:19.195 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:13:19.528 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:13:19 smithi023 conmon[87519]: cluster 2023-11-08T02:13:17.917174+0000 mgr.smithi001.qhtxni (mgr.14180) 863 2023-11-08T02:13:19.528 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:13:19 smithi023 conmon[87519]: : cluster [DBG] pgmap v556: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:13:19.695 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:13:20.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:13:20 smithi001 conmon[82545]: audit 2023-11-08T02:13:19.190536+0000 mgr.smithi001.qhtxni (mgr.14180) 864 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:13:20.528 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:13:20 smithi023 conmon[87519]: audit 2023-11-08T02:13:19.190536+0000 mgr.smithi001.qhtxni (mgr.14180) 864 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:13:20.697 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:13:21.304 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:13:21 smithi001 conmon[82545]: cluster 2023-11-08T02:13:19. 2023-11-08T02:13:21.304 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:13:21 smithi001 conmon[82545]: 917940+0000 mgr.smithi001.qhtxni (mgr.14180) 865 : cluster [DBG] pgmap v557: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:13:21.528 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:13:21 smithi023 conmon[87519]: cluster 2023-11-08T02:13:19.917940+0000 mgr.smithi001.qhtxni (mgr.14180) 865 2023-11-08T02:13:21.528 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:13:21 smithi023 conmon[87519]: : cluster [DBG] pgmap v557: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:13:22.516 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:13:22.516 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:13:22.962 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:13:23.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:13:23 smithi001 conmon[82545]: cluster 2023-11-08T02:13:21.918498 2023-11-08T02:13:23.207 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:13:23 smithi001 conmon[82545]: +0000 mgr.smithi001.qhtxni (mgr.14180) 866 : cluster [DBG] pgmap v558: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:13:23.207 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:13:23 smithi001 conmon[82545]: audit 2023-11-08T02:13:22.512312+0000 mgr.smithi001.qhtxni (mgr.14180) 867 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:13:23.528 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:13:23 smithi023 conmon[87519]: cluster 2023-11-08T02:13:21.918498+0000 mgr.smithi001.qhtxni (mgr.14180) 866 : cluster 2023-11-08T02:13:23.528 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:13:23 smithi023 conmon[87519]: [DBG] pgmap v558: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:13:23.529 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:13:23 smithi023 conmon[87519]: audit 2023-11-08T02:13:22.512312+0000 mgr.smithi001.qhtxni (mgr.14180) 867 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:13:23.963 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:13:24.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:13:24 smithi023 conmon[87519]: cluster 2023-11-08T02:13:23.919494+0000 mgr.smithi001.qhtxni (mgr.14180) 868 2023-11-08T02:13:24.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:13:24 smithi023 conmon[87519]: : cluster [DBG] pgmap v559: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:13:24.894 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:13:24 smithi001 conmon[82545]: cluster 2023-11-08T02:13:23.919494+0000 mgr.smithi001.qhtxni (mgr.14180) 868 : cluster [DBG] pgmap v559: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:13:25.647 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:13:25.647 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:13:25.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:13:25 smithi001 conmon[82545]: audit 2023-11-08T02:13:25.642998+0000 mgr.smithi001.qhtxni ( 2023-11-08T02:13:25.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:13:25 smithi001 conmon[82545]: mgr.14180) 869 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:13:26.023 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:13:26.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:13:25 smithi023 conmon[87519]: audit 2023-11-08T02:13:25.642998+0000 mgr.smithi001.qhtxni (mgr.14180) 869 : audit 2023-11-08T02:13:26.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:13:25 smithi023 conmon[87519]: [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:13:27.024 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:13:27.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:13:26 smithi023 conmon[87519]: cluster 2023-11-08T02:13:25.920100+0000 mgr.smithi001.qhtxni (mgr.14180) 870 2023-11-08T02:13:27.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:13:26 smithi023 conmon[87519]: : cluster [DBG] pgmap v560: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:13:27.055 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:13:26 smithi001 conmon[82545]: cluster 2023-11-08T02:13:25.920100+0000 mgr.smithi001.qhtxni (mgr.14180) 870 : cluster [DBG] 2023-11-08T02:13:27.056 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:13:26 smithi001 conmon[82545]: pgmap v560: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:13:28.723 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:13:28.723 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:13:29.127 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:13:28 smithi001 conmon[82545]: cluster 2023-11-08T02:13:27.920730+0000 mgr.smithi001.qhtxni (mgr.14180) 871 : cluster [DBG] pgmap v561: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:13:29.174 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:13:29.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:13:28 smithi023 conmon[87519]: cluster 2023-11-08T02:13:27.920730+0000 mgr.smithi001.qhtxni (mgr.14180) 871 : cluster 2023-11-08T02:13:29.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:13:28 smithi023 conmon[87519]: [DBG] pgmap v561: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:13:30.175 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:13:30.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:13:29 smithi023 conmon[87519]: audit 2023-11-08T02:13:28.719592+0000 mgr.smithi001.qhtxni (mgr.14180) 872 2023-11-08T02:13:30.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:13:29 smithi023 conmon[87519]: : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:13:30.455 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:13:29 smithi001 conmon[82545]: audit 2023-11-08T02:13:28.719592+0000 mgr.smithi001.qhtxni (mgr.14180) 872 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:13:31.184 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:13:30 smithi001 conmon[82545]: cluster 2023-11-08 2023-11-08T02:13:31.184 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:13:30 smithi001 conmon[82545]: T02:13:29.921473+0000 mgr.smithi001.qhtxni (mgr.14180) 873 : cluster [DBG] pgmap v562: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:13:31.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:13:30 smithi023 conmon[87519]: cluster 2023-11-08T02:13:29.921473+0000 mgr.smithi001.qhtxni (mgr.14180) 873 : cluster [DBG] pgmap v562: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:13:32.014 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:13:32.015 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:13:32.439 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:13:33.281 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:13:32 smithi023 conmon[87519]: cluster 2023-11-08T02:13:31.922023+0000 mgr.smithi001.qhtxni (mgr.14180) 874 : cluster [DBG] pgmap v563: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:13:33.282 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:13:32 smithi023 conmon[87519]: audit 2023-11-08T02:13:32.010821+0000 mgr.smithi001.qhtxni (mgr.14180) 875 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:13:33.440 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:13:33.455 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:13:32 smithi001 conmon[82545]: cluster 2023-11-08T02:13:31.922023+0000 mgr.smithi001.qhtxni (mgr.14180) 874 : cluster [DBG] pgmap v563: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:13:33.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:13:32 smithi001 conmon[82545]: audit 2023-11-08T02:13:32.010821+0000 mgr.smithi001.qhtxni (mgr.14180) 875 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:13:34.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:13:34 smithi023 conmon[87519]: cluster 2023-11-08T02:13:33.922685+0000 mgr.smithi001.qhtxni (mgr.14180) 876 : cluster [DBG] pgmap v564: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:13:35.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:13:34 smithi001 conmon[82545]: cluster 2023-11-08T02:13:33.922685+0000 mgr.smithi001.qhtxni (mgr 2023-11-08T02:13:35.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:13:34 smithi001 conmon[82545]: .14180) 876 : cluster [DBG] pgmap v564: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:13:35.279 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:13:35.279 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:13:35.699 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:13:35.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:13:35 smithi001 conmon[82545]: audit 2023-11-08T02:13:35.275529+0000 mgr.smithi001.qhtxni (mgr.14180) 877 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:13:36.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:13:35 smithi023 conmon[87519]: audit 2023-11-08T02:13:35.275529+0000 mgr.smithi001.qhtxni (mgr.14180) 877 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:13:36.700 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:13:37.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:13:36 smithi023 conmon[87519]: cluster 2023-11-08T02:13:35.923268+0000 mgr.smithi001.qhtxni (mgr.14180) 878 : cluster [DBG] pgmap v565: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:13:37.205 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:13:36 smithi001 conmon[82545]: cluster 2023-11-08T02:13:35.923268+0000 mgr.smithi001.qhtxni (mgr.14180) 878 : cluster [DBG] 2023-11-08T02:13:37.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:13:36 smithi001 conmon[82545]: pgmap v565: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:13:38.642 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:13:38.643 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:13:39.067 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:13:39.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:13:38 smithi023 conmon[87519]: cluster 2023-11-08T02:13:37.924016+0000 mgr.smithi001.qhtxni (mgr.14180) 879 : cluster [DBG] pgmap v566: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:13:39.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:13:38 smithi023 conmon[87519]: audit 2023-11-08T02:13:39.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:13:38 smithi023 conmon[87519]: 2023-11-08T02:13:38.638983+0000 mgr.smithi001.qhtxni (mgr.14180) 880 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:13:39.455 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:13:38 smithi001 conmon[82545]: cluster 2023-11-08T02:13:37. 2023-11-08T02:13:39.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:13:38 smithi001 conmon[82545]: 924016+0000 mgr.smithi001.qhtxni (mgr.14180) 879 : cluster [DBG] pgmap v566: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:13:39.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:13:38 smithi001 conmon[82545]: audit 2023-11-08T02:13:38.638983+0000 mgr.smithi001.qhtxni (mgr.14180) 880 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:13:40.069 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:13:41.233 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:13:40 smithi001 conmon[82545]: cluster 2023-11-08T02:13:39.924764+0000 mgr.smithi001.qhtxni (mgr.14180) 881 : cluster [DBG] pgmap v567: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:13:41.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:13:40 smithi023 conmon[87519]: cluster 2023-11-08T02:13:39.924764+0000 mgr.smithi001.qhtxni (mgr.14180) 881 : cluster [DBG] pgmap v567: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:13:41.872 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:13:41.873 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:13:42.321 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:13:43.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:13:42 smithi023 conmon[87519]: audit 2023-11-08T02:13:41.868894+0000 mgr.smithi001.qhtxni (mgr.14180) 882 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:13:43.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:13:42 smithi023 conmon[87519]: cluster 2023-11-08T02:13:41.925333+0000 mgr.smithi001.qhtxni (mgr.14180) 883 : cluster [DBG] pgmap v568: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:13:43.323 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:13:43.354 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:13:42 smithi001 conmon[82545]: audit 2023-11-08T02:13:41.868894+0000 mgr.smithi001.qhtxni (mgr.14180) 882 2023-11-08T02:13:43.355 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:13:42 smithi001 conmon[82545]: : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:13:43.355 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:13:42 smithi001 conmon[82545]: cluster 2023-11-08T02:13:41.925333+0000 mgr.smithi001.qhtxni (mgr.14180) 883 : cluster [DBG] pgmap v568: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:13:44.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:13:44 smithi023 conmon[87519]: cluster 2023-11-08T02:13:43.926047+0000 mgr.smithi001.qhtxni (mgr.14180) 884 : cluster [DBG] pgmap v569: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:13:45.121 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:13:45.121 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:13:45.145 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:13:44 smithi001 conmon[82545]: cluster 2023-11-08T02:13:43.926047+0000 mgr.smithi001.qhtxni (mgr.14180) 884 : cluster [DBG] pgmap v569: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:13:45.571 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:13:45.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:13:45 smithi001 conmon[82545]: audit 2023-11-08T02:13:45.116682+0000 mgr.smithi001.qhtxni 2023-11-08T02:13:45.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:13:45 smithi001 conmon[82545]: (mgr.14180) 885 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:13:46.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:13:45 smithi023 conmon[87519]: audit 2023-11-08T02:13:45.116682+0000 mgr.smithi001.qhtxni (mgr.14180) 885 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:13:46.573 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:13:46.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:13:46 smithi001 conmon[82545]: cluster 2023-11-08T02:13:45.926624+0000 mgr.smithi001.qhtxni (mgr. 2023-11-08T02:13:46.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:13:46 smithi001 conmon[82545]: 14180) 886 : cluster [DBG] pgmap v570: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:13:47.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:13:46 smithi023 conmon[87519]: cluster 2023-11-08T02:13:45.926624+0000 mgr.smithi001.qhtxni (mgr.14180) 886 : cluster [DBG] pgmap v570: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:13:48.442 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:13:48.442 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:13:48.924 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:13:49.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:13:48 smithi001 conmon[82545]: cluster 2023-11-08T02:13:47.927420+0000 mgr.smithi001.qhtxni (mgr.14180) 887 : cluster [DBG] pgmap v571: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:13:49.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:13:48 smithi001 conmon[82545]: audit 2023-11-08T02:13:48.438476+0000 mgr.smithi001.qhtxni (mgr.14180) 888 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:13:49.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:13:48 smithi023 conmon[87519]: cluster 2023-11-08T02:13:47.927420+0000 mgr.smithi001.qhtxni (mgr.14180) 887 : cluster [DBG] pgmap v571: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:13:49.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:13:48 smithi023 conmon[87519]: audit 2023-11-08T02:13:48.438476+0000 mgr.smithi001.qhtxni (mgr.14180) 888 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:13:49.925 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:13:51.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:13:50 smithi001 conmon[82545]: cluster 2023-11-08T02:13:49.928205+0000 mgr.smithi001.qhtxni (mgr.14180) 889 : cluster [DBG] pgmap v572: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:13:51.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:13:50 smithi023 conmon[87519]: cluster 2023-11-08T02:13:49.928205+0000 mgr.smithi001.qhtxni (mgr.14180) 889 : cluster [DBG] pgmap v572: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:13:51.684 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:13:51.685 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:13:52.084 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:13:53.085 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:13:53.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:13:52 smithi023 conmon[87519]: audit 2023-11-08T02:13:51.680884+0000 mgr.smithi001.qhtxni (mgr.14180) 890 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:13:53.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:13:52 smithi023 conmon[87519]: cluster 2023-11-08T02:13:51.928812+0000 mgr.smithi001.qhtxni (mgr.14180) 891 : cluster [DBG] pgmap v573: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:13:53.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:13:52 smithi001 conmon[82545]: audit 2023-11-08T02:13:51.680884+0000 mgr.smithi001.qhtxni (mgr.14180) 890 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:13:53.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:13:52 smithi001 conmon[82545]: cluster 2023-11-08T02:13:51.928812+0000 mgr.smithi001.qhtxni (mgr.14180) 891 : cluster [DBG] pgmap v573: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:13:54.755 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:13:54.755 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:13:54.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:13:54 smithi023 conmon[87519]: cluster 2023-11-08T02:13:53.929633+0000 mgr.smithi001.qhtxni (mgr.14180) 892 : cluster [DBG] pgmap v574: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:13:55.151 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:13:54 smithi001 conmon[82545]: cluster 2023-11-08T02:13:53.929633+0000 mgr.smithi001.qhtxni (mgr.14180) 892 : cluster [DBG] pgmap v574: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:13:55.233 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:13:56.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:13:55 smithi023 conmon[87519]: audit 2023-11-08T02:13:54.751190+0000 mgr.smithi001.qhtxni (mgr.14180) 893 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:13:56.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:13:55 smithi001 conmon[82545]: audit 2023-11-08T02:13:54.751190+0000 mgr.smithi001.qhtxni ( 2023-11-08T02:13:56.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:13:55 smithi001 conmon[82545]: mgr.14180) 893 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:13:56.235 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:13:57.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:13:56 smithi023 conmon[87519]: cluster 2023-11-08T02:13:55.930467+0000 mgr.smithi001.qhtxni (mgr.14180) 894 : cluster [DBG] pgmap v575: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:13:57.198 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:13:56 smithi001 conmon[82545]: cluster 2023-11-08T02:13:55.930467+0000 mgr.smithi001.qhtxni (mgr 2023-11-08T02:13:57.199 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:13:56 smithi001 conmon[82545]: .14180) 894 : cluster [DBG] pgmap v575: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:13:58.054 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:13:58.055 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:13:58.497 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:13:59.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:13:58 smithi023 conmon[87519]: cluster 2023-11-08T02:13:57.931239+0000 mgr.smithi001.qhtxni (mgr.14180) 895 : cluster [DBG] pgmap v576: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:13:59.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:13:58 smithi023 conmon[87519]: audit 2023-11-08T02:13:59.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:13:58 smithi023 conmon[87519]: 2023-11-08T02:13:58.050957+0000 mgr.smithi001.qhtxni (mgr.14180) 896 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:13:59.455 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:13:58 smithi001 conmon[82545]: cluster 2023-11-08T02:13:57.931239+0000 mgr.smithi001.qhtxni (mgr.14180) 895 : cluster [DBG] pgmap v576: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:13:59.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:13:58 smithi001 conmon[82545]: audit 2023-11-08T02:13:58.050957+0000 mgr.smithi001.qhtxni (mgr.14180) 896 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:13:59.499 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:14:01.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:14:00 smithi001 conmon[82545]: cluster 2023-11-08T02:13:59.931883+0000 mgr.smithi001.qhtxni 2023-11-08T02:14:01.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:14:00 smithi001 conmon[82545]: (mgr.14180) 897 : cluster [DBG] pgmap v577: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:14:01.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:14:00 smithi023 conmon[87519]: cluster 2023-11-08T02:13:59.931883+0000 mgr.smithi001.qhtxni (mgr 2023-11-08T02:14:01.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:14:00 smithi023 conmon[87519]: .14180) 897 : cluster [DBG] pgmap v577: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:14:01.286 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:14:01.286 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:14:01.748 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:14:02.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:14:01 smithi023 conmon[87519]: audit 2023-11-08T02:14:01.282716+0000 mgr.smithi001.qhtxni (mgr.14180) 898 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:14:02.455 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:14:01 smithi001 conmon[82545]: audit 2023-11-08T02:14:01.282716+0000 mgr.smithi001.qhtxni (mgr 2023-11-08T02:14:02.469 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:14:01 smithi001 conmon[82545]: .14180) 898 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:14:02.749 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:14:03.149 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:14:02 smithi001 conmon[82545]: cluster 2023-11-08T02:14:01.932515+0000 mgr.smithi001.qhtxni (mgr.14180) 899 : cluster [DBG] pgmap v578: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:14:03.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:14:02 smithi023 conmon[87519]: cluster 2023-11-08T02:14:01.932515+0000 mgr.smithi001.qhtxni (mgr.14180) 899 : cluster [DBG] pgmap v578: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:14:04.577 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:14:04.578 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:14:04.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:14:04 smithi023 conmon[87519]: cluster 2023-11-08T02:14:03.933289+0000 mgr.smithi001.qhtxni (mgr.14180 2023-11-08T02:14:04.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:14:04 smithi023 conmon[87519]: ) 900 : cluster [DBG] pgmap v579: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:14:04.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:14:04 smithi023 conmon[87519]: audit 2023-11-08T02:14:04.573545+0000 mgr.smithi001.qhtxni (mgr.14180) 901 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:14:04.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:14:04 smithi001 conmon[82545]: cluster 2023-11-08T02:14:03.933289+0000 mgr.smithi001.qhtxni 2023-11-08T02:14:04.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:14:04 smithi001 conmon[82545]: (mgr.14180) 900 : cluster [DBG] pgmap v579: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:14:04.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:14:04 smithi001 conmon[82545]: audit 2023-11-08T02:14:04.573545+0000 mgr.smithi001.qhtxni (mgr.14180) 901 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:14:05.012 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:14:06.014 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:14:07.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:14:06 smithi023 conmon[87519]: cluster 2023-11-08T02:14:05.934117+0000 mgr.smithi001.qhtxni (mgr.14180) 902 : cluster [DBG] pgmap v580: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:14:07.415 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:14:06 smithi001 conmon[82545]: cluster 2023-11-08T02:14:05.934117+0000 mgr.smithi001.qhtxni (mgr.14180) 902 : cluster [DBG] pgmap v580: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:14:07.813 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:14:07.814 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:14:08.268 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:14:09.269 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:14:09.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:14:08 smithi023 conmon[87519]: audit 2023-11-08T02:14:07.809167+0000 mgr.smithi001.qhtxni (mgr.14180) 903 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:14:09.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:14:08 smithi023 conmon[87519]: cluster 2023-11-08T02:14:07.934782+0000 mgr.smithi001.qhtxni (mgr.14180) 904 : cluster [DBG] pgmap v581: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:14:09.299 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:14:08 smithi001 conmon[82545]: audit 2023-11-08T02:14:07.809167+0000 2023-11-08T02:14:09.299 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:14:08 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 903 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:14:09.300 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:14:08 smithi001 conmon[82545]: cluster 2023-11-08T02:14:07.934782+0000 mgr.smithi001.qhtxni (mgr.14180) 904 : cluster [DBG] pgmap v581: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:14:10.997 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:14:10.998 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:14:11.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:14:10 smithi023 conmon[87519]: cluster 2023-11-08T02:14:09.935403+0000 mgr.smithi001.qhtxni (mgr.14180) 905 2023-11-08T02:14:11.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:14:10 smithi023 conmon[87519]: : cluster [DBG] pgmap v582: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:14:11.455 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:14:10 smithi001 conmon[82545]: cluster 2023-11-08T02:14:09.935403+0000 mgr.smithi001.qhtxni (mgr.14180) 905 : cluster [DBG] pgmap v582: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:14:11.529 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:14:12.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:14:12 smithi023 conmon[87519]: audit 2023-11-08T02:14:10.992970+0000 mgr.smithi001.qhtxni (mgr.14180) 906 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:14:12.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:14:12 smithi001 conmon[82545]: audit 2023-11-08T02:14:10.992970+0000 mgr.smithi001.qhtxni (mgr.14180) 906 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:14:12.530 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:14:13.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:14:13 smithi023 conmon[87519]: cluster 2023-11-08T02:14:11.936060+0000 mgr.smithi001.qhtxni (mgr.14180) 907 : cluster [DBG] pgmap v583: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:14:13.285 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:14:13 smithi001 conmon[82545]: cluster 2023-11-08T02:14:11.936060+0000 mgr.smithi001.qhtxni 2023-11-08T02:14:13.285 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:14:13 smithi001 conmon[82545]: (mgr.14180) 907 : cluster [DBG] pgmap v583: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:14:14.253 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:14:14.254 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:14:14.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:14:14 smithi023 conmon[87519]: cluster 2023-11-08T02:14:13.936770+0000 mgr.smithi001.qhtxni (mgr.14180) 908 : cluster [DBG] pgmap v584: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:14:14.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:14:14 smithi023 conmon[87519]: audit 2023-11-08T02:14:14.249886+0000 mgr.smithi001.qhtxni (mgr.14180) 909 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:14:14.782 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:14:14.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:14:14 smithi001 conmon[82545]: cluster 2023-11-08T02:14:13.936770+0000 mgr.smithi001.qhtxni (mgr.14180) 908 : cluster [DBG] pgmap v584: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:14:14.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:14:14 smithi001 conmon[82545]: audit 2023-11-08T02:14:14.249886+0000 mgr.smithi001.qhtxni (mgr.14180) 909 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:14:15.783 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:14:17.247 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:14:16 smithi001 conmon[82545]: cluster 2023-11-08T02:14:15.937363+0000 mgr.smithi001.qhtxni (mgr.14180) 910 : cluster [DBG] pgmap v585: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:14:17.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:14:16 smithi023 conmon[87519]: cluster 2023-11-08T02:14:15.937363+0000 mgr.smithi001.qhtxni (mgr.14180) 910 : cluster [DBG] pgmap v585: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:14:17.631 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:14:17.631 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:14:18.035 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:14:18.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:14:17 smithi023 conmon[87519]: audit 2023-11-08T02:14:17.627941+0000 2023-11-08T02:14:18.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:14:17 smithi023 conmon[87519]: mgr.smithi001.qhtxni (mgr.14180) 911 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:14:18.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:14:17 smithi001 conmon[82545]: audit 2023-11-08T02:14:17.627941+0000 mgr.smithi001.qhtxni (mgr.14180) 911 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:14:19.036 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:14:19.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:14:19 smithi023 conmon[87519]: cluster 2023-11-08T02:14:17.938024+0000 mgr.smithi001.qhtxni (mgr.14180) 912 : cluster [DBG] pgmap v586: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:14:19.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:14:19 smithi001 conmon[82545]: cluster 2023-11-08T02:14:17.938024+0000 mgr.smithi001.qhtxni ( 2023-11-08T02:14:19.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:14:19 smithi001 conmon[82545]: mgr.14180) 912 : cluster [DBG] pgmap v586: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:14:20.894 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:14:20.895 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:14:21.205 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:14:21 smithi001 conmon[82545]: cluster 2023-11-08T02:14:19.938729+0000 mgr.smithi001.qhtxni (mgr.14180) 913 : cluster [DBG] pgmap v587: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:14:21.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:14:21 smithi023 conmon[87519]: cluster 2023-11-08T02:14:19.938729+0000 mgr.smithi001.qhtxni (mgr.14180) 913 : cluster [DBG] pgmap v587: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:14:21.283 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:14:22.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:14:22 smithi023 conmon[87519]: audit 2023-11-08T02:14:20.890446+0000 mgr.smithi001.qhtxni (mgr.14180) 914 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:14:22.284 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:14:22.316 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:14:22 smithi001 conmon[82545]: audit 2023-11-08T02:14:20.890446+0000 mgr.smithi001.qhtxni (mgr.14180) 914 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:14:23.150 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:14:23 smithi001 conmon[82545]: cluster 2023-11-08T02:14 2023-11-08T02:14:23.150 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:14:23 smithi001 conmon[82545]: :21.939511+0000 mgr.smithi001.qhtxni (mgr.14180) 915 : cluster [DBG] pgmap v588: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:14:23.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:14:23 smithi023 conmon[87519]: cluster 2023-11-08T02:14:21.939511+0000 mgr.smithi001.qhtxni (mgr.14180) 915 : cluster [DBG] pgmap v588: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:14:23.965 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:14:23.965 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:14:24.344 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:14:24.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:14:24 smithi023 conmon[87519]: cluster 2023-11-08T02:14:23.940110+0000 mgr.smithi001.qhtxni (mgr.14180) 916 : cluster [DBG] pgmap v589: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:14:24.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:14:24 smithi023 conmon[87519]: audit 2023-11-08T02:14:23.961663+0000 mgr.smithi001.qhtxni (mgr.14180) 917 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:14:25.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:14:24 smithi001 conmon[82545]: cluster 2023-11-08T02:14:23.940110+0000 mgr.smithi001.qhtxni (mgr.14180) 916 : cluster [DBG] pgmap v589: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:14:25.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:14:24 smithi001 conmon[82545]: audit 2023-11-08T02:14:23.961663+0000 mgr.smithi001.qhtxni (mgr.14180) 917 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:14:25.345 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:14:27.038 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:14:27.038 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:14:27.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:14:26 smithi023 conmon[87519]: cluster 2023-11-08T02:14:25.940672+0000 mgr.smithi001.qhtxni (mgr.14180) 918 : cluster [DBG] pgmap v590: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:14:27.285 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:14:26 smithi001 conmon[82545]: cluster 2023-11-08T02:14:25.940672+0000 mgr.smithi001.qhtxni (mgr. 2023-11-08T02:14:27.285 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:14:26 smithi001 conmon[82545]: 14180) 918 : cluster [DBG] pgmap v590: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:14:27.499 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:14:28.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:14:28 smithi023 conmon[87519]: audit 2023-11-08T02:14:27.033942+0000 mgr.smithi001.qhtxni (mgr.14180) 919 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:14:28.458 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:14:28 smithi001 conmon[82545]: audit 2023-11-08T02:14:27.033942+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:14:28.459 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:14:28 smithi001 conmon[82545]: 919 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:14:28.501 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:14:29.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:14:29 smithi023 conmon[87519]: cluster 2023-11-08T02:14:27.941345+0000 mgr.smithi001.qhtxni (mgr.14180) 920 : cluster [DBG] pgmap v591: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:14:29.393 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:14:29 smithi001 conmon[82545]: cluster 2023-11-08T02:14:27.941345+0000 mgr.smithi001.qhtxni (mgr.14180) 920 : cluster [DBG] pgmap v591: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:14:30.182 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:14:30.182 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:14:30.651 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:14:31.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:14:31 smithi023 conmon[87519]: cluster 2023-11-08T02:14:29.941990+0000 mgr.smithi001.qhtxni (mgr.14180) 921 : cluster [DBG] pgmap v592: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:14:31.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:14:31 smithi023 conmon[87519]: audit 2023-11-08T02:14:30.177534+0000 mgr.smithi001.qhtxni (mgr.14180) 922 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:14:31.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:14:31 smithi001 conmon[82545]: cluster 2023-11-08T02:14:29.941990+0000 mgr.smithi001.qhtxni (mgr.14180) 921 : 2023-11-08T02:14:31.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:14:31 smithi001 conmon[82545]: cluster [DBG] pgmap v592: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:14:31.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:14:31 smithi001 conmon[82545]: audit 2023-11-08T02:14:30.177534+0000 mgr.smithi001.qhtxni (mgr.14180) 922 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:14:31.653 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:14:33.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:14:33 smithi023 conmon[87519]: cluster 2023-11-08T02:14:31.942515+0000 mgr.smithi001.qhtxni ( 2023-11-08T02:14:33.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:14:33 smithi023 conmon[87519]: mgr.14180) 923 : cluster [DBG] pgmap v593: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:14:33.368 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:14:33.369 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:14:33.393 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:14:33 smithi001 conmon[82545]: cluster 2023-11-08T02:14:31.942515+0000 mgr.smithi001.qhtxni (mgr 2023-11-08T02:14:33.393 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:14:33 smithi001 conmon[82545]: .14180) 923 : cluster [DBG] pgmap v593: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:14:33.800 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:14:34.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:14:34 smithi023 conmon[87519]: audit 2023-11-08T02:14:33.365140+0000 mgr.smithi001.qhtxni (mgr.14180) 924 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:14:34.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:14:34 smithi001 conmon[82545]: audit 2023-11-08T02:14:33.365140+0000 mgr.smithi001.qhtxni (mgr.14180 2023-11-08T02:14:34.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:14:34 smithi001 conmon[82545]: ) 924 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:14:34.801 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:14:35.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:14:35 smithi001 conmon[82545]: cluster 2023-11-08T02:14:33.943170+0000 2023-11-08T02:14:35.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:14:35 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 925 : cluster [DBG] pgmap v594: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:14:35.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:14:35 smithi023 conmon[87519]: cluster 2023-11-08T02:14:33.943170+0000 mgr.smithi001.qhtxni (mgr.14180) 925 : cluster [DBG] pgmap v594: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:14:36.649 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:14:36.649 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:14:37.065 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:14:37.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:14:37 smithi023 conmon[87519]: cluster 2023-11-08T02:14:35.943780+0000 mgr.smithi001.qhtxni (mgr.14180) 926 : cluster [DBG] pgmap v595: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:14:37.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:14:37 smithi023 conmon[87519]: audit 2023-11-08T02:14:36.643900+0000 mgr.smithi001.qhtxni (mgr.14180) 927 : 2023-11-08T02:14:37.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:14:37 smithi023 conmon[87519]: audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:14:37.455 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:14:37 smithi001 conmon[82545]: cluster 2023-11-08T02:14:35.943780+0000 mgr.smithi001.qhtxni (mgr.14180) 926 : cluster [DBG] pgmap v595: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:14:37.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:14:37 smithi001 conmon[82545]: audit 2023-11-08T02:14:36.643900+0000 mgr.smithi001.qhtxni (mgr.14180) 927 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:14:38.066 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:14:39.281 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:14:39 smithi023 conmon[87519]: cluster 2023-11-08T02:14:37.944485+0000 mgr.smithi001.qhtxni (mgr.14180) 928 : cluster [DBG] 2023-11-08T02:14:39.281 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:14:39 smithi023 conmon[87519]: pgmap v596: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:14:39.369 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:14:39 smithi001 conmon[82545]: cluster 2023-11-08T02:14:37.944485+0000 mgr.smithi001.qhtxni (mgr.14180) 928 : 2023-11-08T02:14:39.369 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:14:39 smithi001 conmon[82545]: cluster [DBG] pgmap v596: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:14:39.744 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:14:39.745 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:14:40.113 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:14:41.114 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:14:41.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:14:41 smithi023 conmon[87519]: audit 2023-11-08T02:14:39.741276+0000 mgr.smithi001.qhtxni (mgr.14180) 929 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:14:41.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:14:41 smithi023 conmon[87519]: cluster 2023-11-08T02:14:39.945079+0000 mgr.smithi001.qhtxni (mgr.14180) 930 : cluster [DBG] pgmap v597: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:14:41.455 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:14:41 smithi001 conmon[82545]: audit 2023-11-08T02:14:39.741276+0000 mgr.smithi001.qhtxni (mgr.14180) 929 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:14:41.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:14:41 smithi001 conmon[82545]: cluster 2023-11-08T02:14:39.945079+0000 mgr.smithi001.qhtxni (mgr.14180) 930 : cluster [DBG] pgmap v597: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:14:42.830 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:14:42.830 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:14:43.150 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:14:43 smithi001 conmon[82545]: cluster 2023-11-08T02:14:41.945835+0000 mgr.smithi001.qhtxni 2023-11-08T02:14:43.151 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:14:43 smithi001 conmon[82545]: (mgr.14180) 931 : cluster [DBG] pgmap v598: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:14:43.275 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:14:43.529 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:14:43 smithi023 conmon[87519]: cluster 2023-11-08T02:14:41.945835+0000 mgr.smithi001.qhtxni (mgr.14180) 931 : cluster [DBG] pgmap v598: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:14:44.276 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:14:44.308 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:14:44 smithi001 conmon[82545]: audit 2023-11-08T02:14:42.826550+0000 mgr.smithi001.qhtxni (mgr.14180) 932 2023-11-08T02:14:44.308 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:14:44 smithi001 conmon[82545]: : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:14:44.489 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:14:44 smithi023 conmon[87519]: audit 2023-11-08T02:14:42.826550+0000 mgr.smithi001.qhtxni (mgr.14180) 932 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:14:45.176 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:14:45 smithi001 conmon[82545]: cluster 2023-11-08T02:14:43.946674+0000 mgr.smithi001.qhtxni 2023-11-08T02:14:45.176 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:14:45 smithi001 conmon[82545]: (mgr.14180) 933 : cluster [DBG] pgmap v599: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:14:45.528 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:14:45 smithi023 conmon[87519]: cluster 2023-11-08T02:14:43.946674+0000 mgr.smithi001.qhtxni (mgr.14180) 933 : cluster [DBG] pgmap v599: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:14:45.989 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:14:45.989 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:14:46.443 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:14:47.445 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:14:47.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:14:47 smithi001 conmon[82545]: cluster 2023-11-08T02:14:45.947245+0000 mgr.smithi001.qhtxni (mgr.14180) 934 : cluster [DBG] pgmap v600: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:14:47.458 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:14:47 smithi001 conmon[82545]: audit 2023-11-08T02:14:45.985101+0000 mgr.smithi001.qhtxni (mgr.14180) 935 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:14:47.528 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:14:47 smithi023 conmon[87519]: cluster 2023-11-08T02:14:45.947245+0000 mgr.smithi001.qhtxni (mgr.14180) 934 : cluster [DBG] pgmap v600: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:14:47.528 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:14:47 smithi023 conmon[87519]: audit 2023-11-08T02:14:45.985101+0000 mgr.smithi001.qhtxni (mgr.14180) 935 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:14:49.174 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:14:49.175 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:14:49.374 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:14:49 smithi001 conmon[82545]: cluster 2023-11-08T02:14:47.947894+0000 mgr.smithi001.qhtxni (mgr.14180) 936 : cluster [DBG] pgmap v601: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:14:49.528 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:14:49 smithi023 conmon[87519]: cluster 2023-11-08T02:14:47.947894+0000 mgr.smithi001.qhtxni (mgr.14180) 936 : cluster [DBG] pgmap v601: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:14:49.607 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:14:50.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:14:50 smithi001 conmon[82545]: audit 2023-11-08T02:14:49.170794+0000 mgr.smithi001.qhtxni 2023-11-08T02:14:50.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:14:50 smithi001 conmon[82545]: (mgr.14180) 937 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:14:50.528 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:14:50 smithi023 conmon[87519]: audit 2023-11-08T02:14:49.170794+0000 mgr.smithi001.qhtxni (mgr.14180) 937 2023-11-08T02:14:50.528 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:14:50 smithi023 conmon[87519]: : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:14:50.609 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:14:51.327 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:14:51 smithi001 conmon[82545]: cluster 2023-11-08T02: 2023-11-08T02:14:51.327 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:14:51 smithi001 conmon[82545]: 14:49.948523+0000 mgr.smithi001.qhtxni (mgr.14180) 938 : cluster [DBG] pgmap v602: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:14:51.529 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:14:51 smithi023 conmon[87519]: cluster 2023-11-08T02:14:49.948523+0000 mgr.smithi001.qhtxni (mgr.14180) 938 : cluster [DBG] pgmap v602: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:14:52.314 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:14:52.315 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:14:52.771 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:14:53.455 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:14:53 smithi001 conmon[82545]: cluster 2023-11-08T02:14:51.949037+0000 mgr.smithi001.qhtxni (mgr.14180) 939 : cluster [DBG] pgmap v603: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:14:53.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:14:53 smithi001 conmon[82545]: audit 2023-11-08T02:14:52.311230+0000 mgr.smithi001.qhtxni (mgr.14180) 940 : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:14:53.528 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:14:53 smithi023 conmon[87519]: cluster 2023-11-08T02:14:51.949037+0000 mgr.smithi001.qhtxni (mgr.14180) 939 : cluster [DBG] pgmap v603: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:14:53.529 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:14:53 smithi023 conmon[87519]: audit 2023-11-08T02:14:52.311230+0000 mgr.smithi001.qhtxni (mgr.14180) 940 : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:14:53.772 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:14:54.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:14:54 smithi023 conmon[87519]: cluster 2023-11-08T02:14:53.949874+0000 mgr.smithi001.qhtxni (mgr.14180) 941 : cluster [DBG] pgmap v604: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:14:55.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:14:54 smithi001 conmon[82545]: cluster 2023-11-08T02:14:53 2023-11-08T02:14:55.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:14:54 smithi001 conmon[82545]: .949874+0000 mgr.smithi001.qhtxni (mgr.14180) 941 : cluster [DBG] pgmap v604: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:14:55.608 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:14:55.609 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:14:55.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:14:55 smithi001 conmon[82545]: audit 2023-11-08T02:14:55.605195+0000 mgr.smithi001.qhtxni (mgr.14180) 942 : audit [DBG] from='client.15812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:14:56.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:14:55 smithi023 conmon[87519]: audit 2023-11-08T02:14:55.605195+0000 mgr.smithi001.qhtxni (mgr.14180 2023-11-08T02:14:56.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:14:55 smithi023 conmon[87519]: ) 942 : audit [DBG] from='client.15812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:14:56.033 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:14:57.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:14:56 smithi023 conmon[87519]: cluster 2023-11-08T02:14:55.950473+0000 mgr.smithi001.qhtxni (mgr.14180) 943 : cluster [DBG] pgmap v605: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:14:57.034 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:14:57.066 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:14:56 smithi001 conmon[82545]: cluster 2023-11-08T02:14:55.950473+0000 mgr.smithi001.qhtxni (mgr.14180) 943 : cluster 2023-11-08T02:14:57.066 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:14:56 smithi001 conmon[82545]: [DBG] pgmap v605: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:14:59.015 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:14:59.015 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:14:59.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:14:59 smithi023 conmon[87519]: cluster 2023-11-08T02:14:57.951104+0000 mgr.smithi001.qhtxni (mgr.14180) 944 : cluster [DBG] pgmap v606: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:14:59.397 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:14:59 smithi001 conmon[82545]: cluster 2023-11-08T02:14:57.951104+0000 mgr.smithi001.qhtxni (mgr.14180) 944 : cluster [DBG] pgmap v606: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:14:59.398 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:15:00.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:00 smithi023 conmon[87519]: audit 2023-11-08T02:14:59.010862+0000 mgr.smithi001.qhtxni (mgr.14180) 945 : audit [DBG] from='client.15816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:15:00.400 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:15:00.431 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:00 smithi001 conmon[82545]: audit 2023-11-08T02 2023-11-08T02:15:00.431 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:00 smithi001 conmon[82545]: :14:59.010862+0000 mgr.smithi001.qhtxni (mgr.14180) 945 : audit [DBG] from='client.15816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:15:01.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:01 smithi001 conmon[82545]: cluster 2023-11-08T02:14:59.951796+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:15:01.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:01 smithi001 conmon[82545]: 946 : cluster [DBG] pgmap v607: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:15:01.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:01 smithi023 conmon[87519]: cluster 2023-11-08T02:14:59.951796+0000 mgr.smithi001.qhtxni (mgr. 2023-11-08T02:15:01.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:01 smithi023 conmon[87519]: 14180) 946 : cluster [DBG] pgmap v607: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:15:02.090 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:15:02.091 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:07:26.768310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.sjwoyn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-sjwoyn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.sjwoyn\nDeploy daemon haproxy.nfs.foo.smithi023.sjwoyn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:05:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:06: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.070724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.qchvcn on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-qchvcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.qchvcn\nDeploy daemon haproxy.nfs.foo.smithi001.qchvcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:08:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:08:41Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:09:18Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:09:56.071957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xqlsmn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:15:02.561 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:15:03.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:03 smithi023 conmon[87519]: cluster 2023-11-08T02:15:01.952317+0000 mgr.smithi001.qhtxni (mgr.14180) 947 : cluster 2023-11-08T02:15:03.280 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:03 smithi023 conmon[87519]: [DBG] pgmap v608: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:15:03.280 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:03 smithi023 conmon[87519]: audit 2023-11-08T02:15:02.086429+0000 mgr.smithi001.qhtxni (mgr.14180) 948 : audit [DBG] from='client.15820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:15:03.280 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:03 smithi023 conmon[87519]: cephadm 2023 2023-11-08T02:15:03.281 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:03 smithi023 conmon[87519]: -11-08T02:15:02.372903+0000 mgr.smithi001.qhtxni (mgr.14180) 949 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist 2023-11-08T02:15:03.281 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:03 smithi023 conmon[87519]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist 2023-11-08T02:15:03.281 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:03 smithi023 conmon[87519]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist 2023-11-08T02:15:03.281 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:03 smithi023 conmon[87519]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist 2023-11-08T02:15:03.281 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:03 smithi023 conmon[87519]: Deploy daemon haproxy.nfs.foo.smithi001.xqoist ... 2023-11-08T02:15:03.282 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:03 smithi023 conmon[87519]: 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=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:15:03.282 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:03 smithi023 conmon[87519]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T02:15:03.282 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:03 smithi023 conmon[87519]: stat: stderr time="2023-11-08T02:13: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-11-08T02:15:03.282 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:03 smithi023 conmon[87519]: stat: stderr time="2023-11-08T02:13:47Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:15:03.283 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:03 smithi023 conmon[87519]: stat: stderr time="2023-11-08T02:14:24Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:15:03.283 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:03 smithi023 conmon[87519]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T02:15:03.283 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:03 smithi023 conmon[87519]: 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=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:15:03.283 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:03 smithi023 conmon[87519]: Traceback (most recent call last): 2023-11-08T02:15:03.283 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:03 smithi023 conmon[87519]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:15:03.284 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:03 smithi023 conmon[87519]: yield (conn, connr) 2023-11-08T02:15:03.284 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:03 smithi023 conmon[87519]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:15:03.284 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:03 smithi023 conmon[87519]: code, '\n'.join(err))) 2023-11-08T02:15:03.284 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:03 smithi023 conmon[87519]: 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-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist 2023-11-08T02:15:03.284 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:03 smithi023 conmon[87519]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist 2023-11-08T02:15:03.285 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:03 smithi023 conmon[87519]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist 2023-11-08T02:15:03.285 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:03 smithi023 conmon[87519]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist 2023-11-08T02:15:03.285 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:03 smithi023 conmon[87519]: Deploy daemon haproxy.nfs.foo.smithi001.xqoist ... 2023-11-08T02:15:03.286 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:03 smithi023 conmon[87519]: 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=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:15:03.286 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:03 smithi023 conmon[87519]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T02:15:03.286 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:03 smithi023 conmon[87519]: stat: stderr time="2023-11-08T02:13: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-11-08T02:15:03.286 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:03 smithi023 conmon[87519]: stat: stderr time="2023-11-08T02:13:47Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:15:03.287 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:03 smithi023 conmon[87519]: stat: stderr time="2023-11-08T02:14:24Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:15:03.287 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:03 smithi023 conmon[87519]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T02:15:03.287 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:03 smithi023 conmon[87519]: 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=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/ 2023-11-08T02:15:03.287 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:03 smithi023 conmon[87519]: haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:15:03.287 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:03 smithi023 conmon[87519]: cephadm 2023-11-08T02:15:02.373129+0000 mgr.smithi001.qhtxni (mgr.14180) 950 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi001.xqoist 2023-11-08T02:15:03.288 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:03 smithi023 conmon[87519]: audit 2023-11-08T02:15:02.373535+0000 mon.smithi001 (mon.0) 740 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi001.xqoist"}]: dispatch 2023-11-08T02:15:03.288 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:03 smithi023 conmon[87519]: cephadm 2023-11-08T02:15:02.374417+0000 mgr.smithi001.qhtxni ( 2023-11-08T02:15:03.288 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:03 smithi023 conmon[87519]: mgr.14180) 951 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist 2023-11-08T02:15:03.288 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:03 smithi023 conmon[87519]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist 2023-11-08T02:15:03.288 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:03 smithi023 conmon[87519]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist 2023-11-08T02:15:03.289 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:03 smithi023 conmon[87519]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist 2023-11-08T02:15:03.289 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:03 smithi023 conmon[87519]: Deploy daemon haproxy.nfs.foo.smithi001.xqoist ... 2023-11-08T02:15:03.289 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:03 smithi023 conmon[87519]: 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=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:15:03.289 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:03 smithi023 conmon[87519]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T02:15:03.289 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:03 smithi023 conmon[87519]: stat: stderr time="2023-11-08T02:13: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-11-08T02:15:03.290 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:03 smithi023 conmon[87519]: stat: stderr time="2023-11-08T02:13:47Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:15:03.290 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:03 smithi023 conmon[87519]: stat: stderr time="2023-11-08T02:14:24Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:15:03.290 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:03 smithi023 conmon[87519]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T02:15:03.290 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:03 smithi023 conmon[87519]: 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=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:15:03.290 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:03 smithi023 conmon[87519]: cephadm 2023-11-08T02:15:03.291 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:03 smithi023 conmon[87519]: 2023-11-08T02:15:02.375752+0000 mgr.smithi001.qhtxni (mgr.14180) 952 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:15:03.291 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:03 smithi023 conmon[87519]: cephadm 2023-11-08T02:15:02.376755+0000 mgr.smithi001.qhtxni (mgr.14180) 953 : cephadm 2023-11-08T02:15:03.291 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:03 smithi023 conmon[87519]: [ERR] Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:15:03.291 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:03 smithi023 conmon[87519]: cluster 2023-11-08T02:15:03.291 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:03 smithi023 conmon[87519]: 2023-11-08T02:15:02.377493+0000 mgr.smithi001.qhtxni 2023-11-08T02:15:03.292 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:03 smithi023 conmon[87519]: (mgr.14180) 954 : cluster [DBG] pgmap v609: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-11-08T02:15:03.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:03 smithi001 conmon[82545]: cluster 2023-11-08T02:15:01.952317+0000 mgr.smithi001.qhtxni (mgr.14180) 947 : cluster 2023-11-08T02:15:03.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:03 smithi001 conmon[82545]: [DBG] pgmap v608: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:15:03.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:03 smithi001 conmon[82545]: audit 2023-11-08T02:15:02.086429+0000 mgr.smithi001.qhtxni (mgr.14180) 948 : audit [DBG] from='client.15820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:15:03.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:03 smithi001 conmon[82545]: cephadm 2023-11-08T02:15:03.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:03 smithi001 conmon[82545]: 2023-11-08T02:15:02.372903+0000 mgr.smithi001.qhtxni (mgr.14180) 949 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist 2023-11-08T02:15:03.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:03 smithi001 conmon[82545]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist 2023-11-08T02:15:03.458 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:03 smithi001 conmon[82545]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist 2023-11-08T02:15:03.458 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:03 smithi001 conmon[82545]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist 2023-11-08T02:15:03.458 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:03 smithi001 conmon[82545]: Deploy daemon haproxy.nfs.foo.smithi001.xqoist ... 2023-11-08T02:15:03.458 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:03 smithi001 conmon[82545]: 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=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:15:03.459 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:03 smithi001 conmon[82545]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T02:15:03.459 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:03 smithi001 conmon[82545]: stat: stderr time="2023-11-08T02:13: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-11-08T02:15:03.459 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:03 smithi001 conmon[82545]: stat: stderr time="2023-11-08T02:13:47Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:15:03.459 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:03 smithi001 conmon[82545]: stat: stderr time="2023-11-08T02:14:24Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:15:03.459 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:03 smithi001 conmon[82545]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T02:15:03.460 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:03 smithi001 conmon[82545]: 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=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:15:03.460 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:03 smithi001 conmon[82545]: Traceback (most recent call last): 2023-11-08T02:15:03.460 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:03 smithi001 conmon[82545]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:15:03.460 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:03 smithi001 conmon[82545]: yield (conn, connr) 2023-11-08T02:15:03.460 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:03 smithi001 conmon[82545]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:15:03.461 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:03 smithi001 conmon[82545]: code, '\n'.join(err))) 2023-11-08T02:15:03.461 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:03 smithi001 conmon[82545]: 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-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist 2023-11-08T02:15:03.461 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:03 smithi001 conmon[82545]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist 2023-11-08T02:15:03.461 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:03 smithi001 conmon[82545]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist 2023-11-08T02:15:03.461 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:03 smithi001 conmon[82545]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist 2023-11-08T02:15:03.462 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:03 smithi001 conmon[82545]: Deploy daemon haproxy.nfs.foo.smithi001.xqoist ... 2023-11-08T02:15:03.462 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:03 smithi001 conmon[82545]: 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=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:15:03.462 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:03 smithi001 conmon[82545]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T02:15:03.462 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:03 smithi001 conmon[82545]: stat: stderr time="2023-11-08T02:13: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-11-08T02:15:03.462 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:03 smithi001 conmon[82545]: stat: stderr time="2023-11-08T02:13:47Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:15:03.463 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:03 smithi001 conmon[82545]: stat: stderr time="2023-11-08T02:14:24Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:15:03.463 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:03 smithi001 conmon[82545]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T02:15:03.463 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:03 smithi001 conmon[82545]: 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=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/libr 2023-11-08T02:15:03.463 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:03 smithi001 conmon[82545]: ary/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:15:03.463 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:03 smithi001 conmon[82545]: cephadm 2023-11-08T02:15:02.373129+0000 mgr.smithi001.qhtxni (mgr.14180) 950 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi001.xqoist 2023-11-08T02:15:03.464 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:03 smithi001 conmon[82545]: audit 2023-11-08T02:15:02.373535+0000 mon.smithi001 (mon.0) 740 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi001.xqoist"}]: dispatch 2023-11-08T02:15:03.464 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:03 smithi001 conmon[82545]: cephadm 2023-11-08T02:15:02.374417+0000 mgr.smithi001.qhtxni (mgr.14180) 951 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist 2023-11-08T02:15:03.464 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:03 smithi001 conmon[82545]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist 2023-11-08T02:15:03.464 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:03 smithi001 conmon[82545]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist 2023-11-08T02:15:03.464 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:03 smithi001 conmon[82545]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist 2023-11-08T02:15:03.465 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:03 smithi001 conmon[82545]: Deploy daemon haproxy.nfs.foo.smithi001.xqoist ... 2023-11-08T02:15:03.465 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:03 smithi001 conmon[82545]: 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=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:15:03.465 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:03 smithi001 conmon[82545]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T02:15:03.465 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:03 smithi001 conmon[82545]: stat: stderr time="2023-11-08T02:13: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-11-08T02:15:03.466 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:03 smithi001 conmon[82545]: stat: stderr time="2023-11-08T02:13:47Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:15:03.466 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:03 smithi001 conmon[82545]: stat: stderr time="2023-11-08T02:14:24Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:15:03.466 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:03 smithi001 conmon[82545]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T02:15:03.466 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:03 smithi001 conmon[82545]: 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=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:15:03.467 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:03 smithi001 conmon[82545]: cephadm 2023-11-08T02:15:02.375752+0000 mgr.smithi001.qhtxni (mgr.14180) 952 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:15:03.467 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:03 smithi001 conmon[82545]: cephadm 2023-11-08T02:15:02.376755+0000 mgr.smithi001.qhtxni (mgr 2023-11-08T02:15:03.467 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:03 smithi001 conmon[82545]: .14180) 953 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:15:03.467 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:03 smithi001 conmon[82545]: cluster 2023-11-08T02:15:02.377493+0000 mgr.smithi001.qhtxni (mgr.14180) 954 : cluster [DBG] pgmap v609: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-11-08T02:15:03.563 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:15:04.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:04 smithi023 conmon[87519]: cluster 2023-11-08T02:15:03.013877+0000 mon.smithi001 (mon.0) 741 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T02:15:04.317 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:04 smithi001 conmon[82545]: cluster 2023-11-08T02:15:03.013877+0000 mon.smithi001 (mon. 2023-11-08T02:15:04.317 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:04 smithi001 conmon[82545]: 0) 741 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T02:15:05.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:05 smithi023 conmon[87519]: cluster 2023-11-08T02:15:04.378237+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:15:05.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:05 smithi023 conmon[87519]: 955 : cluster [DBG] pgmap v610: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-11-08T02:15:05.352 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:15:05.352 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:15:05.385 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:05 smithi001 conmon[82545]: cluster 2023-11-08T02:15:04.378237+0000 2023-11-08T02:15:05.385 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:05 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 955 : cluster [DBG] pgmap v610: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-11-08T02:15:05.823 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:15:06.205 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:06 smithi001 conmon[82545]: audit 2023-11-08T02:15:05.348418+0000 mgr.smithi001.qhtxni (mgr. 2023-11-08T02:15:06.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:06 smithi001 conmon[82545]: 14180) 956 : audit [DBG] from='client.15824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:15:06.528 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:06 smithi023 conmon[87519]: audit 2023-11-08T02:15:05.348418+0000 mgr.smithi001.qhtxni (mgr.14180) 956 : audit [DBG] from='client.15824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:15:06.824 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:15:07.528 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:07 smithi023 conmon[87519]: audit 2023-11-08T02:15:06.260985+0000 mon.smithi001 (mon.0) 742 : 2023-11-08T02:15:07.529 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:07 smithi023 conmon[87519]: audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T02:15:07.529 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:07 smithi023 conmon[87519]: cluster 2023-11-08T02:15:06.379081+0000 mgr.smithi001.qhtxni (mgr.14180) 957 : cluster [DBG] 2023-11-08T02:15:07.529 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:07 smithi023 conmon[87519]: pgmap v611: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-11-08T02:15:07.566 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:07 smithi001 conmon[82545]: audit 2023-11-08T02:15:06.260985+0000 mon.smithi001 (mon.0) 742 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T02:15:07.567 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:07 smithi001 conmon[82545]: cluster 2023-11-08T02:15:06.379081+0000 mgr.smithi001.qhtxni (mgr.14180) 957 : cluster [DBG] pgmap v611: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-11-08T02:15:08.633 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:15:08.633 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:15:09.075 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:15:09.705 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:09 smithi001 conmon[82545]: cluster 2023-11-08T02:15:08.379814+0000 mgr.smithi001.qhtxni (mgr.14180) 958 : cluster [DBG] pgmap v612: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 196 B/s rd, 0 op/s 2023-11-08T02:15:09.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:09 smithi001 conmon[82545]: audit 2023-11-08T02:15:08.629419+0000 mgr.smithi001.qhtxni (mgr.14180) 959 : audit [DBG] from='client.15828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:15:09.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:09 smithi023 conmon[87519]: cluster 2023-11-08T02:15:08.379814+0000 mgr.smithi001.qhtxni (mgr.14180) 958 : cluster [DBG] pgmap v612: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 196 B/s rd, 0 op/s 2023-11-08T02:15:09.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:09 smithi023 conmon[87519]: audit 2023-11-08T02:15:08.629419+0000 mgr.smithi001.qhtxni (mgr.14180) 959 : audit [DBG] from='client.15828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:15:10.076 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:15:11.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:11 smithi001 conmon[82545]: cluster 2023-11-08T02:15:10.380639+0000 mgr.smithi001.qhtxni (mgr.14180 2023-11-08T02:15:11.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:11 smithi001 conmon[82545]: ) 960 : cluster [DBG] pgmap v613: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-11-08T02:15:11.774 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:15:11.774 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:15:11.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:11 smithi023 conmon[87519]: cluster 2023-11-08T02:15:10.380639+0000 mgr.smithi001.qhtxni (mgr.14180) 960 : cluster 2023-11-08T02:15:11.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:11 smithi023 conmon[87519]: [DBG] pgmap v613: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-11-08T02:15:12.242 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:15:13.244 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:15:13.705 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:13 smithi001 conmon[82545]: audit 2023-11-08T02:15:11.770776+0000 mgr.smithi001.qhtxni (mgr.14180) 961 : audit [DBG] from='client.15832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:15:13.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:13 smithi001 conmon[82545]: cluster 2023-11-08T02:15:12.381288+0000 mgr.smithi001.qhtxni (mgr.14180) 962 : cluster [DBG] pgmap v614: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-11-08T02:15:13.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:13 smithi023 conmon[87519]: audit 2023-11-08T02:15:11.770776+0000 mgr.smithi001.qhtxni (mgr.14180) 961 : audit [DBG] from='client.15832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:15:13.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:13 smithi023 conmon[87519]: cluster 2023-11-08T02:15:12.381288+0000 mgr.smithi001.qhtxni (mgr.14180) 962 : cluster [DBG] pgmap v614: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-11-08T02:15:14.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:14 smithi001 conmon[82545]: cluster 2023-11-08T02:15:14.382071+0000 2023-11-08T02:15:14.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:14 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 963 : cluster [DBG] pgmap v615: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:15:15.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:14 smithi023 conmon[87519]: cluster 2023-11-08T02:15:14.382071+0000 mgr.smithi001.qhtxni (mgr.14180) 963 : cluster [DBG] pgmap v615: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:15:15.109 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:15:15.110 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:15:15.595 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:15:16.597 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:15:16.628 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:16 smithi001 conmon[82545]: audit 2023-11-08T02:15:15.105779+0000 mgr.smithi001.qhtxni (mgr.14180) 964 : audit 2023-11-08T02:15:16.628 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:16 smithi001 conmon[82545]: [DBG] from='client.15836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:15:16.628 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:16 smithi001 conmon[82545]: audit 2023-11-08T02:15:15.281616+0000 mon.smithi001 (mon.0) 743 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T02:15:16.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:16 smithi023 conmon[87519]: audit 2023-11-08T02:15:15.105779+0000 mgr.smithi001.qhtxni (mgr.14180) 964 : audit [DBG] from='client.15836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:15:16.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:16 smithi023 conmon[87519]: audit 2023-11-08T02:15:15.281616+0000 mon.smithi001 (mon.0) 743 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T02:15:17.455 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:17 smithi001 conmon[82545]: cluster 2023-11-08T02:15:16.383013+0000 2023-11-08T02:15:17.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:17 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 965 : cluster [DBG] pgmap v616: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:15:17.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:17 smithi023 conmon[87519]: cluster 2023-11-08T02:15:16.383013+0000 mgr.smithi001.qhtxni (mgr.14180) 965 : cluster [DBG] pgmap v616: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:15:18.439 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:15:18.440 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:15:18.858 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:15:19.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:19 smithi001 conmon[82545]: cluster 2023-11-08T02:15:18.383728+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:15:19.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:19 smithi001 conmon[82545]: audit 2023-11-08T02:15:18.436168+0000 mgr.smithi001.qhtxni (mgr.14180) 967 : audit [DBG] from='client.15840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:15:19.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:19 smithi023 conmon[87519]: cluster 2023-11-08T02:15:18.383728+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:15:19.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:19 smithi023 conmon[87519]: audit 2023-11-08T02:15:18.436168+0000 mgr.smithi001.qhtxni (mgr.14180) 967 : audit [DBG] from='client.15840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:15:19.859 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:15:21.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:21 smithi001 conmon[82545]: cluster 2023-11-08T02:15:20.384542+0000 mgr.smithi001.qhtxni (mgr.14180) 968 : cluster [DBG] pgmap v618: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:15:21.728 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:15:21.729 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:15:21.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:21 smithi023 conmon[87519]: cluster 2023-11-08T02:15:20.384542+0000 mgr.smithi001.qhtxni (mgr.14180) 968 : cluster [DBG] pgmap v618: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:15:22.221 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:15:23.222 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:15:23.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:23 smithi001 conmon[82545]: audit 2023-11-08T02:15:21.724872 2023-11-08T02:15:23.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:23 smithi001 conmon[82545]: +0000 mgr.smithi001.qhtxni (mgr.14180) 969 : audit [DBG] from='client.15844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:15:23.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:23 smithi001 conmon[82545]: cluster 2023-11-08T02:15:23.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:23 smithi001 conmon[82545]: 2023-11-08T02:15: 2023-11-08T02:15:23.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:23 smithi001 conmon[82545]: 22.385287+0000 mgr.smithi001.qhtxni (mgr.14180) 970 : cluster 2023-11-08T02:15:23.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:23 smithi001 conmon[82545]: [DBG] pgmap v619: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:15:23.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:23 smithi023 conmon[87519]: audit 2023-11-08T02:15:21.724872+0000 mgr.smithi001.qhtxni (mgr.14180) 969 : audit 2023-11-08T02:15:23.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:23 smithi023 conmon[87519]: [DBG] from='client.15844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:15:23.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:23 smithi023 conmon[87519]: cluster 2023-11-08T02:15:22.385287+0000 mgr.smithi001.qhtxni (mgr.14180) 970 : cluster [DBG] pgmap v619: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:15:24.903 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:15:24.903 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:15:24.931 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:24 smithi001 conmon[82545]: cluster 2023-11-08T02:15:24.386233+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:15:25.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:24 smithi023 conmon[87519]: cluster 2023-11-08T02:15:24.386233+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:15:25.267 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:15:26.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:25 smithi023 conmon[87519]: audit 2023-11-08T02:15:24.899377+0000 mgr.smithi001.qhtxni (mgr.14180) 972 2023-11-08T02:15:26.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:25 smithi023 conmon[87519]: : audit [DBG] from='client.15848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:15:26.205 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:25 smithi001 conmon[82545]: audit 2023- 2023-11-08T02:15:26.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:25 smithi001 conmon[82545]: 11-08T02:15:24.899377+0000 mgr.smithi001.qhtxni (mgr.14180) 972 : audit [DBG] from='client.15848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:15:26.269 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:15:27.001 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:26 smithi001 conmon[82545]: cluster 2023-11-08T02:15:26.387018+0000 2023-11-08T02:15:27.001 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:26 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 973 : cluster [DBG] pgmap v621: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:15:27.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:26 smithi023 conmon[87519]: cluster 2023-11-08T02:15:26.387018+0000 mgr.smithi001.qhtxni (mgr.14180) 973 : 2023-11-08T02:15:27.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:26 smithi023 conmon[87519]: cluster [DBG] pgmap v621: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:15:27.950 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:15:27.950 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:15:28.415 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:15:29.417 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:15:29.705 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:29 smithi001 conmon[82545]: audit 2023-11-08T02:15:27.946503+0000 mgr.smithi001.qhtxni (mgr.14180) 974 : audit [DBG] from='client.15852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:15:29.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:29 smithi001 conmon[82545]: cluster 2023-11-08T02:15:28.387741+0000 mgr.smithi001.qhtxni (mgr.14180) 975 : cluster [DBG] pgmap v622: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:15:29.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:29 smithi023 conmon[87519]: audit 2023-11-08T02:15:27.946503+0000 mgr.smithi001.qhtxni (mgr.14180) 974 : audit [DBG] from='client.15852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:15:29.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:29 smithi023 conmon[87519]: cluster 2023-11-08T02:15:28.387741+0000 mgr.smithi001.qhtxni (mgr.14180) 975 : cluster [DBG] pgmap v622: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:15:31.117 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:15:31.117 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:15:31.577 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:15:31.705 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:31 smithi001 conmon[82545]: cluster 2023-11-08T02:15:30.388474+0000 mgr.smithi001.qhtxni 2023-11-08T02:15:31.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:31 smithi001 conmon[82545]: (mgr.14180) 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-11-08T02:15:31.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:31 smithi023 conmon[87519]: cluster 2023-11-08T02:15:30.388474+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:15:32.578 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:15:32.705 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:32 smithi001 conmon[82545]: audit 2023-11-08T02:15:31.113392+0000 mgr.smithi001.qhtxni (mgr.14180) 977 : 2023-11-08T02:15:32.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:32 smithi001 conmon[82545]: audit [DBG] from='client.15856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:15:32.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:32 smithi023 conmon[87519]: audit 2023-11-08T02:15:31.113392+0000 mgr.smithi001.qhtxni (mgr.14180) 977 : audit [DBG] from='client.15856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:15:32.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:32 smithi023 conmon[87519]: 2023-11-08T02:15:33.705 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:33 smithi001 conmon[82545]: cluster 2023-11-08T02:15:32.389447+0000 mgr.smithi001.qhtxni (mgr 2023-11-08T02:15:33.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:33 smithi001 conmon[82545]: .14180) 978 : cluster [DBG] pgmap v624: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:15:33.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:33 smithi023 conmon[87519]: cluster 2023-11-08T02:15:32.389447+0000 mgr.smithi001.qhtxni (mgr.14180) 978 2023-11-08T02:15:33.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:33 smithi023 conmon[87519]: : cluster [DBG] pgmap v624: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:15:34.389 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:15:34.389 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:15:34.840 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:15:35.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:34 smithi023 conmon[87519]: audit 2023-11-08T02:15:34.384873+0000 mgr.smithi001.qhtxni (mgr.14180) 979 : 2023-11-08T02:15:35.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:34 smithi023 conmon[87519]: audit [DBG] from='client.15860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:15:35.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:34 smithi023 conmon[87519]: cluster 2023-11-08T02:15:34.390264+0000 mgr.smithi001.qhtxni (mgr.14180) 980 : cluster [DBG] pgmap v625: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:15:35.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:34 smithi001 conmon[82545]: audit 2023-11-08T02:15:34.384873+0000 mgr.smithi001.qhtxni (mgr.14180) 979 : audit [DBG] from='client.15860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:15:35.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:34 smithi001 conmon[82545]: cluster 2023-11-08T02:15:34.390264+0000 mgr.smithi001.qhtxni (mgr.14180) 980 : cluster [DBG] pgmap v625: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:15:35.842 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:15:37.583 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:15:37.583 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:15:37.705 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:37 smithi001 conmon[82545]: cluster 2023-11-08T02:15:36.391112+0000 mgr.smithi001.qhtxni (mgr.14180) 981 : cluster [DBG] pgmap v626: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:15:37.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:37 smithi023 conmon[87519]: cluster 2023-11-08T02:15:36.391112+0000 mgr.smithi001.qhtxni (mgr.14180) 981 : cluster [DBG] pgmap v626: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:15:37.996 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:15:38.705 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:38 smithi001 conmon[82545]: audit 2023-11-08T02:15:37.579835+0000 mgr.smithi001.qhtxni (mgr.14180) 982 : audit [DBG] from='client.15864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:15:38.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:38 smithi023 conmon[87519]: audit 2023-11-08T02:15:37.579835+0000 mgr.smithi001.qhtxni (mgr.14180) 982 : audit [DBG] from='client.15864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:15:38.997 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:15:39.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:39 smithi001 conmon[82545]: cluster 2023-11-08T02:15:38. 2023-11-08T02:15:39.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:39 smithi001 conmon[82545]: 391970+0000 mgr.smithi001.qhtxni (mgr.14180) 983 : cluster [DBG] pgmap v627: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:15:39.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:39 smithi023 conmon[87519]: cluster 2023-11-08T02:15:38.391970+0000 mgr.smithi001.qhtxni (mgr.14180) 983 : cluster [DBG] pgmap v627: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:15:40.688 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:15:40.688 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:15:41.146 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:15:41.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:41 smithi023 conmon[87519]: cluster 2023-11-08T02:15:40.392779+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:15:41.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:41 smithi001 conmon[82545]: cluster 2023-11-08T02:15:40.392779+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:15:42.147 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:15:42.717 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:42 smithi001 conmon[82545]: audit 2023-11-08T02:15:40 2023-11-08T02:15:42.717 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:42 smithi001 conmon[82545]: .684783+0000 mgr.smithi001.qhtxni (mgr.14180) 985 : audit [DBG] from='client.15868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:15:42.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:42 smithi023 conmon[87519]: audit 2023-11-08T02:15:40.684783+0000 mgr.smithi001.qhtxni (mgr.14180) 985 : audit [DBG] from='client.15868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:15:43.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:43 smithi001 conmon[82545]: cluster 2023-11-08T02:15:42.393740+0000 mgr.smithi001.qhtxni (mgr.14180) 986 : 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-11-08T02:15:43.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:43 smithi023 conmon[87519]: cluster 2023-11-08T02:15:42.393740+0000 mgr.smithi001.qhtxni ( 2023-11-08T02:15:43.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:43 smithi023 conmon[87519]: mgr.14180) 986 : 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-11-08T02:15:43.855 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:15:43.855 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:15:44.207 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:15:45.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:44 smithi023 conmon[87519]: audit 2023-11-08T02:15:43.851446+0000 mgr.smithi001.qhtxni (mgr.14180) 987 : 2023-11-08T02:15:45.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:44 smithi023 conmon[87519]: audit [DBG] from='client.15872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:15:45.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:44 smithi023 conmon[87519]: cluster 2023-11-08T02:15:44.394528+0000 mgr.smithi001.qhtxni (mgr.14180) 988 : cluster [DBG] pgmap v630: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:15:45.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:44 smithi001 conmon[82545]: audit 2023-11-08T02:15:43.851446+0000 mgr.smithi001.qhtxni (mgr.14180) 987 : audit [DBG] from='client.15872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:15:45.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:44 smithi001 conmon[82545]: cluster 2023-11-08T02:15:44.394528+0000 mgr.smithi001.qhtxni (mgr.14180) 988 : cluster [DBG] pgmap v630: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:15:45.208 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:15:46.894 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:15:46.894 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:15:47.370 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:15:47.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:47 smithi001 conmon[82545]: cluster 2023-11-08 2023-11-08T02:15:47.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:47 smithi001 conmon[82545]: T02:15:46.395281+0000 mgr.smithi001.qhtxni (mgr.14180) 989 : cluster [DBG] pgmap v631: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:15:47.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:47 smithi023 conmon[87519]: cluster 2023-11-08T02:15:46.395281+0000 mgr.smithi001.qhtxni (mgr.14180 2023-11-08T02:15:47.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:47 smithi023 conmon[87519]: ) 989 : cluster [DBG] pgmap v631: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:15:48.372 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:15:48.705 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:48 smithi001 conmon[82545]: audit 2023-11-08T02:15:46.890100+0000 mgr.smithi001.qhtxni (mgr.14180) 990 : audit [DBG] from='client.15876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:15:48.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:48 smithi023 conmon[87519]: audit 2023-11-08T02:15:46.890100+0000 mgr.smithi001.qhtxni (mgr.14180) 990 : audit [DBG] from='client.15876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:15:49.677 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:49 smithi001 conmon[82545]: cluster 2023-11-08T02:15:48.396118+0000 mgr.smithi001.qhtxni (mgr. 2023-11-08T02:15:49.677 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:49 smithi001 conmon[82545]: 14180) 991 : cluster [DBG] pgmap v632: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:15:49.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:49 smithi023 conmon[87519]: cluster 2023-11-08T02:15:48.396118+0000 mgr.smithi001.qhtxni (mgr.14180) 991 : cluster [DBG] pgmap v632: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:15:50.067 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:15:50.068 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:15:50.525 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:15:51.525 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:15:51.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:51 smithi023 conmon[87519]: audit 2023-11-08T02:15:50.064065+0000 mgr.smithi001.qhtxni (mgr.14180) 992 : audit 2023-11-08T02:15:51.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:51 smithi023 conmon[87519]: [DBG] from='client.15880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:15:51.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:51 smithi023 conmon[87519]: cluster 2023-11-08T02:15:50.397292+0000 mgr.smithi001.qhtxni (mgr.14180) 993 : cluster [DBG] pgmap v633: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:15:51.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:51 smithi001 conmon[82545]: audit 2023-11-08T02:15:50.064065+0000 mgr.smithi001.qhtxni (mgr 2023-11-08T02:15:51.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:51 smithi001 conmon[82545]: .14180) 992 : audit [DBG] from='client.15880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:15:51.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:51 smithi001 conmon[82545]: cluster 2023-11-08T02:15:50.397292+0000 mgr.smithi001.qhtxni (mgr.14180) 993 : cluster [DBG] pgmap v633: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:15:53.237 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:15:53.238 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:15:53.675 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:15:53.705 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:53 smithi001 conmon[82545]: cluster 2023-11-08T02:15:52.397956+0000 mgr.smithi001.qhtxni ( 2023-11-08T02:15:53.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:53 smithi001 conmon[82545]: mgr.14180) 994 : cluster [DBG] pgmap v634: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:15:53.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:53 smithi023 conmon[87519]: cluster 2023-11-08T02:15:52.397956+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:15:53.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:53 smithi023 conmon[87519]: 994 : cluster [DBG] pgmap v634: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:15:54.676 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:15:54.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:54 smithi023 conmon[87519]: audit 2023-11-08T02:15:53.233398+0000 mgr.smithi001.qhtxni (mgr.14180) 995 : 2023-11-08T02:15:54.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:54 smithi023 conmon[87519]: audit [DBG] from='client.15884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:15:54.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:54 smithi001 conmon[82545]: audit 2023-11-08T02:15:53.233398+0000 mgr.smithi001.qhtxni 2023-11-08T02:15:54.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:54 smithi001 conmon[82545]: (mgr.14180) 995 : audit [DBG] from='client.15884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:15:55.743 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:55 smithi001 conmon[82545]: cluster 2023-11-08T02:15:54.398862+0000 mgr.smithi001.qhtxni (mgr.14180) 996 : cluster [DBG] pgmap v635: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:15:55.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:55 smithi023 conmon[87519]: cluster 2023-11-08T02:15:54.398862+0000 mgr.smithi001.qhtxni (mgr.14180) 996 : 2023-11-08T02:15:55.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:55 smithi023 conmon[87519]: cluster [DBG] pgmap v635: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:15:56.375 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:15:56.375 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:15:56.838 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:15:57.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:57 smithi023 conmon[87519]: audit 2023-11-08T02:15:56.371295+0000 mgr.smithi001.qhtxni (mgr.14180) 997 : audit 2023-11-08T02:15:57.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:57 smithi023 conmon[87519]: [DBG] from='client.15888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:15:57.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:57 smithi023 conmon[87519]: cluster 2023-11-08T02:15:56.399614+0000 mgr.smithi001.qhtxni (mgr.14180) 998 : cluster [DBG] pgmap v636: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:15:57.838 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:15:57.869 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:57 smithi001 conmon[82545]: audit 2023-11-08T02:15:56.371295 2023-11-08T02:15:57.869 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:57 smithi001 conmon[82545]: +0000 mgr.smithi001.qhtxni (mgr.14180) 997 : audit [DBG] from='client.15888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:15:57.869 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:57 smithi001 conmon[82545]: cluster 2023-11-08T02:15:56.399614+0000 mgr.smithi001.qhtxni (mgr.14180) 998 : cluster [DBG] pgmap v636: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:15:59.553 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:15:59.553 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:15:59.764 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:15:59 smithi001 conmon[82545]: cluster 2023-11-08T02:15:58.400310+0000 mgr.smithi001.qhtxni (mgr.14180) 999 : cluster [DBG] pgmap v637: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:15:59.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:59 smithi023 conmon[87519]: cluster 2023-11-08T02:15:58.400310+0000 mgr.smithi001.qhtxni (mgr.14180) 999 : cluster 2023-11-08T02:15:59.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:15:59 smithi023 conmon[87519]: [DBG] pgmap v637: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:16:00.009 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:16:00.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:00 smithi023 conmon[87519]: audit 2023-11-08T02:15:59.549393+0000 mgr.smithi001.qhtxni (mgr.14180) 1000 : audit 2023-11-08T02:16:00.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:00 smithi023 conmon[87519]: [DBG] from='client.15892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:16:00.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:00 smithi001 conmon[82545]: audit 2023-11-08T02:15:59.549393+0000 mgr.smithi001.qhtxni (mgr.14180 2023-11-08T02:16:00.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:00 smithi001 conmon[82545]: ) 1000 : audit [DBG] from='client.15892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:16:01.010 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:16:01.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:01 smithi023 conmon[87519]: cluster 2023-11-08T02:16:00.401235+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:16:01.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:01 smithi023 conmon[87519]: 1001 : cluster [DBG] pgmap v638: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:16:01.898 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:01 smithi001 conmon[82545]: cluster 2023-11-08T02:16:00.401235+0000 mgr.smithi001.qhtxni (mgr 2023-11-08T02:16:01.898 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:01 smithi001 conmon[82545]: .14180) 1001 : cluster [DBG] pgmap v638: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:16:02.705 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:02 smithi001 conmon[82545]: audit 2023-11-08T02:16:02.379092+0000 mon.smithi001 (mon.0) 744 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:16:02.724 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:16:02.725 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:09:59.490442Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:09:59.490592Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:09:59.490670Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:09:59.490766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:09:59.490843Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:09:59.491140Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:16:02.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:02 smithi023 conmon[87519]: audit 2023-11-08T02:16:02.379092+0000 mon.smithi001 (mon.0 2023-11-08T02:16:02.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:02 smithi023 conmon[87519]: ) 744 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:16:03.172 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:16:03.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:03 smithi023 conmon[87519]: cluster 2023-11-08T02:16:02.401908+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:16:03.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:03 smithi001 conmon[82545]: cluster 2023-11-08T02: 2023-11-08T02:16:03.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:03 smithi001 conmon[82545]: 16:02.401908+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:16:04.173 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:16:04.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:04 smithi023 conmon[87519]: audit 2023-11-08T02:16:02.721029+0000 2023-11-08T02:16:04.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:04 smithi023 conmon[87519]: mgr.smithi001.qhtxni (mgr.14180) 1003 : audit [DBG] from='client.15896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:16:04.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:04 smithi001 conmon[82545]: audit 2023-11 2023-11-08T02:16:04.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:04 smithi001 conmon[82545]: -08T02:16:02.721029+0000 mgr.smithi001.qhtxni (mgr.14180) 1003 : audit [DBG] from='client.15896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:16:05.574 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:05 smithi001 conmon[82545]: cluster 2023-11-08T02:16:04.402770+0000 mgr.smithi001.qhtxni (mgr.14180) 1004 : 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-11-08T02:16:05.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:05 smithi023 conmon[87519]: cluster 2023-11-08T02:16:04.402770+0000 mgr.smithi001.qhtxni (mgr. 2023-11-08T02:16:05.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:05 smithi023 conmon[87519]: 14180) 1004 : 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-11-08T02:16:06.239 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:16:06.239 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:10:03.234853Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:10:03.234711Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:10:03.234553Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:10:03.234981Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:10:03.235108Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:10:03.235354Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:16:06.818 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:06 smithi001 conmon[82545]: audit 2023-11-08T02:16:05.556692+0000 mon.smithi001 (mon.0) 745 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T02:16:06.820 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:16:07.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:06 smithi023 conmon[87519]: audit 2023-11-08T02:16:05.556692+0000 mon.smithi001 (mon. 2023-11-08T02:16:07.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:06 smithi023 conmon[87519]: 0) 745 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T02:16:07.821 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:16:07.852 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:07 smithi001 conmon[82545]: audit 2023-11-08T02:16:06. 2023-11-08T02:16:07.852 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:07 smithi001 conmon[82545]: 236019+0000 mgr.smithi001.qhtxni (mgr.14180) 1005 : audit [DBG] from='client.15900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:16:07.853 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:07 smithi001 conmon[82545]: cluster 2023-11-08T02:16:07.853 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:07 smithi001 conmon[82545]: 2023-11-08T02:16:06.403619+0000 mgr.smithi001.qhtxni ( 2023-11-08T02:16:07.853 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:07 smithi001 conmon[82545]: mgr.14180) 1006 : cluster [DBG] 2023-11-08T02:16:07.853 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:07 smithi001 conmon[82545]: pgmap v641: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:16:08.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:07 smithi023 conmon[87519]: audit 2023-11-08T02:16:06.236019+0000 mgr.smithi001.qhtxni (mgr.14180) 1005 : audit [DBG] from='client.15900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:16:08.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:07 smithi023 conmon[87519]: cluster 2023-11-08T02:16:06.403619+0000 mgr.smithi001.qhtxni (mgr.14180) 1006 : cluster [DBG] pgmap v641: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:16:09.851 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:16:09.852 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:10:03.234785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:10:03.234853Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:10:03.234918Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:10:03.234711Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:10:03.234553Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:10:03.235416Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:10:03.234981Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:10:03.235108Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:10:03.235045Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:10:03.235354Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:16:09.874 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:09 smithi001 conmon[82545]: cluster 2023-11-08T02:16:08.404386+0000 mgr.smithi001.qhtxni (mgr.14180) 1007 : cluster [DBG] pgmap v642: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:16:10.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:09 smithi023 conmon[87519]: cluster 2023-11-08T02:16:08.404386+0000 mgr.smithi001.qhtxni (mgr.14180) 1007 : cluster [DBG] pgmap v642: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:16:10.334 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:16:11.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:10 smithi001 conmon[82545]: audit 2023-11-08T02:16:09.847927+0000 mgr.smithi001.qhtxni (mgr.14180) 1008 : audit [DBG] from='client.15904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:16:11.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:10 smithi001 conmon[82545]: audit 2023-11-08T02:16:09.952675+0000 mon.smithi001 (mon.0) 746 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T02:16:11.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:10 smithi001 conmon[82545]: audit 2023-11-08T02:16:10.399415+0000 mon.smithi001 (mon.0) 747 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:16:11.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:10 smithi001 conmon[82545]: audit 2023-11-08T02:16:10.400105+0000 mon.smithi001 (mon.0) 748 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:16:11.207 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:10 smithi001 conmon[82545]: audit 2023-11-08T02:16:10.404628+0000 mon.smithi001 (mon.0) 749 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T02:16:11.207 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:10 smithi001 conmon[82545]: cluster 2023-11-08T02:16:10.405160+0000 mgr.smithi001.qhtxni (mgr.14180) 1009 : cluster [DBG] pgmap v643: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:16:11.207 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:10 smithi001 conmon[82545]: cluster 2023-11-08T02:16:10.405350+0000 mgr.smithi001.qhtxni (mgr.14180) 1010 : cluster [DBG] pgmap v644: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-08T02:16:11.207 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:10 smithi001 conmon[82545]: audit 2023-11-08T02:16:10.408837+0000 mon.smithi001 (mon.0) 750 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:16:11.207 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:10 smithi001 conmon[82545]: audit 2023-11-08T02:16:10.416196+0000 mon.smithi001 (mon.0) 751 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T02:16:11.208 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:10 smithi001 conmon[82545]: cephadm 2023-11-08T02:16:10.418104+0000 mgr.smithi001.qhtxni (mgr.14180) 1011 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi023.qpncnq on smithi023 2023-11-08T02:16:11.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:10 smithi023 conmon[87519]: audit 2023-11-08T02:16:09.847927+0000 mgr.smithi001.qhtxni ( 2023-11-08T02:16:11.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:10 smithi023 conmon[87519]: mgr.14180) 1008 : audit [DBG] from='client.15904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:16:11.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:10 smithi023 conmon[87519]: audit 2023-11-08T02:16:09.952675+0000 mon.smithi001 (mon.0) 746 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T02:16:11.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:10 smithi023 conmon[87519]: audit 2023-11-08T02:16:10.399415+0000 mon.smithi001 (mon.0) 747 : audit [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:16:11.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:10 smithi023 conmon[87519]: audit 2023-11-08T02: 2023-11-08T02:16:11.280 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:10 smithi023 conmon[87519]: 16:10.400105+0000 mon.smithi001 (mon.0) 748 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:16:11.280 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:10 smithi023 conmon[87519]: audit 2023-11-08T02:16:11.280 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:10 smithi023 conmon[87519]: 2023-11-08T02:16:10.404628+0000 mon.smithi001 2023-11-08T02:16:11.280 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:10 smithi023 conmon[87519]: (mon.0) 749 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T02:16:11.280 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:10 smithi023 conmon[87519]: cluster 2023 2023-11-08T02:16:11.281 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:10 smithi023 conmon[87519]: -11-08T02:16:10.405160 2023-11-08T02:16:11.281 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:10 smithi023 conmon[87519]: +0000 mgr.smithi001.qhtxni (mgr.14180) 1009 : cluster 2023-11-08T02:16:11.281 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:10 smithi023 conmon[87519]: [DBG] pgmap v643: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:16:11.281 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:10 smithi023 conmon[87519]: cluster 2023-11-08T02:16 2023-11-08T02:16:11.281 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:10 smithi023 conmon[87519]: :10.405350+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:16:11.282 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:10 smithi023 conmon[87519]: 1010 : cluster [DBG] pgmap v644: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-08T02:16:11.282 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:10 smithi023 conmon[87519]: audit 2023-11-08T02:16:11.282 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:10 smithi023 conmon[87519]: 2023-11-08T02:16:10. 2023-11-08T02:16:11.282 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:10 smithi023 conmon[87519]: 408837+0000 mon.smithi001 (mon.0) 750 : audit 2023-11-08T02:16:11.282 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:10 smithi023 conmon[87519]: [DBG] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:16:11.283 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:10 smithi023 conmon[87519]: audit 2023-11-08T02: 2023-11-08T02:16:11.283 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:10 smithi023 conmon[87519]: 16:10.416196+0000 mon.smithi001 (mon.0) 2023-11-08T02:16:11.283 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:10 smithi023 conmon[87519]: 751 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T02:16:11.283 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:10 smithi023 conmon[87519]: cephadm 2023-11-08T02:16:11.283 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:10 smithi023 conmon[87519]: 2023-11-08T02:16:10 2023-11-08T02:16:11.283 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:10 smithi023 conmon[87519]: .418104+0000 mgr.smithi001.qhtxni (mgr.14180) 1011 : cephadm 2023-11-08T02:16:11.284 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:10 smithi023 conmon[87519]: [INF] Deploying daemon haproxy.nfs.foo.smithi023.qpncnq on smithi023 2023-11-08T02:16:11.337 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:16:12.205 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:11 smithi001 conmon[82545]: cluster 2023-11-08T02:16:11.402727+0000 2023-11-08T02:16:12.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:11 smithi001 conmon[82545]: mon.smithi001 (mon.0) 752 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T02:16:12.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:11 smithi001 conmon[82545]: cluster 2023-11-08T02:16:11.402764+0000 mon.smithi001 (mon.0) 753 : cluster [INF] Cluster is now healthy 2023-11-08T02:16:12.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:11 smithi023 conmon[87519]: cluster 2023-11-08T02:16:11.402727+0000 mon.smithi001 (mon.0) 752 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T02:16:12.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:11 smithi023 conmon[87519]: cluster 2023-11-08T02:16:11.402764+0000 mon.smithi001 (mon.0) 753 : cluster [INF] Cluster is now healthy 2023-11-08T02:16:13.149 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:12 smithi001 conmon[82545]: cluster 2023-11-08T02:16:12.405993+0000 mgr.smithi001.qhtxni (mgr.14180 2023-11-08T02:16:13.150 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:12 smithi001 conmon[82545]: ) 1012 : cluster [DBG] pgmap v645: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-08T02:16:13.155 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:16:13.155 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:16:13.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:12 smithi023 conmon[87519]: cluster 2023-11-08T02:16:12.405993+0000 mgr.smithi001.qhtxni (mgr.14180) 1012 : cluster 2023-11-08T02:16:13.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:12 smithi023 conmon[87519]: [DBG] pgmap v645: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-08T02:16:13.599 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:16:14.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:13 smithi023 conmon[87519]: audit 2023-11-08T02:16:13.151724+0000 mgr.smithi001.qhtxni (mgr.14180) 1013 : audit [DBG] from='client.15908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:16:14.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:13 smithi001 conmon[82545]: audit 2023-11-08T02:16:13.151724+0000 2023-11-08T02:16:14.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:13 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 1013 : audit [DBG] from='client.15908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:16:14.601 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:16:15.221 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:14 smithi001 conmon[82545]: cluster 2023-11-08T02:16:14 2023-11-08T02:16:15.222 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:14 smithi001 conmon[82545]: .406714+0000 mgr.smithi001.qhtxni (mgr.14180) 1014 : cluster [DBG] pgmap v646: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-08T02:16:15.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:14 smithi023 conmon[87519]: cluster 2023-11-08T02:16:14.406714+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:16:15.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:14 smithi023 conmon[87519]: 1014 : cluster [DBG] pgmap v646: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-08T02:16:16.403 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:16:16.403 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:16:16.629 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:16 smithi001 conmon[82545]: audit 2023-11-08T02:16:15.281975+0000 mon.smithi001 (mon.0) 754 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T02:16:16.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:16 smithi023 conmon[87519]: audit 2023-11-08T02:16:15.281975+0000 mon.smithi001 (mon.0) 754 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' 2023-11-08T02:16:16.865 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:16:17.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:17 smithi001 conmon[82545]: audit 2023-11-08T02:16:16.399157+0000 mgr.smithi001.qhtxni (mgr.14180) 1015 : audit 2023-11-08T02:16:17.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:17 smithi001 conmon[82545]: [DBG] from='client.15912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:16:17.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:17 smithi001 conmon[82545]: cluster 2023-11-08T02:16:16.407316+0000 mgr.smithi001.qhtxni (mgr.14180) 1016 : cluster [DBG] pgmap v647: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-08T02:16:17.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:17 smithi023 conmon[87519]: audit 2023-11-08T02:16:16.399157+0000 mgr.smithi001.qhtxni (mgr.14180 2023-11-08T02:16:17.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:17 smithi023 conmon[87519]: ) 1015 : audit [DBG] from='client.15912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:16:17.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:17 smithi023 conmon[87519]: cluster 2023-11-08T02:16:16.407316+0000 mgr.smithi001.qhtxni (mgr.14180) 1016 2023-11-08T02:16:17.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:17 smithi023 conmon[87519]: : cluster [DBG] pgmap v647: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-08T02:16:17.867 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:16:19.665 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:16:19.666 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:16:19.687 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:19 smithi001 conmon[82545]: cluster 2023-11-08T02:16:18.407876+0000 mgr.smithi001.qhtxni (mgr.14180) 1017 : cluster [DBG] pgmap v648: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-08T02:16:19.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:19 smithi023 conmon[87519]: cluster 2023-11-08T02:16:18.407876+0000 mgr.smithi001.qhtxni (mgr.14180) 1017 : cluster [DBG] pgmap v648: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-08T02:16:20.121 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:16:20.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:20 smithi023 conmon[87519]: audit 2023-11-08T02:16:19.662070+0000 mgr.smithi001.qhtxni (mgr.14180) 1018 : audit 2023-11-08T02:16:20.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:20 smithi023 conmon[87519]: [DBG] from='client.15916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:16:20.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:20 smithi001 conmon[82545]: audit 2023-11-08T02:16:19.662070+0000 mgr.smithi001.qhtxni (mgr.14180) 1018 : audit [DBG] from='client.15916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:16:21.122 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:16:21.729 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:21 smithi001 conmon[82545]: cluster 2023-11-08T02:16:20.408510+0000 mgr.smithi001.qhtxni (mgr.14180) 1019 : cluster [DBG] 2023-11-08T02:16:21.729 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:21 smithi001 conmon[82545]: pgmap v649: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-08T02:16:21.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:21 smithi023 conmon[87519]: cluster 2023-11-08T02:16:20.408510+0000 mgr.smithi001.qhtxni (mgr.14180) 1019 : cluster [DBG] pgmap v649: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-08T02:16:22.935 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:16:22.936 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:16:23.386 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:16:23.705 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:23 smithi001 conmon[82545]: cluster 2023-11-08T02:16:22.409213+0000 mgr.smithi001.qhtxni (mgr.14180) 1020 : 2023-11-08T02:16:23.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:23 smithi001 conmon[82545]: cluster [DBG] pgmap v650: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:16:23.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:23 smithi023 conmon[87519]: cluster 2023-11-08T02:16:22.409213+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:16:24.388 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:16:24.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:24 smithi001 conmon[82545]: audit 2023-11-08T02:16:22.931818+0000 mgr.smithi001.qhtxni (mgr.14180) 1021 : audit [DBG] from='client.15920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:16:24.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:24 smithi023 conmon[87519]: audit 2023-11-08T02:16:22.931818+0000 mgr.smithi001.qhtxni (mgr.14180 2023-11-08T02:16:24.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:24 smithi023 conmon[87519]: ) 1021 : audit [DBG] from='client.15920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:16:25.705 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:25 smithi001 conmon[82545]: cluster 2023-11-08T02:16:24.410255+0000 mgr.smithi001.qhtxni ( 2023-11-08T02:16:25.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:25 smithi001 conmon[82545]: mgr.14180) 1022 : cluster [DBG] pgmap v651: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:16:25.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:25 smithi023 conmon[87519]: cluster 2023-11-08T02:16:24.410255+0000 mgr.smithi001.qhtxni (mgr.14180) 1022 : cluster [DBG] pgmap v651: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:16:26.292 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:16:26.293 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:16:26.838 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:16:27.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:27 smithi023 conmon[87519]: audit 2023-11-08T02:16:26.288599+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:16:27.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:27 smithi023 conmon[87519]: 1023 : audit [DBG] from='client.15924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:16:27.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:27 smithi023 conmon[87519]: cluster 2023-11-08T02:16:26.410941+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:16:27.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:27 smithi023 conmon[87519]: 1024 : cluster [DBG] pgmap v652: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:16:27.839 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:16:27.871 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:27 smithi001 conmon[82545]: audit 2023-11-08T02:16:26.288599+0000 mgr.smithi001.qhtxni (mgr.14180) 1023 : audit [DBG] from='client.15924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:16:27.871 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:27 smithi001 conmon[82545]: cluster 2023-11-08T02:16:26.410941+0000 mgr.smithi001.qhtxni (mgr.14180) 1024 : cluster [DBG] pgmap v652: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:16:29.639 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:16:29.640 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:16:29.661 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:29 smithi001 conmon[82545]: cluster 2023-11-08T02:16:28.411695+0000 mgr.smithi001.qhtxni (mgr.14180) 1025 : 2023-11-08T02:16:29.661 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:29 smithi001 conmon[82545]: cluster [DBG] pgmap v653: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:16:29.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:29 smithi023 conmon[87519]: cluster 2023-11-08T02:16:28.411695+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:16:29.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:29 smithi023 conmon[87519]: 1025 : cluster [DBG] pgmap v653: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:16:30.091 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:16:30.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:30 smithi023 conmon[87519]: audit 2023-11-08T02:16:29.635540+0000 mgr.smithi001.qhtxni (mgr.14180) 1026 : 2023-11-08T02:16:30.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:30 smithi023 conmon[87519]: audit [DBG] from='client.15928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:16:30.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:30 smithi001 conmon[82545]: audit 2023-11-08T02:16:29.635540+0000 mgr.smithi001.qhtxni (mgr.14180) 1026 : audit [DBG] from='client.15928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:16:31.092 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:16:31.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:31 smithi023 conmon[87519]: cluster 2023-11-08T02:16:30.412314+0000 mgr.smithi001.qhtxni (mgr.14180) 1027 2023-11-08T02:16:31.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:31 smithi023 conmon[87519]: : cluster [DBG] pgmap v654: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:16:31.838 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:31 smithi001 conmon[82545]: cluster 2023-11-08T02:16:30.412314+0000 mgr.smithi001.qhtxni (mgr.14180) 1027 : cluster 2023-11-08T02:16:31.839 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:31 smithi001 conmon[82545]: [DBG] pgmap v654: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:16:32.878 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:16:32.878 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:16:33.445 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:16:33.705 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:33 smithi001 conmon[82545]: cluster 2023-11-08T02:16:32.412856+0000 mgr.smithi001.qhtxni (mgr. 2023-11-08T02:16:33.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:33 smithi001 conmon[82545]: 14180) 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-11-08T02:16:33.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:33 smithi023 conmon[87519]: cluster 2023-11-08T02:16:32.412856+0000 mgr.smithi001.qhtxni (mgr.14180) 1028 2023-11-08T02:16:33.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:33 smithi023 conmon[87519]: : cluster [DBG] pgmap v655: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:16:34.447 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:16:34.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:34 smithi023 conmon[87519]: audit 2023-11-08T02:16:32.874356+0000 mgr.smithi001.qhtxni (mgr.14180 2023-11-08T02:16:34.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:34 smithi023 conmon[87519]: ) 1029 : audit [DBG] from='client.15932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:16:34.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:34 smithi001 conmon[82545]: audit 2023-11-08T02:16:32.874356+0000 mgr.smithi001.qhtxni (mgr.14180 2023-11-08T02:16:34.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:34 smithi001 conmon[82545]: ) 1029 : audit [DBG] from='client.15932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:16:35.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:35 smithi023 conmon[87519]: cluster 2023-11-08T02:16:34.413691+0000 mgr.smithi001.qhtxni (mgr.14180) 1030 2023-11-08T02:16:35.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:35 smithi023 conmon[87519]: : cluster [DBG] pgmap v656: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:16:35.802 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:35 smithi001 conmon[82545]: cluster 2023-11-08T02:16:34.413691 2023-11-08T02:16:35.802 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:35 smithi001 conmon[82545]: +0000 mgr.smithi001.qhtxni (mgr.14180) 1030 : cluster [DBG] pgmap v656: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:16:36.344 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:16:36.345 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:16:36.896 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:16:37.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:37 smithi023 conmon[87519]: audit 2023-11-08T02:16:36.340897+0000 mgr.smithi001.qhtxni (mgr.14180) 1031 2023-11-08T02:16:37.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:37 smithi023 conmon[87519]: : audit [DBG] from='client.15936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:16:37.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:37 smithi023 conmon[87519]: cluster 2023-11-08T02:16:36.414310+0000 mgr.smithi001.qhtxni (mgr.14180) 1032 : cluster [DBG] pgmap v657: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:16:37.898 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:16:37.930 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:37 smithi001 conmon[82545]: audit 2023-11-08T02:16:36.340897+0000 mgr.smithi001.qhtxni (mgr.14180) 1031 : 2023-11-08T02:16:37.930 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:37 smithi001 conmon[82545]: audit [DBG] from='client.15936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:16:37.931 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:37 smithi001 conmon[82545]: cluster 2023-11-08T02:16:36.414310+0000 mgr.smithi001.qhtxni (mgr.14180) 1032 : cluster [DBG] pgmap v657: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:16:39.705 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:39 smithi001 conmon[82545]: cluster 2023-11-08T02:16:38.414916+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:16:39.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:39 smithi023 conmon[87519]: cluster 2023-11-08T02:16:38.414916+0000 mgr.smithi001.qhtxni (mgr.14180) 1033 : cluster 2023-11-08T02:16:39.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:39 smithi023 conmon[87519]: [DBG] pgmap v658: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:16:39.833 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:16:39.834 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:16:40.351 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:16:41.352 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:16:41.705 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:41 smithi001 conmon[82545]: audit 2023-11-08T02:16:39.830159+0000 mgr.smithi001.qhtxni (mgr 2023-11-08T02:16:41.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:41 smithi001 conmon[82545]: .14180) 1034 : audit [DBG] from='client.15940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:16:41.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:41 smithi001 conmon[82545]: cluster 2023-11-08T02:16:40.415656+0000 mgr.smithi001.qhtxni (mgr.14180) 1035 : cluster [DBG] pgmap v659: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:16:41.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:41 smithi023 conmon[87519]: audit 2023-11-08T02:16:39.830159+0000 mgr.smithi001.qhtxni (mgr.14180) 1034 : audit [DBG] from='client.15940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:16:41.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:41 smithi023 conmon[87519]: cluster 2023-11-08T02:16:40.415656+0000 mgr.smithi001.qhtxni (mgr.14180) 1035 : cluster [DBG] pgmap v659: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:16:43.172 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:16:43.172 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:16:43.618 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:16:43.705 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:43 smithi001 conmon[82545]: cluster 2023-11 2023-11-08T02:16:43.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:43 smithi001 conmon[82545]: -08T02:16:42.416394+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:16:43.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:43 smithi023 conmon[87519]: cluster 2023-11-08T02:16:42.416394+0000 mgr.smithi001.qhtxni (mgr.14180) 1036 2023-11-08T02:16:43.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:43 smithi023 conmon[87519]: : cluster [DBG] pgmap v660: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:16:44.620 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:16:44.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:44 smithi023 conmon[87519]: audit 2023-11-08T02:16:43.168348+0000 mgr.smithi001.qhtxni (mgr.14180) 1037 : audit [DBG] from='client.15944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:16:44.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:44 smithi001 conmon[82545]: audit 2023-11-08T02:16:43.168348+0000 mgr.smithi001.qhtxni 2023-11-08T02:16:44.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:44 smithi001 conmon[82545]: (mgr.14180) 1037 : audit [DBG] from='client.15944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:16:45.851 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:45 smithi001 conmon[82545]: cluster 2023-11-08T02:16:44.417292+0000 mgr.smithi001.qhtxni 2023-11-08T02:16:45.851 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:45 smithi001 conmon[82545]: (mgr.14180) 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-11-08T02:16:46.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:45 smithi023 conmon[87519]: cluster 2023-11-08T02:16:44.417292+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:16:46.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:45 smithi023 conmon[87519]: 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-11-08T02:16:46.551 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:16:46.552 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:16:46.982 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:16:47.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:47 smithi001 conmon[82545]: cluster 2023-11-08T02:16:46.417873+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:16:47.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:47 smithi001 conmon[82545]: audit 2023-11-08T02:16:46.548143+0000 mgr.smithi001.qhtxni (mgr.14180) 1040 : audit [DBG] from='client.15948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:16:47.982 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:16:48.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:47 smithi023 conmon[87519]: cluster 2023-11-08T02:16:46.417873+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:16:48.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:47 smithi023 conmon[87519]: 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-11-08T02:16:48.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:47 smithi023 conmon[87519]: audit 2023-11-08T02:16:46.548143+0000 mgr.smithi001.qhtxni (mgr.14180) 1040 : audit [DBG] from='client.15948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:16:49.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:49 smithi001 conmon[82545]: cluster 2023-11-08T02:16:48.418425+0000 mgr.smithi001.qhtxni (mgr.14180) 1041 : cluster 2023-11-08T02:16:49.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:49 smithi001 conmon[82545]: [DBG] pgmap v663: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:16:49.788 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:16:49.789 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:16:50.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:49 smithi023 conmon[87519]: cluster 2023-11-08T02:16:48.418425+0000 mgr.smithi001.qhtxni (mgr.14180) 1041 2023-11-08T02:16:50.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:49 smithi023 conmon[87519]: : cluster [DBG] pgmap v663: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:16:50.333 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:16:51.335 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:16:51.705 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:51 smithi001 conmon[82545]: audit 2023-11-08T02:16:49.784878+0000 mgr.smithi001.qhtxni (mgr.14180) 1042 : audit [DBG] from='client.15952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:16:51.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:51 smithi001 conmon[82545]: cluster 2023-11-08T02:16:50.419050+0000 mgr.smithi001.qhtxni (mgr.14180) 1043 : cluster [DBG] pgmap v664: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:16:52.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:51 smithi023 conmon[87519]: audit 2023-11-08T02:16:49.784878+0000 mgr.smithi001.qhtxni (mgr.14180) 1042 : audit [DBG] from='client.15952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:16:52.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:51 smithi023 conmon[87519]: cluster 2023-11-08T02:16:50.419050+0000 mgr.smithi001.qhtxni (mgr.14180) 1043 : cluster [DBG] pgmap v664: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:16:53.136 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:16:53.136 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:16:53.598 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:16:53.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:53 smithi001 conmon[82545]: cluster 2023-11-08T02:16:52.419621+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:16:54.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:53 smithi023 conmon[87519]: cluster 2023-11-08T02:16:52.419621+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:16:54.600 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:16:54.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:54 smithi023 conmon[87519]: audit 2023-11-08T02:16:53.132790+0000 mgr.smithi001.qhtxni (mgr.14180) 1045 : 2023-11-08T02:16:54.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:54 smithi023 conmon[87519]: audit [DBG] from='client.15956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:16:54.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:54 smithi001 conmon[82545]: audit 2023-11-08T02:16:53.132790+0000 mgr.smithi001.qhtxni (mgr 2023-11-08T02:16:54.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:54 smithi001 conmon[82545]: .14180) 1045 : audit [DBG] from='client.15956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:16:55.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:55 smithi001 conmon[82545]: cluster 2023-11-08T02:16:54.420368+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:16:56.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:55 smithi023 conmon[87519]: cluster 2023-11-08T02:16:54.420368+0000 mgr.smithi001.qhtxni (mgr.14180) 1046 : cluster 2023-11-08T02:16:56.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:55 smithi023 conmon[87519]: [DBG] pgmap v666: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:16:56.411 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:16:56.412 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:16:56.846 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:16:57.847 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:16:57.878 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:57 smithi001 conmon[82545]: audit 2023-11-08T02:16:56.407266+0000 mgr.smithi001.qhtxni (mgr.14180) 1047 : audit [DBG] from='client.15960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:16:57.879 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:57 smithi001 conmon[82545]: cluster 2023-11-08T02:16:56.420983+0000 mgr.smithi001.qhtxni (mgr.14180) 1048 : cluster [DBG] pgmap v667: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:16:58.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:57 smithi023 conmon[87519]: audit 2023-11-08T02:16:56.407266+0000 mgr.smithi001.qhtxni (mgr.14180) 1047 : audit 2023-11-08T02:16:58.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:57 smithi023 conmon[87519]: [DBG] from='client.15960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:16:58.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:57 smithi023 conmon[87519]: cluster 2023-11-08T02:16:56.420983+0000 mgr.smithi001.qhtxni (mgr.14180) 1048 : cluster [DBG] pgmap v667: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:16:59.644 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:16:59.645 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:16:59.908 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:16:59 smithi001 conmon[82545]: cluster 2023-11-08T02:16:58.421643+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:17:00.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:59 smithi023 conmon[87519]: cluster 2023-11-08T02:16:58.421643+0000 mgr.smithi001.qhtxni (mgr.14180) 1049 : cluster [DBG] 2023-11-08T02:17:00.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:16:59 smithi023 conmon[87519]: 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-11-08T02:17:00.199 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:17:00.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:17:00 smithi001 conmon[82545]: audit 2023-11-08T02:16:59.640989+0000 mgr.smithi001.qhtxni (mgr.14180) 1050 : audit [DBG] from='client.15964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:17:01.030 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:17:00 smithi023 conmon[87519]: audit 2023-11-08T02:16:59.640989+0000 mgr.smithi001.qhtxni (mgr.14180) 1050 : audit 2023-11-08T02:17:01.030 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:17:00 smithi023 conmon[87519]: [DBG] from='client.15964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:17:01.200 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:17:01.822 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:17:01 smithi001 conmon[82545]: cluster 2023-11-08T02:17:00.422268+0000 2023-11-08T02:17:01.823 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:17:01 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:17:02.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:17:01 smithi023 conmon[87519]: cluster 2023-11-08T02:17:00.422268+0000 mgr.smithi001.qhtxni (mgr.14180) 1051 : cluster 2023-11-08T02:17:02.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:17:01 smithi023 conmon[87519]: [DBG] pgmap v669: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:17:03.016 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:17:03.016 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:17:03.553 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:17:03.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:17:03 smithi001 conmon[82545]: cluster 2023-11-08T02:17:02.422815+0000 2023-11-08T02:17:03.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:17:03 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:17:04.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:17:03 smithi023 conmon[87519]: cluster 2023-11-08T02:17:02.422815+0000 mgr.smithi001.qhtxni (mgr.14180) 1052 : cluster [DBG] 2023-11-08T02:17:04.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:17:03 smithi023 conmon[87519]: pgmap v670: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:17:04.553 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:17:04.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:17:04 smithi023 conmon[87519]: audit 2023-11-08T02:17:03.012848+0000 mgr.smithi001.qhtxni (mgr.14180) 1053 2023-11-08T02:17:04.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:17:04 smithi023 conmon[87519]: : audit [DBG] from='client.15968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:17:04.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:17:04 smithi001 conmon[82545]: audit 2023-11-08T02:17:03.012848+0000 mgr.smithi001.qhtxni (mgr.14180) 1053 : audit 2023-11-08T02:17:04.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:17:04 smithi001 conmon[82545]: [DBG] from='client.15968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:17:05.950 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:17:05 smithi001 conmon[82545]: cluster 2023-11-08T02:17:04.423933+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:17:06.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:17:05 smithi023 conmon[87519]: cluster 2023-11-08T02:17:04.423933+0000 mgr.smithi001.qhtxni (mgr.14180) 1054 2023-11-08T02:17:06.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:17:05 smithi023 conmon[87519]: : cluster [DBG] pgmap v671: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:17:06.349 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:17:06.349 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:17:06.814 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:17:07.815 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:17:07.846 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:17:07 smithi001 conmon[82545]: audit 2023-11-08T02:17:06.345628+0000 mgr.smithi001.qhtxni (mgr.14180) 1055 : audit [DBG] from='client.15972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:17:07.847 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:17:07 smithi001 conmon[82545]: cluster 2023-11-08T02:17:06.424515+0000 mgr.smithi001.qhtxni (mgr.14180) 1056 : cluster [DBG] pgmap v672: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:17:08.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:17:07 smithi023 conmon[87519]: audit 2023-11-08T02:17:06.345628+0000 mgr.smithi001.qhtxni (mgr.14180) 1055 : audit 2023-11-08T02:17:08.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:17:07 smithi023 conmon[87519]: [DBG] from='client.15972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:17:08.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:17:07 smithi023 conmon[87519]: cluster 2023-11-08T02:17:06.424515+0000 mgr.smithi001.qhtxni (mgr.14180) 1056 : cluster [DBG] pgmap v672: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:17:09.616 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:17:09.616 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:17:09.880 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:17:09 smithi001 conmon[82545]: cluster 2023-11-08T02:17:08.425086+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:17:10.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:17:09 smithi023 conmon[87519]: cluster 2023-11-08T02:17:08.425086+0000 mgr.smithi001.qhtxni (mgr.14180) 1057 : cluster 2023-11-08T02:17:10.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:17:09 smithi023 conmon[87519]: [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-11-08T02:17:10.171 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:17:10.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:17:10 smithi001 conmon[82545]: audit 2023-11-08T02:17:09.612558+0000 mgr.smithi001.qhtxni (mgr.14180) 1058 : audit [DBG] from='client.15976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:17:11.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:17:10 smithi023 conmon[87519]: audit 2023-11-08T02:17:09.612558+0000 mgr.smithi001.qhtxni (mgr.14180) 1058 : audit 2023-11-08T02:17:11.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:17:10 smithi023 conmon[87519]: [DBG] from='client.15976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:17:11.172 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:17:11.944 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:17:11 smithi001 conmon[82545]: cluster 2023-11-08T02:17:10.425782+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:17:12.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:17:11 smithi023 conmon[87519]: cluster 2023-11-08T02:17:10.425782+0000 mgr.smithi001.qhtxni (mgr.14180) 1059 2023-11-08T02:17:12.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:17:11 smithi023 conmon[87519]: : cluster [DBG] pgmap v674: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:17:13.005 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:17:13.005 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:17:13.524 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:17:13.705 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:17:13 smithi001 conmon[82545]: cluster 2023-11-08T02:17:12.426320+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:17:14.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:17:13 smithi023 conmon[87519]: cluster 2023-11-08T02:17:12.426320+0000 mgr.smithi001.qhtxni (mgr.14180) 1060 : cluster 2023-11-08T02:17:14.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:17:13 smithi023 conmon[87519]: [DBG] pgmap v675: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:17:14.525 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:17:14.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:17:14 smithi023 conmon[87519]: audit 2023-11-08T02:17:13.001289+0000 mgr.smithi001.qhtxni (mgr 2023-11-08T02:17:14.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:17:14 smithi023 conmon[87519]: .14180) 1061 : audit [DBG] from='client.15980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:17:14.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:17:14 smithi001 conmon[82545]: audit 2023-11-08T02:17:13.001289+0000 mgr.smithi001.qhtxni (mgr 2023-11-08T02:17:14.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:17:14 smithi001 conmon[82545]: .14180) 1061 : audit [DBG] from='client.15980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:17:15.731 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:17:15 smithi001 conmon[82545]: cluster 2023-11-08T02:17:14.427192+0000 mgr.smithi001.qhtxni ( 2023-11-08T02:17:15.731 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:17:15 smithi001 conmon[82545]: mgr.14180) 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-11-08T02:17:16.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:17:15 smithi023 conmon[87519]: cluster 2023-11-08T02:17:14.427192+0000 mgr.smithi001.qhtxni (mgr.14180) 1062 2023-11-08T02:17:16.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:17:15 smithi023 conmon[87519]: : cluster [DBG] pgmap v676: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:17:16.336 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:17:16.336 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:17:16.779 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:17:17.779 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:17:17.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:17:17 smithi001 conmon[82545]: audit 2023-11-08T02:17:16.333084+0000 mgr.smithi001.qhtxni (mgr.14180) 1063 : audit 2023-11-08T02:17:17.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:17:17 smithi001 conmon[82545]: [DBG] from='client.15984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:17:17.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:17:17 smithi001 conmon[82545]: cluster 2023-11-08T02:17:16.427933+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:17:18.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:17:17 smithi023 conmon[87519]: audit 2023-11-08T02:17:16.333084+0000 mgr.smithi001.qhtxni (mgr.14180) 1063 : audit 2023-11-08T02:17:18.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:17:17 smithi023 conmon[87519]: [DBG] from='client.15984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:17:18.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:17:17 smithi023 conmon[87519]: cluster 2023-11-08T02:17:16.427933+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:17:19.581 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:17:19.582 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:17:19.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:17:19 smithi001 conmon[82545]: cluster 2023-11-08T02:17:18.428506+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:17:20.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:17:19 smithi023 conmon[87519]: cluster 2023-11-08T02:17:18.428506+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:17:20.034 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:17:20.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:17:20 smithi001 conmon[82545]: audit 2023-11-08T02:17:19.578100+0000 mgr.smithi001.qhtxni 2023-11-08T02:17:20.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:17:20 smithi001 conmon[82545]: (mgr.14180) 1066 : audit [DBG] from='client.15988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:17:21.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:17:20 smithi023 conmon[87519]: audit 2023-11-08T02:17:19.578100+0000 mgr.smithi001.qhtxni (mgr.14180) 1066 : audit 2023-11-08T02:17:21.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:17:20 smithi023 conmon[87519]: [DBG] from='client.15988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:17:21.035 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:17:21.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:17:21 smithi001 conmon[82545]: cluster 2023-11-08T02:17:20.429070+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:17:22.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:17:21 smithi023 conmon[87519]: cluster 2023-11-08T02:17:20.429070+0000 mgr.smithi001.qhtxni (mgr.14180) 1067 : 2023-11-08T02:17:22.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:17:21 smithi023 conmon[87519]: cluster [DBG] pgmap v679: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:17:22.896 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:17:22.896 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:17:23.401 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:17:23.705 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:17:23 smithi001 conmon[82545]: cluster 2023-11-08T 2023-11-08T02:17:23.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:17:23 smithi001 conmon[82545]: 02:17:22.429730+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:17:24.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:17:23 smithi023 conmon[87519]: cluster 2023-11-08T02:17:22.429730+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:17:24.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:17:23 smithi023 conmon[87519]: 2023-11-08T02:17:24.403 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:17:24.705 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:17:24 smithi001 conmon[82545]: audit 2023-11-08T 2023-11-08T02:17:24.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:17:24 smithi001 conmon[82545]: 02:17:22.892499+0000 mgr.smithi001.qhtxni (mgr.14180) 1069 : audit [DBG] from='client.15992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:17:24.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:17:24 smithi023 conmon[87519]: audit 2023-11-08T02 2023-11-08T02:17:24.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:17:24 smithi023 conmon[87519]: :17:22.892499+0000 mgr.smithi001.qhtxni (mgr.14180) 1069 : audit [DBG] from='client.15992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:17:25.888 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:17:25 smithi001 conmon[82545]: cluster 2023-11-08T02:17:24.430453+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:17:26.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:17:25 smithi023 conmon[87519]: cluster 2023-11-08T02:17:24.430453+0000 mgr.smithi001.qhtxni (mgr.14180) 1070 : cluster 2023-11-08T02:17:26.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:17:25 smithi023 conmon[87519]: [DBG] pgmap v681: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:17:26.245 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:17:26.246 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:17:26.752 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:17:27.753 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:17:27.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:17:27 smithi001 conmon[82545]: audit 2023-11-08T02:17:26.242428+0000 mgr.smithi001.qhtxni (mgr 2023-11-08T02:17:27.990 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:17:27 smithi001 conmon[82545]: .14180) 1071 : audit [DBG] from='client.15996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:17:27.990 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:17:27 smithi001 conmon[82545]: cluster 2023-11-08T02:17:26.431205+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:17:28.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:17:27 smithi023 conmon[87519]: audit 2023-11-08T02:17:26.242428+0000 mgr.smithi001.qhtxni (mgr.14180) 1071 : audit 2023-11-08T02:17:28.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:17:27 smithi023 conmon[87519]: [DBG] from='client.15996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:17:28.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:17:27 smithi023 conmon[87519]: cluster 2023-11-08T02:17:26.431205+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:17:29.608 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:17:29.608 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:17:29.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:17:29 smithi001 conmon[82545]: cluster 2023-11-08T02:17:28.431961+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:17:30.010 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:17:30.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:17:29 smithi023 conmon[87519]: cluster 2023-11-08T02:17:28.431961+0000 mgr.smithi001.qhtxni (mgr.14180) 1073 : cluster 2023-11-08T02:17:30.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:17:29 smithi023 conmon[87519]: [DBG] pgmap v683: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:17:30.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:17:30 smithi001 conmon[82545]: audit 2023-11-08T02:17:29.604555+0000 mgr.smithi001.qhtxni (mgr.14180) 1074 : audit 2023-11-08T02:17:30.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:17:30 smithi001 conmon[82545]: [DBG] from='client.16000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:17:31.010 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:17:31.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:17:30 smithi023 conmon[87519]: audit 2023-11-08T02:17:29.604555+0000 mgr.smithi001.qhtxni (mgr.14180) 1074 : audit [DBG] from='client.16000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:17:31.953 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:17:31 smithi001 conmon[82545]: cluster 2023-11-08T02:17:30.432753+0000 mgr.smithi001.qhtxni (mgr 2023-11-08T02:17:31.953 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:17:31 smithi001 conmon[82545]: .14180) 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-11-08T02:17:32.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:17:31 smithi023 conmon[87519]: cluster 2023-11-08T02:17:30.432753+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:17:32.848 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:17:32.849 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:17:33.274 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:17:33.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:17:33 smithi001 conmon[82545]: cluster 2023-11-08T02:17:32.433275+0000 mgr.smithi001.qhtxni (mgr.14180 2023-11-08T02:17:33.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:17:33 smithi001 conmon[82545]: ) 1076 : cluster [DBG] pgmap v685: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:17:34.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:17:33 smithi023 conmon[87519]: cluster 2023-11-08T02:17:32.433275+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:17:34.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:17:33 smithi023 conmon[87519]: 1076 : cluster [DBG] pgmap v685: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:17:34.277 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:17:34.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:17:34 smithi023 conmon[87519]: audit 2023-11-08T02:17:32.845101+0000 mgr.smithi001.qhtxni ( 2023-11-08T02:17:34.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:17:34 smithi023 conmon[87519]: mgr.14180) 1077 : audit [DBG] from='client.16004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:17:34.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:17:34 smithi001 conmon[82545]: audit 2023-11-08T02:17:32. 2023-11-08T02:17:34.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:17:34 smithi001 conmon[82545]: 845101+0000 mgr.smithi001.qhtxni (mgr.14180) 1077 : audit [DBG] from='client.16004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:17:35.748 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:17:35 smithi001 conmon[82545]: cluster 2023-11-08T02:17:34.434230 2023-11-08T02:17:35.748 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:17:35 smithi001 conmon[82545]: +0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:17:36.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:17:35 smithi023 conmon[87519]: cluster 2023-11-08T02:17:34.434230+0000 mgr.smithi001.qhtxni (mgr. 2023-11-08T02:17:36.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:17:35 smithi023 conmon[87519]: 14180) 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-11-08T02:17:36.132 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:17:36.133 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:17:36.641 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:17:37.642 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:17:37.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:17:37 smithi001 conmon[82545]: audit 2023-11-08T02:17:36.128931+0000 mgr.smithi001.qhtxni (mgr.14180) 1079 2023-11-08T02:17:37.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:17:37 smithi001 conmon[82545]: : audit [DBG] from='client.16008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:17:37.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:17:37 smithi001 conmon[82545]: cluster 2023-11-08T02:17:36.434842+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:17:38.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:17:37 smithi023 conmon[87519]: audit 2023-11-08T02:17:36.128931+0000 mgr.smithi001.qhtxni (mgr.14180) 1079 2023-11-08T02:17:38.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:17:37 smithi023 conmon[87519]: : audit [DBG] from='client.16008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:17:38.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:17:37 smithi023 conmon[87519]: cluster 2023-11-08T02:17:36.434842+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:17:39.481 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:17:39.482 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:17:39.927 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:17:39 smithi001 conmon[82545]: cluster 2023-11-08T02:17:38.435485+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:17:40.007 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:17:40.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:17:39 smithi023 conmon[87519]: cluster 2023-11-08T02:17:38.435485+0000 mgr.smithi001.qhtxni (mgr. 2023-11-08T02:17:40.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:17:39 smithi023 conmon[87519]: 14180) 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-11-08T02:17:40.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:17:40 smithi001 conmon[82545]: audit 2023-11-08T02:17:39.477289+0000 mgr.smithi001.qhtxni (mgr.14180) 1082 : audit [DBG] from='client.16012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:17:41.008 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:17:41.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:17:40 smithi023 conmon[87519]: audit 2023-11-08T02:17:39.477289+0000 mgr.smithi001.qhtxni (mgr.14180) 1082 : audit [DBG] from='client.16012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:17:41.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:17:41 smithi001 conmon[82545]: cluster 2023-11-08T02:17:40.436195+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:17:42.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:17:41 smithi023 conmon[87519]: cluster 2023-11-08T02:17:40.436195+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:17:42.958 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:17:42.958 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:17:43.462 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:17:43.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:17:43 smithi001 conmon[82545]: cluster 2023-11-08T02:17:42.436840+0000 mgr.smithi001.qhtxni (mgr.14180) 1084 : cluster [DBG] pgmap v690: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:17:44.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:17:43 smithi023 conmon[87519]: cluster 2023-11-08T02:17:42.436840+0000 mgr.smithi001.qhtxni (mgr.14180) 1084 : 2023-11-08T02:17:44.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:17:43 smithi023 conmon[87519]: cluster [DBG] pgmap v690: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:17:44.463 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:17:44.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:17:44 smithi023 conmon[87519]: audit 2023-11-08T02:17:42.953879+0000 mgr.smithi001.qhtxni (mgr.14180) 1085 : audit [DBG] from='client.16016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:17:44.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:17:44 smithi001 conmon[82545]: audit 2023-11-08T02:17:42.953879+0000 mgr.smithi001.qhtxni (mgr 2023-11-08T02:17:44.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:17:44 smithi001 conmon[82545]: .14180) 1085 : audit [DBG] from='client.16016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:17:45.722 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:17:45 smithi001 conmon[82545]: cluster 2023-11-08T02:17:44.437638+0000 mgr.smithi001.qhtxni (mgr.14180) 1086 : cluster [DBG] pgmap v691: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:17:46.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:17:45 smithi023 conmon[87519]: cluster 2023-11-08T02:17:44.437638+0000 mgr.smithi001.qhtxni (mgr.14180) 1086 : cluster [DBG] pgmap v691: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:17:46.338 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:17:46.338 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:17:46.839 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:17:47.840 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:17:47.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:17:47 smithi001 conmon[82545]: audit 2023-11-08T02:17:46.334878+0000 mgr.smithi001.qhtxni (mgr.14180) 1087 : audit [DBG] from='client.16020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:17:47.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:17:47 smithi001 conmon[82545]: cluster 2023-11-08T02:17:46.438487+0000 mgr.smithi001.qhtxni (mgr.14180) 1088 : cluster [DBG] pgmap v692: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:17:48.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:17:47 smithi023 conmon[87519]: audit 2023-11-08T02:17:46.334878+0000 mgr.smithi001.qhtxni (mgr.14180) 1087 : audit [DBG] from='client.16020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:17:48.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:17:47 smithi023 conmon[87519]: cluster 2023-11-08T02:17:46.438487+0000 mgr.smithi001.qhtxni (mgr.14180) 1088 : cluster [DBG] pgmap v692: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:17:49.770 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:17:49.770 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:17:49.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:17:49 smithi001 conmon[82545]: cluster 2023-11-08T02:17:48.439030+0000 mgr.smithi001.qhtxni (mgr.14180) 1089 : cluster [DBG] pgmap v693: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:17:50.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:17:49 smithi023 conmon[87519]: cluster 2023-11-08T02:17:48.439030+0000 mgr.smithi001.qhtxni (mgr.14180) 1089 : cluster [DBG] pgmap v693: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:17:50.288 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:17:51.290 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:17:51.952 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:17:51 smithi001 conmon[82545]: audit 2023-11-08T02:17: 2023-11-08T02:17:51.952 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:17:51 smithi001 conmon[82545]: 49.766409+0000 mgr.smithi001.qhtxni (mgr.14180) 1090 : audit [DBG] from='client.16024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:17:51.953 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:17:51 smithi001 conmon[82545]: cluster 2023-11-08T02:17:50.439638+0000 mgr.smithi001.qhtxni (mgr.14180) 1091 : cluster [DBG] pgmap v694: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:17:52.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:17:51 smithi023 conmon[87519]: audit 2023-11-08T02:17:49.766409+0000 mgr.smithi001.qhtxni (mgr.14180 2023-11-08T02:17:52.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:17:51 smithi023 conmon[87519]: ) 1090 : audit [DBG] from='client.16024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:17:52.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:17:51 smithi023 conmon[87519]: cluster 2023-11-08T02:17:50.439638+0000 mgr.smithi001.qhtxni (mgr.14180) 1091 : cluster [DBG] pgmap v694: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:17:53.239 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:17:53.239 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:17:53.653 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:17:53.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:17:53 smithi001 conmon[82545]: cluster 2023-11-08T02:17:52.440394+0000 mgr.smithi001.qhtxni (mgr.14180) 1092 : cluster [DBG] pgmap v695: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:17:54.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:17:53 smithi023 conmon[87519]: cluster 2023-11-08T02:17:52.440394+0000 mgr.smithi001.qhtxni (mgr.14180) 1092 : cluster [DBG] pgmap v695: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:17:54.654 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:17:54.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:17:54 smithi023 conmon[87519]: audit 2023-11-08T02:17:53.235198+0000 mgr.smithi001.qhtxni (mgr.14180) 1093 : audit [DBG] from='client.16028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:17:54.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:17:54 smithi001 conmon[82545]: audit 2023-11-08T02:17:53.235198+0000 mgr.smithi001.qhtxni (mgr.14180) 1093 : audit [DBG] from='client.16028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:17:55.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:17:55 smithi001 conmon[82545]: cluster 2023-11-08T02:17:54.441172+0000 mgr.smithi001.qhtxni ( 2023-11-08T02:17:55.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:17:55 smithi001 conmon[82545]: mgr.14180) 1094 : cluster [DBG] pgmap v696: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:17:56.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:17:55 smithi023 conmon[87519]: cluster 2023-11-08T02:17:54.441172+0000 mgr.smithi001.qhtxni (mgr.14180) 1094 : cluster [DBG] pgmap v696: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:17:56.497 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:17:56.498 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:17:57.016 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:17:57.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:17:57 smithi001 conmon[82545]: cluster 2023-11-08T02:17:56.441768+0000 mgr.smithi001.qhtxni (mgr.14180) 1095 2023-11-08T02:17:57.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:17:57 smithi001 conmon[82545]: : cluster [DBG] pgmap v697: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:17:57.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:17:57 smithi001 conmon[82545]: audit 2023-11-08T02:17:56.494452+0000 mgr.smithi001.qhtxni (mgr.14180) 1096 : audit [DBG] from='client.16032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:17:58.017 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:17:58.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:17:57 smithi023 conmon[87519]: cluster 2023-11-08T02:17:56.441768+0000 mgr.smithi001.qhtxni (mgr.14180) 1095 : cluster [DBG] pgmap v697: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:17:58.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:17:57 smithi023 conmon[87519]: audit 2023-11-08T02:17:56.494452+0000 mgr.smithi001.qhtxni (mgr.14180) 1096 : audit [DBG] from='client.16032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:17:59.804 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:17:59.805 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:17:59.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:17:59 smithi001 conmon[82545]: cluster 2023-11-08T02:17:58.442364+0000 mgr.smithi001.qhtxni (mgr.14180) 1097 : cluster [DBG] pgmap v698: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:18:00.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:17:59 smithi023 conmon[87519]: cluster 2023-11-08T02:17:58.442364+0000 mgr.smithi001.qhtxni (mgr.14180) 1097 2023-11-08T02:18:00.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:17:59 smithi023 conmon[87519]: : cluster [DBG] pgmap v698: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:18:00.269 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:18:01.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:00 smithi023 conmon[87519]: audit 2023-11-08T02:17:59.800435+0000 mgr.smithi001.qhtxni (mgr 2023-11-08T02:18:01.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:00 smithi023 conmon[87519]: .14180) 1098 : audit [DBG] from='client.16036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:18:01.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:00 smithi023 conmon[87519]: cluster 2023-11-08T02:18:00.443021+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:18:01.205 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:00 smithi001 conmon[82545]: audit 2023-11-08T02:17:59.800435+0000 mgr.smithi001.qhtxni (mgr 2023-11-08T02:18:01.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:00 smithi001 conmon[82545]: .14180) 1098 : audit [DBG] from='client.16036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:18:01.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:00 smithi001 conmon[82545]: cluster 2023-11-08T02:18:00.443021+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:18:01.270 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:18:03.124 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:18:03.125 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:18:03.735 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:18:03.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:03 smithi023 conmon[87519]: cluster 2023-11-08T02:18:02.443707+0000 mgr.smithi001.qhtxni (mgr.14180) 1100 : cluster [DBG] pgmap v700: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:18:03.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:03 smithi001 conmon[82545]: cluster 2023-11-08T02:18:02.443707+0000 mgr.smithi001.qhtxni (mgr 2023-11-08T02:18:03.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:03 smithi001 conmon[82545]: .14180) 1100 : cluster [DBG] pgmap v700: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:18:04.736 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:18:04.768 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:04 smithi001 conmon[82545]: audit 2023-11-08T02:18:03.120135+0000 mgr.smithi001.qhtxni (mgr.14180) 1101 : audit 2023-11-08T02:18:04.768 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:04 smithi001 conmon[82545]: [DBG] from='client.16040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:18:04.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:04 smithi023 conmon[87519]: audit 2023-11-08T02:18:03.120135+0000 mgr.smithi001.qhtxni (mgr.14180) 1101 : audit [DBG] from='client.16040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:18:05.698 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:05 smithi001 conmon[82545]: cluster 2023-11-08T02:18:04.444539+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:18:05.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:05 smithi023 conmon[87519]: cluster 2023-11-08T02:18:04.444539+0000 mgr.smithi001.qhtxni (mgr.14180) 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-11-08T02:18:06.552 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:18:06.553 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:18:07.100 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:18:07.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:07 smithi023 conmon[87519]: cluster 2023-11-08T02:18:06.445187+0000 mgr.smithi001.qhtxni (mgr.14180) 1103 : cluster [DBG] pgmap v702: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-11-08T02:18:07.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:07 smithi023 conmon[87519]: audit 2023-11-08T02:18:06.549199+0000 mgr.smithi001.qhtxni (mgr.14180) 1104 : audit [DBG] from='client.16044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:18:07.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:07 smithi001 conmon[82545]: cluster 2023-11-08T02:18:06.445187+0000 mgr.smithi001.qhtxni (mgr.14180) 1103 : cluster 2023-11-08T02:18:07.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:07 smithi001 conmon[82545]: [DBG] pgmap v702: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-11-08T02:18:07.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:07 smithi001 conmon[82545]: audit 2023-11-08T02:18:06.549199+0000 mgr.smithi001.qhtxni (mgr.14180) 1104 : audit [DBG] from='client.16044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:18:08.101 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:18:09.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:09 smithi023 conmon[87519]: cluster 2023-11-08T02:18:08.445818+0000 mgr.smithi001.qhtxni (mgr.14180) 1105 : cluster [DBG] pgmap v703: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-11-08T02:18:09.884 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:18:09.885 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:18:09.904 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:09 smithi001 conmon[82545]: cluster 2023-11-08T02:18:08.445818+0000 mgr.smithi001.qhtxni (mgr.14180) 1105 : cluster [DBG] pgmap v703: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-11-08T02:18:10.354 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:18:11.356 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:18:11.705 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:11 smithi001 conmon[82545]: audit 2023-11-08T02:18:09.880546+0000 mgr.smithi001.qhtxni ( 2023-11-08T02:18:11.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:11 smithi001 conmon[82545]: mgr.14180) 1106 : audit [DBG] from='client.16048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:18:11.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:11 smithi001 conmon[82545]: cluster 2023-11-08T02:18:10.446612+0000 mgr.smithi001.qhtxni (mgr.14180) 1107 : cluster [DBG] pgmap v704: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-11-08T02:18:11.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:11 smithi023 conmon[87519]: audit 2023-11-08T02:18:09.880546+0000 mgr.smithi001.qhtxni (mgr.14180) 1106 : audit [DBG] from='client.16048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:18:11.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:11 smithi023 conmon[87519]: cluster 2023-11-08T02:18:10.446612+0000 mgr.smithi001.qhtxni (mgr.14180) 1107 : cluster [DBG] pgmap v704: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-11-08T02:18:13.297 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:18:13.297 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:18:13.776 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:13 smithi001 conmon[82545]: cluster 2023-11-08T02:18:12.447188+0000 mgr.smithi001.qhtxni ( 2023-11-08T02:18:13.776 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:13 smithi001 conmon[82545]: mgr.14180) 1108 : cluster [DBG] pgmap v705: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-11-08T02:18:13.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:13 smithi023 conmon[87519]: cluster 2023-11-08T02:18:12.447188+0000 mgr.smithi001.qhtxni (mgr.14180) 1108 : cluster [DBG] pgmap v705: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-11-08T02:18:13.822 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:18:14.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:14 smithi023 conmon[87519]: audit 2023-11-08T02:18:13.293336+0000 mgr.smithi001.qhtxni (mgr.14180) 1109 : 2023-11-08T02:18:14.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:14 smithi023 conmon[87519]: audit [DBG] from='client.16052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:18:14.824 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:18:14.856 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:14 smithi001 conmon[82545]: audit 2023-11-08T02:18:13.293336+0000 mgr.smithi001.qhtxni (mgr.14180) 1109 : audit 2023-11-08T02:18:14.856 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:14 smithi001 conmon[82545]: [DBG] from='client.16052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:18:15.705 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:15 smithi001 conmon[82545]: cluster 2023-11-08T02:18:14.447901+0000 mgr.smithi001.qhtxni (mgr.14180) 1110 : cluster [DBG] pgmap v706: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-11-08T02:18:15.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:15 smithi023 conmon[87519]: cluster 2023-11-08T02:18:14.447901+0000 mgr.smithi001.qhtxni (mgr.14180) 1110 : cluster [DBG] pgmap v706: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-11-08T02:18:16.669 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:18:16.670 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:18:17.187 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:18:17.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:17 smithi023 conmon[87519]: cluster 2023-11-08T02:18:16.448500+0000 mgr.smithi001.qhtxni (mgr.14180) 1111 : cluster [DBG] pgmap v707: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-11-08T02:18:17.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:17 smithi023 conmon[87519]: audit 2023-11-08T02:18:16.666142+0000 mgr.smithi001.qhtxni (mgr.14180) 1112 : audit [DBG] from='client.16056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:18:17.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:17 smithi001 conmon[82545]: cluster 2023-11-08T02:18:16.448500+0000 mgr.smithi001.qhtxni (mgr.14180) 1111 : cluster [DBG] pgmap v707: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-11-08T02:18:17.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:17 smithi001 conmon[82545]: audit 2023-11-08T02:18:16.666142+0000 mgr.smithi001.qhtxni (mgr.14180) 1112 : audit [DBG] from='client.16056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:18:18.189 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:18:19.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:19 smithi001 conmon[82545]: cluster 2023-11-08T02:18:18.449077+0000 mgr.smithi001.qhtxni (mgr.14180) 1113 : cluster [DBG] pgmap v708: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:18:19.920 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:18:19.921 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:18:20.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:19 smithi023 conmon[87519]: cluster 2023-11-08T02:18:18.449077+0000 mgr.smithi001.qhtxni (mgr.14180) 1113 : cluster [DBG] pgmap v708: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:18:20.439 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:18:21.440 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:18:21.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:21 smithi001 conmon[82545]: audit 2023-11-08T02:18:19.917209 2023-11-08T02:18:21.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:21 smithi001 conmon[82545]: +0000 mgr.smithi001.qhtxni (mgr.14180) 1114 : audit [DBG] from='client.16060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:18:21.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:21 smithi001 conmon[82545]: cluster 2023-11-08T02:18:20.449742+0000 mgr.smithi001.qhtxni (mgr.14180) 1115 : cluster [DBG] pgmap v709: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:18:22.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:21 smithi023 conmon[87519]: audit 2023-11-08T02:18:19.917209+0000 mgr.smithi001.qhtxni (mgr.14180) 1114 : audit [DBG] from='client.16060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:18:22.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:21 smithi023 conmon[87519]: cluster 2023-11-08T02:18:20.449742+0000 mgr.smithi001.qhtxni (mgr.14180) 1115 : cluster [DBG] pgmap v709: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:18:23.351 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:18:23.351 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:18:23.705 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:23 smithi001 conmon[82545]: cluster 2023-11-08T02:18:22.450317+0000 mgr.smithi001.qhtxni (mgr.14180) 1116 : cluster [DBG] pgmap v710: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:18:23.801 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:18:24.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:23 smithi023 conmon[87519]: cluster 2023-11-08T02:18:22.450317+0000 mgr.smithi001.qhtxni (mgr.14180) 1116 : cluster [DBG] pgmap v710: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:18:24.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:24 smithi023 conmon[87519]: audit 2023-11-08T02:18:23.347916+0000 mgr.smithi001.qhtxni (mgr.14180) 1117 : audit [DBG] from='client.16064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:18:24.803 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:18:24.833 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:24 smithi001 conmon[82545]: audit 2023-11-08T02:18:23.347916+0000 2023-11-08T02:18:24.833 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:24 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 1117 : audit [DBG] from='client.16064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:18:25.705 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:25 smithi001 conmon[82545]: cluster 2023-11-08T 2023-11-08T02:18:25.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:25 smithi001 conmon[82545]: 02:18:24.451058+0000 mgr.smithi001.qhtxni (mgr.14180) 1118 : cluster [DBG] pgmap v711: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:18:26.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:25 smithi023 conmon[87519]: cluster 2023-11-08T02:18:24.451058+0000 mgr.smithi001.qhtxni (mgr.14180) 1118 : cluster [DBG] pgmap v711: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:18:26.649 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:18:26.649 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:18:27.166 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:18:27.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:27 smithi001 conmon[82545]: cluster 2023-11-08T02:18:26.451653+0000 mgr.smithi001.qhtxni (mgr.14180) 1119 : cluster [DBG] pgmap v712: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:18:27.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:27 smithi001 conmon[82545]: audit 2023-11-08T02:18:26.645412+0000 mgr.smithi001.qhtxni (mgr.14180) 1120 : audit [DBG] from='client.16068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:18:28.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:27 smithi023 conmon[87519]: cluster 2023-11-08T02:18:26.451653+0000 mgr.smithi001.qhtxni (mgr.14180) 1119 : cluster [DBG] pgmap v712: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:18:28.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:27 smithi023 conmon[87519]: audit 2023-11-08T02:18:26.645412+0000 mgr.smithi001.qhtxni (mgr.14180) 1120 : audit [DBG] from='client.16068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:18:28.168 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:18:29.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:29 smithi001 conmon[82545]: cluster 2023-11-08T02:18:28.452268+0000 mgr.smithi001.qhtxni (mgr.14180) 1121 : cluster [DBG] pgmap v713: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:18:29.985 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:18:29.985 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:18:30.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:29 smithi023 conmon[87519]: cluster 2023-11-08T02:18:28.452268+0000 mgr.smithi001.qhtxni (mgr.14180) 1121 2023-11-08T02:18:30.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:29 smithi023 conmon[87519]: : cluster [DBG] pgmap v713: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:18:30.418 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:18:31.420 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:18:31.705 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:31 smithi001 conmon[82545]: audit 2023-11-08T02:18:29.981968+0000 2023-11-08T02:18:31.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:31 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 1122 : audit [DBG] from='client.16072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:18:31.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:31 smithi001 conmon[82545]: cluster 2023-11-08T02:18:30.452996+0000 mgr.smithi001.qhtxni (mgr.14180) 1123 : cluster [DBG] pgmap v714: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:18:32.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:31 smithi023 conmon[87519]: audit 2023-11-08T02:18:29.981968+0000 mgr.smithi001.qhtxni (mgr.14180) 1122 : audit [DBG] from='client.16072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:18:32.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:31 smithi023 conmon[87519]: cluster 2023-11-08T02:18:30.452996+0000 mgr.smithi001.qhtxni (mgr.14180) 1123 : cluster [DBG] pgmap v714: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:18:33.255 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:18:33.256 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:18:33.680 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:18:33.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:33 smithi001 conmon[82545]: cluster 2023-11-08T02:18:32.453517+0000 2023-11-08T02:18:33.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:33 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 1124 : cluster [DBG] pgmap v715: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:18:34.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:33 smithi023 conmon[87519]: cluster 2023-11-08T02:18:32.453517+0000 mgr.smithi001.qhtxni (mgr.14180) 1124 : cluster [DBG] pgmap v715: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:18:34.681 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:18:34.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:34 smithi023 conmon[87519]: audit 2023-11-08T02:18:33.252094+0000 mgr.smithi001.qhtxni ( 2023-11-08T02:18:34.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:34 smithi023 conmon[87519]: mgr.14180) 1125 : audit [DBG] from='client.16076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:18:34.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:34 smithi001 conmon[82545]: audit 2023-11-08T02:18:33.252094+0000 mgr.smithi001.qhtxni (mgr. 2023-11-08T02:18:34.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:34 smithi001 conmon[82545]: 14180) 1125 : audit [DBG] from='client.16076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:18:35.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:35 smithi001 conmon[82545]: cluster 2023-11-08T02:18: 2023-11-08T02:18:35.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:35 smithi001 conmon[82545]: 34.454326+0000 mgr.smithi001.qhtxni (mgr.14180) 1126 : cluster [DBG] pgmap v716: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:18:36.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:35 smithi023 conmon[87519]: cluster 2023-11-08T02:18:34.454326+0000 mgr.smithi001.qhtxni (mgr.14180) 1126 : 2023-11-08T02:18:36.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:35 smithi023 conmon[87519]: cluster [DBG] pgmap v716: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:18:36.509 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:18:36.510 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:09:56.072970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.prjihf on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:18:37.035 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:18:37.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:37 smithi001 conmon[82545]: cluster 2023-11-08T02:18:36.454933+0000 mgr.smithi001.qhtxni (mgr.14180) 1127 : 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-11-08T02:18:37.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:37 smithi001 conmon[82545]: audit 2023-11-08T02:18:36.506635+0000 mgr.smithi001.qhtxni (mgr.14180) 1128 : audit [DBG] from='client.16080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:18:38.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:37 smithi023 conmon[87519]: cluster 2023-11-08T02:18:36.454933+0000 mgr.smithi001.qhtxni (mgr.14180) 1127 : 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-11-08T02:18:38.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:37 smithi023 conmon[87519]: audit 2023-11-08T02:18:36.506635+0000 mgr.smithi001.qhtxni (mgr.14180) 1128 : audit [DBG] from='client.16080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:18:38.036 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:18:39.705 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:39 smithi001 conmon[82545]: cluster 2023-11-08T02:18:38.455686+0000 mgr.smithi001.qhtxni (mgr.14180) 1129 : 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-11-08T02:18:39.882 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:18:39.883 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:18:39.608920Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.qpncnq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\nDeploy daemon haproxy.nfs.foo.smithi023.qpncnq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:16:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:17: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-11-08T02:18:02Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:18:40.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:39 smithi023 conmon[87519]: cluster 2023-11-08T02:18:38.455686+0000 mgr.smithi001.qhtxni (mgr.14180) 1129 : 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-11-08T02:18:40.393 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:18:40.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:40 smithi001 conmon[82545]: cephadm 2023-11-08T02:18:39.607681+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:18:40.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:40 smithi001 conmon[82545]: 1130 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq 2023-11-08T02:18:40.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:40 smithi001 conmon[82545]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq 2023-11-08T02:18:40.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:40 smithi001 conmon[82545]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq 2023-11-08T02:18:40.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:40 smithi001 conmon[82545]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq 2023-11-08T02:18:40.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:40 smithi001 conmon[82545]: Deploy daemon haproxy.nfs.foo.smithi023.qpncnq ... 2023-11-08T02:18:40.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:40 smithi001 conmon[82545]: 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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:18:40.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:40 smithi001 conmon[82545]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T02:18:40.708 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:40 smithi001 conmon[82545]: stat: stderr time="2023-11-08T02:16:47Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:18:40.708 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:40 smithi001 conmon[82545]: stat: stderr time="2023-11-08T02:17: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-11-08T02:18:40.708 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:40 smithi001 conmon[82545]: stat: stderr time="2023-11-08T02:18:02Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:18:40.708 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:40 smithi001 conmon[82545]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T02:18:40.709 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:40 smithi001 conmon[82545]: 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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:18:40.709 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:40 smithi001 conmon[82545]: Traceback (most recent call last): 2023-11-08T02:18:40.709 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:40 smithi001 conmon[82545]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:18:40.709 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:40 smithi001 conmon[82545]: yield (conn, connr) 2023-11-08T02:18:40.709 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:40 smithi001 conmon[82545]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:18:40.710 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:40 smithi001 conmon[82545]: code, '\n'.join(err))) 2023-11-08T02:18:40.710 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:40 smithi001 conmon[82545]: 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-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq 2023-11-08T02:18:40.710 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:40 smithi001 conmon[82545]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq 2023-11-08T02:18:40.710 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:40 smithi001 conmon[82545]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq 2023-11-08T02:18:40.710 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:40 smithi001 conmon[82545]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq 2023-11-08T02:18:40.711 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:40 smithi001 conmon[82545]: Deploy daemon haproxy.nfs.foo.smithi023.qpncnq ... 2023-11-08T02:18:40.711 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:40 smithi001 conmon[82545]: 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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:18:40.711 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:40 smithi001 conmon[82545]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T02:18:40.711 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:40 smithi001 conmon[82545]: stat: stderr time="2023-11-08T02:16:47Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:18:40.711 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:40 smithi001 conmon[82545]: stat: stderr time="2023-11-08T02:17: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-11-08T02:18:40.712 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:40 smithi001 conmon[82545]: stat: stderr time="2023-11-08T02:18:02Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:18:40.712 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:40 smithi001 conmon[82545]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T02:18:40.712 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:40 smithi001 conmon[82545]: 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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:18:40.712 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:40 smithi001 conmon[82545]: cephadm 2023-11-08T02:18:39.60 2023-11-08T02:18:40.712 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:40 smithi001 conmon[82545]: 7942+0000 mgr.smithi001.qhtxni (mgr.14180) 1131 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi023.qpncnq 2023-11-08T02:18:40.713 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:40 smithi001 conmon[82545]: audit 2023-11-08T02:18:39.608315+0000 mon.smithi001 (mon.0) 755 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi023.qpncnq"}]: dispatch 2023-11-08T02:18:40.713 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:40 smithi001 conmon[82545]: cephadm 2023-11-08T02:18:39.609011+0000 mgr.smithi001.qhtxni (mgr.14180) 1132 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi023.qpncnq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq 2023-11-08T02:18:40.713 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:40 smithi001 conmon[82545]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq 2023-11-08T02:18:40.713 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:40 smithi001 conmon[82545]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq 2023-11-08T02:18:40.714 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:40 smithi001 conmon[82545]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq 2023-11-08T02:18:40.714 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:40 smithi001 conmon[82545]: Deploy daemon haproxy.nfs.foo.smithi023.qpncnq ... 2023-11-08T02:18:40.714 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:40 smithi001 conmon[82545]: 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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:18:40.714 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:40 smithi001 conmon[82545]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T02:18:40.714 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:40 smithi001 conmon[82545]: stat: stderr time="2023-11-08T02:16:47Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:18:40.715 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:40 smithi001 conmon[82545]: stat: stderr time="2023-11-08T02:17: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-11-08T02:18:40.715 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:40 smithi001 conmon[82545]: stat: stderr time="2023-11-08T02:18:02Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:18:40.715 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:40 smithi001 conmon[82545]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T02:18:40.715 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:40 smithi001 conmon[82545]: 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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:18:40.715 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:40 smithi001 conmon[82545]: cephadm 2023-11-08T02:18:39.610524+0000 mgr.smithi001.qhtxni (mgr.14180) 1133 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi001.nshniw on smithi001 2023-11-08T02:18:41.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:40 smithi023 conmon[87519]: cephadm 2023-11-08T02:18:39.607681+0000 mgr.smithi001.qhtxni (mgr.14180) 1130 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq 2023-11-08T02:18:41.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:40 smithi023 conmon[87519]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq 2023-11-08T02:18:41.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:40 smithi023 conmon[87519]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq 2023-11-08T02:18:41.030 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:40 smithi023 conmon[87519]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq 2023-11-08T02:18:41.030 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:40 smithi023 conmon[87519]: Deploy daemon haproxy.nfs.foo.smithi023.qpncnq ... 2023-11-08T02:18:41.030 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:40 smithi023 conmon[87519]: 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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:18:41.030 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:40 smithi023 conmon[87519]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T02:18:41.030 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:40 smithi023 conmon[87519]: stat: stderr time="2023-11-08T02:16:47Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:18:41.031 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:40 smithi023 conmon[87519]: stat: stderr time="2023-11-08T02:17: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-11-08T02:18:41.031 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:40 smithi023 conmon[87519]: stat: stderr time="2023-11-08T02:18:02Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:18:41.031 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:40 smithi023 conmon[87519]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T02:18:41.031 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:40 smithi023 conmon[87519]: 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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:18:41.031 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:40 smithi023 conmon[87519]: Traceback (most recent call last): 2023-11-08T02:18:41.032 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:40 smithi023 conmon[87519]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:18:41.032 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:40 smithi023 conmon[87519]: yield (conn, connr) 2023-11-08T02:18:41.032 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:40 smithi023 conmon[87519]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:18:41.032 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:40 smithi023 conmon[87519]: code, '\n'.join(err))) 2023-11-08T02:18:41.032 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:40 smithi023 conmon[87519]: 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-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq 2023-11-08T02:18:41.033 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:40 smithi023 conmon[87519]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq 2023-11-08T02:18:41.033 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:40 smithi023 conmon[87519]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq 2023-11-08T02:18:41.033 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:40 smithi023 conmon[87519]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq 2023-11-08T02:18:41.033 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:40 smithi023 conmon[87519]: Deploy daemon haproxy.nfs.foo.smithi023.qpncnq ... 2023-11-08T02:18:41.033 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:40 smithi023 conmon[87519]: 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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:18:41.034 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:40 smithi023 conmon[87519]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T02:18:41.034 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:40 smithi023 conmon[87519]: stat: stderr time="2023-11-08T02:16:47Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:18:41.034 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:40 smithi023 conmon[87519]: stat: stderr time="2023-11-08T02:17: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-11-08T02:18:41.034 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:40 smithi023 conmon[87519]: stat: stderr time="2023-11-08T02:18:02Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:18:41.034 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:40 smithi023 conmon[87519]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T02:18:41.035 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:40 smithi023 conmon[87519]: 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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docke 2023-11-08T02:18:41.035 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:40 smithi023 conmon[87519]: r.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:18:41.035 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:40 smithi023 conmon[87519]: cephadm 2023-11-08T02:18:39.607942+0000 mgr.smithi001.qhtxni (mgr.14180) 1131 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi023.qpncnq 2023-11-08T02:18:41.035 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:40 smithi023 conmon[87519]: audit 2023-11-08T02:18:39.608315+0000 mon.smithi001 (mon.0) 755 : audit [INF] from='mgr.14180 172.21.15.1:0/2801246445' entity='mgr.smithi001.qhtxni' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi023.qpncnq"}]: dispatch 2023-11-08T02:18:41.035 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:40 smithi023 conmon[87519]: cephadm 2023-11-08T02:18:39.609011+0000 mgr.smithi001.qhtxni (mgr.14180) 1132 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi023.qpncnq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq 2023-11-08T02:18:41.036 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:40 smithi023 conmon[87519]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq 2023-11-08T02:18:41.036 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:40 smithi023 conmon[87519]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq 2023-11-08T02:18:41.036 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:40 smithi023 conmon[87519]: /bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq 2023-11-08T02:18:41.036 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:40 smithi023 conmon[87519]: Deploy daemon haproxy.nfs.foo.smithi023.qpncnq ... 2023-11-08T02:18:41.036 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:40 smithi023 conmon[87519]: 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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:18:41.037 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:40 smithi023 conmon[87519]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T02:18:41.037 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:40 smithi023 conmon[87519]: stat: stderr time="2023-11-08T02:16:47Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:18:41.037 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:40 smithi023 conmon[87519]: stat: stderr time="2023-11-08T02:17: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-11-08T02:18:41.037 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:40 smithi023 conmon[87519]: stat: stderr time="2023-11-08T02:18:02Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:18:41.037 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:40 smithi023 conmon[87519]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T02:18:41.038 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:40 smithi023 conmon[87519]: 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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:18:41.038 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:40 smithi023 conmon[87519]: cephadm 2023-11-08T02:18:39.610524+0000 mgr.smithi001.qhtxni (mgr.14180) 1133 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi001.nshniw on smithi001 2023-11-08T02:18:41.394 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:18:41.705 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:41 smithi001 conmon[82545]: audit 2023-11-08T02:18:39.879220+0000 mgr.smithi001.qhtxni ( 2023-11-08T02:18:41.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:41 smithi001 conmon[82545]: mgr.14180) 1134 : audit [DBG] from='client.16084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:18:41.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:41 smithi001 conmon[82545]: cluster 2023-11-08T02:18:40.456278+0000 mgr.smithi001.qhtxni (mgr.14180) 1135 : 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-11-08T02:18:42.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:41 smithi023 conmon[87519]: audit 2023-11-08T02:18:39.879220+0000 mgr.smithi001.qhtxni (mgr.14180) 1134 : audit [DBG] from='client.16084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:18:42.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:41 smithi023 conmon[87519]: cluster 2023-11-08T02:18:40.456278+0000 mgr.smithi001.qhtxni (mgr.14180) 1135 : 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-11-08T02:18:43.226 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:18:43.226 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:18:39.608920Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.qpncnq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\nDeploy daemon haproxy.nfs.foo.smithi023.qpncnq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:16:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:17: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-11-08T02:18:02Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:18:43.652 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:18:43.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:43 smithi001 conmon[82545]: cluster 2023-11-08T02:18:42.457031+0000 2023-11-08T02:18:43.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:43 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 1136 : 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-11-08T02:18:44.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:43 smithi023 conmon[87519]: cluster 2023-11-08T02:18:42.457031+0000 mgr.smithi001.qhtxni (mgr.14180) 1136 : 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-11-08T02:18:44.653 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:18:44.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:44 smithi023 conmon[87519]: audit 2023-11-08T02:18:43.222096+0000 mgr.smithi001.qhtxni (mgr. 2023-11-08T02:18:44.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:44 smithi023 conmon[87519]: 14180) 1137 : audit [DBG] from='client.16088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:18:44.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:44 smithi001 conmon[82545]: audit 2023-11-08T02:18:43.222096+0000 mgr.smithi001.qhtxni (mgr.14180) 1137 : audit [DBG] from='client.16088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:18:45.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:45 smithi001 conmon[82545]: cluster 2023-11-08T02:18:44.457782+0000 mgr.smithi001.qhtxni (mgr.14180) 1138 2023-11-08T02:18:45.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:45 smithi001 conmon[82545]: : 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-11-08T02:18:46.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:45 smithi023 conmon[87519]: cluster 2023-11-08T02:18:44.457782+0000 mgr.smithi001.qhtxni (mgr.14180) 1138 2023-11-08T02:18:46.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:45 smithi023 conmon[87519]: : 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-11-08T02:18:46.482 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:18:46.483 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:18:39.608920Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.qpncnq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\nDeploy daemon haproxy.nfs.foo.smithi023.qpncnq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:16:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:17: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-11-08T02:18:02Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:18:46.916 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:18:47.917 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:18:47.947 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:47 smithi001 conmon[82545]: cluster 2023-11-08T02:18:46.458505+0000 mgr.smithi001.qhtxni (mgr.14180) 1139 2023-11-08T02:18:47.948 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:47 smithi001 conmon[82545]: : 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-11-08T02:18:47.948 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:47 smithi001 conmon[82545]: audit 2023-11-08T02:18:46.478867+0000 mgr.smithi001.qhtxni (mgr.14180) 1140 : audit [DBG] from='client.16092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:18:48.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:47 smithi023 conmon[87519]: cluster 2023-11-08T02:18:46.458505+0000 mgr.smithi001.qhtxni (mgr.14180) 1139 : 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-11-08T02:18:48.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:47 smithi023 conmon[87519]: audit 2023-11-08T02:18:48.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:47 smithi023 conmon[87519]: 2023-11-08T02:18:46.478867+0000 mgr.smithi001.qhtxni (mgr.14180) 1140 : audit [DBG] from='client.16092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:18:49.730 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:18:49.731 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:18:39.608920Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.qpncnq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\nDeploy daemon haproxy.nfs.foo.smithi023.qpncnq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:16:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:17: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-11-08T02:18:02Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:18:49.919 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:49 smithi001 conmon[82545]: cluster 2023-11-08T02:18:48.459316+0000 mgr.smithi001.qhtxni (mgr.14180) 1141 : 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-11-08T02:18:50.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:49 smithi023 conmon[87519]: cluster 2023-11-08T02:18:48.459316+0000 mgr.smithi001.qhtxni (mgr.14180) 1141 : 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-11-08T02:18:50.170 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:18:51.171 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:18:51.914 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:51 smithi001 conmon[82545]: audit 2023-11-08T02:18:49.726274+0000 mgr.smithi001.qhtxni (mgr.14180) 1142 : audit [DBG] from='client.16096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:18:51.915 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:51 smithi001 conmon[82545]: cluster 2023-11-08T02:18:50.460205+0000 mgr.smithi001.qhtxni (mgr.14180) 1143 : cluster [DBG] pgmap v724: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:18:52.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:51 smithi023 conmon[87519]: audit 2023-11-08T02:18:49.726274+0000 mgr.smithi001.qhtxni (mgr.14180) 1142 : audit [DBG] from='client.16096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:18:52.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:51 smithi023 conmon[87519]: cluster 2023-11-08T02:18:50.460205+0000 mgr.smithi001.qhtxni (mgr.14180) 1143 : cluster [DBG] pgmap v724: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:18:53.002 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:18:53.003 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:18:39.608920Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.qpncnq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\nDeploy daemon haproxy.nfs.foo.smithi023.qpncnq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:16:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:17: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-11-08T02:18:02Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:18:53.432 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:18:53.705 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:53 smithi001 conmon[82545]: cluster 2023-11-08T02:18:52.460957+0000 mgr.smithi001.qhtxni (mgr. 2023-11-08T02:18:53.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:53 smithi001 conmon[82545]: 14180) 1144 : cluster [DBG] pgmap v725: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:18:54.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:53 smithi023 conmon[87519]: cluster 2023-11-08T02:18:52.460957+0000 mgr.smithi001.qhtxni (mgr.14180) 1144 : cluster [DBG] pgmap v725: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:18:54.433 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:18:54.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:54 smithi023 conmon[87519]: audit 2023-11-08T02:18:52.998360+0000 mgr.smithi001.qhtxni (mgr.14180) 1145 : audit [DBG] from='client.16100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:18:54.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:54 smithi001 conmon[82545]: audit 2023-11-08T02:18:52.998360+0000 mgr.smithi001.qhtxni 2023-11-08T02:18:54.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:54 smithi001 conmon[82545]: (mgr.14180) 1145 : audit [DBG] from='client.16100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:18:55.705 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:55 smithi001 conmon[82545]: cluster 2023-11-08T02:18:54.461681+0000 mgr.smithi001.qhtxni (mgr.14180) 1146 : cluster [DBG] pgmap v726: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:18:56.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:55 smithi023 conmon[87519]: cluster 2023-11-08T02:18:54.461681+0000 mgr.smithi001.qhtxni (mgr.14180) 1146 : cluster [DBG] pgmap v726: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:18:56.230 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:18:56.231 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:18:39.608920Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.qpncnq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\nDeploy daemon haproxy.nfs.foo.smithi023.qpncnq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:16:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:17: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-11-08T02:18:02Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:18:56.780 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:18:57.781 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:18:57.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:57 smithi001 conmon[82545]: audit 2023-11-08T02:18:56.227102+0000 mgr.smithi001.qhtxni (mgr.14180) 1147 : audit [DBG] from='client.16104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:18:57.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:57 smithi001 conmon[82545]: cluster 2023-11-08T02:18:56.462287+0000 mgr.smithi001.qhtxni (mgr.14180) 1148 : cluster [DBG] pgmap v727: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:18:58.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:57 smithi023 conmon[87519]: audit 2023-11-08T02:18:56.227102+0000 mgr.smithi001.qhtxni (mgr.14180) 1147 : audit [DBG] from='client.16104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:18:58.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:57 smithi023 conmon[87519]: cluster 2023-11-08T02:18:56.462287+0000 mgr.smithi001.qhtxni (mgr.14180) 1148 : cluster [DBG] pgmap v727: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:18:59.586 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:18:59.587 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:18:39.608920Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.qpncnq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\nDeploy daemon haproxy.nfs.foo.smithi023.qpncnq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:16:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:17: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-11-08T02:18:02Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:18:59.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:18:59 smithi001 conmon[82545]: cluster 2023-11-08T02:18:58.462886+0000 mgr.smithi001.qhtxni (mgr.14180) 1149 : cluster [DBG] pgmap v728: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:19:00.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:59 smithi023 conmon[87519]: cluster 2023-11-08T02:18:58.462886+0000 mgr.smithi001.qhtxni (mgr.14180) 1149 : cluster [DBG] 2023-11-08T02:19:00.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:18:59 smithi023 conmon[87519]: pgmap v728: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:19:00.035 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:19:00.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:19:00 smithi001 conmon[82545]: audit 2023-11-08T02:18:59.583188+0000 mgr.smithi001.qhtxni (mgr.14180) 1150 : audit [DBG] from='client.16108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:19:01.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:19:00 smithi023 conmon[87519]: audit 2023-11-08T02:18:59.583188+0000 mgr.smithi001.qhtxni (mgr.14180) 1150 : audit [DBG] from='client.16108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:19:01.036 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:19:01.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:19:01 smithi001 conmon[82545]: cluster 2023-11-08T02:19:00.463480+0000 mgr.smithi001.qhtxni ( 2023-11-08T02:19:01.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:19:01 smithi001 conmon[82545]: mgr.14180) 1151 : cluster [DBG] pgmap v729: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:19:02.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:19:01 smithi023 conmon[87519]: cluster 2023-11-08T02:19:00.463480+0000 mgr.smithi001.qhtxni (mgr.14180) 1151 : cluster [DBG] pgmap v729: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:19:02.854 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:19:02.854 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:18:39.608920Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.qpncnq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\nDeploy daemon haproxy.nfs.foo.smithi023.qpncnq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:16:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:17: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-11-08T02:18:02Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:19:03.301 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:19:03.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:19:03 smithi001 conmon[82545]: cluster 2023-11-08T02:19:02.464006+0000 mgr.smithi001.qhtxni (mgr.14180) 1152 : cluster 2023-11-08T02:19:03.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:19:03 smithi001 conmon[82545]: [DBG] pgmap v730: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:19:04.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:19:03 smithi023 conmon[87519]: cluster 2023-11-08T02:19:02.464006+0000 mgr.smithi001.qhtxni (mgr.14180) 1152 : cluster [DBG] pgmap v730: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:19:04.303 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:19:04.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:19:04 smithi023 conmon[87519]: audit 2023-11-08T02:19:02.850674+0000 mgr.smithi001.qhtxni (mgr.14180) 1153 : audit [DBG] from='client.16112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:19:04.898 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:19:04 smithi001 conmon[82545]: audit 2023-11-08T02:19:02.850674+0000 mgr.smithi001.qhtxni (mgr.14180) 1153 : 2023-11-08T02:19:04.899 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:19:04 smithi001 conmon[82545]: audit [DBG] from='client.16112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:19:05.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:19:05 smithi001 conmon[82545]: cluster 2023-11-08T02:19:04 2023-11-08T02:19:05.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:19:05 smithi001 conmon[82545]: .464631+0000 mgr.smithi001.qhtxni (mgr.14180) 1154 : cluster [DBG] pgmap v731: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:19:06.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:19:05 smithi023 conmon[87519]: cluster 2023-11-08T02:19:04.464631+0000 mgr.smithi001.qhtxni (mgr.14180) 1154 : cluster [DBG] pgmap v731: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:19:06.115 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:19:06.116 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:18:39.608920Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.qpncnq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\nDeploy daemon haproxy.nfs.foo.smithi023.qpncnq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:16:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:17: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-11-08T02:18:02Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:19:06.652 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:19:07.654 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:19:07.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:19:07 smithi001 conmon[82545]: audit 2023-11-08T02:19:06.112444+0000 mgr.smithi001.qhtxni (mgr.14180) 1155 : audit [DBG] from='client.16116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:19:07.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:19:07 smithi001 conmon[82545]: cluster 2023-11-08T02:19:06.465327+0000 mgr.smithi001.qhtxni (mgr.14180) 1156 : cluster [DBG] pgmap v732: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:19:08.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:19:07 smithi023 conmon[87519]: audit 2023-11-08T02:19:06.112444+0000 mgr.smithi001.qhtxni (mgr.14180) 1155 : audit [DBG] from='client.16116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:19:08.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:19:07 smithi023 conmon[87519]: cluster 2023-11-08T02:19:06.465327+0000 mgr.smithi001.qhtxni (mgr.14180) 1156 : cluster [DBG] pgmap v732: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:19:09.455 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:19:09.456 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:18:39.608920Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.qpncnq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\nDeploy daemon haproxy.nfs.foo.smithi023.qpncnq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:16:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:17: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-11-08T02:18:02Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:19:09.894 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:19:09 smithi001 conmon[82545]: cluster 2023-11-08T02:19:08.466165+0000 mgr.smithi001.qhtxni (mgr.14180) 1157 : cluster [DBG] pgmap v733: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:19:09.915 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:19:10.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:19:09 smithi023 conmon[87519]: cluster 2023-11-08T02:19:08.466165+0000 mgr.smithi001.qhtxni (mgr.14180) 1157 : cluster [DBG] pgmap v733: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:19:10.917 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:19:10.948 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:19:10 smithi001 conmon[82545]: audit 2023-11-08T02:19:09.451961+0000 mgr.smithi001.qhtxni (mgr.14180) 1158 : audit [DBG] from='client.16120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:19:11.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:19:10 smithi023 conmon[87519]: audit 2023-11-08T02:19:09.451961+0000 mgr.smithi001.qhtxni (mgr.14180) 1158 : audit [DBG] from='client.16120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:19:11.849 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:19:11 smithi001 conmon[82545]: cluster 2023-11-08T02:19:10.466873+0000 mgr.smithi001.qhtxni 2023-11-08T02:19:11.850 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:19:11 smithi001 conmon[82545]: (mgr.14180) 1159 : cluster [DBG] pgmap v734: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:19:12.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:19:11 smithi023 conmon[87519]: cluster 2023-11-08T02:19:10.466873+0000 mgr.smithi001.qhtxni (mgr.14180) 1159 : cluster [DBG] pgmap v734: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:19:12.732 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:19:12.732 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:18:39.608920Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.qpncnq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\nDeploy daemon haproxy.nfs.foo.smithi023.qpncnq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:16:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:17: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-11-08T02:18:02Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:19:13.265 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:19:13.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:19:13 smithi001 conmon[82545]: cluster 2023-11-08T02:19:12.467554+0000 mgr.smithi001.qhtxni (mgr.14180) 1160 2023-11-08T02:19:13.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:19:13 smithi001 conmon[82545]: : cluster [DBG] pgmap v735: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:19:14.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:19:13 smithi023 conmon[87519]: cluster 2023-11-08T02:19:12.467554+0000 mgr.smithi001.qhtxni (mgr.14180) 1160 : cluster [DBG] pgmap v735: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:19:14.267 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:19:14.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:19:14 smithi023 conmon[87519]: audit 2023-11-08T02:19:12.728677+0000 mgr.smithi001.qhtxni (mgr. 2023-11-08T02:19:14.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:19:14 smithi023 conmon[87519]: 14180) 1161 : audit [DBG] from='client.16124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:19:14.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:19:14 smithi001 conmon[82545]: audit 2023-11-08T02:19:12.728677 2023-11-08T02:19:14.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:19:14 smithi001 conmon[82545]: +0000 mgr.smithi001.qhtxni (mgr.14180) 1161 : audit [DBG] from='client.16124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:19:15.705 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:19:15 smithi001 conmon[82545]: cluster 2023-11 2023-11-08T02:19:15.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:19:15 smithi001 conmon[82545]: -08T02:19:14.468430+0000 mgr.smithi001.qhtxni (mgr.14180) 1162 : cluster [DBG] pgmap v736: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:19:16.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:19:15 smithi023 conmon[87519]: cluster 2023-11-08T02:19:14.468430+0000 mgr.smithi001.qhtxni (mgr.14180) 1162 : cluster [DBG] pgmap v736: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:19:16.146 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:19:16.146 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:18:39.608920Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.qpncnq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\nDeploy daemon haproxy.nfs.foo.smithi023.qpncnq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:16:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:17: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-11-08T02:18:02Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:19:16.629 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:19:17.630 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:19:17.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:19:17 smithi001 conmon[82545]: audit 2023-11-08T02:19:16.142546 2023-11-08T02:19:17.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:19:17 smithi001 conmon[82545]: +0000 mgr.smithi001.qhtxni (mgr.14180) 1163 : audit [DBG] from='client.16128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:19:17.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:19:17 smithi001 conmon[82545]: cluster 2023-11-08T02:19:16.469145+0000 mgr.smithi001.qhtxni (mgr.14180) 1164 : cluster [DBG] pgmap v737: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:19:18.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:19:17 smithi023 conmon[87519]: audit 2023-11-08T02:19:16.142546+0000 mgr.smithi001.qhtxni (mgr.14180) 1163 : audit 2023-11-08T02:19:18.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:19:17 smithi023 conmon[87519]: [DBG] from='client.16128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:19:18.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:19:17 smithi023 conmon[87519]: cluster 2023-11-08T02:19:16.469145+0000 mgr.smithi001.qhtxni (mgr.14180) 1164 : cluster [DBG] pgmap v737: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:19:19.442 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:19:19.443 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:18:39.608920Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.qpncnq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\nDeploy daemon haproxy.nfs.foo.smithi023.qpncnq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:16:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:17: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-11-08T02:18:02Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:19:19.883 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:19:19 smithi001 conmon[82545]: cluster 2023-11-08T02:19:18.469753+0000 mgr.smithi001.qhtxni (mgr.14180) 1165 : cluster [DBG] pgmap v738: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:19:19.885 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:19:20.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:19:19 smithi023 conmon[87519]: cluster 2023-11-08T02:19:18.469753+0000 mgr.smithi001.qhtxni (mgr.14180) 1165 : cluster [DBG] pgmap v738: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:19:20.886 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:19:20.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:19:20 smithi001 conmon[82545]: audit 2023-11-08T02:19:19.438375+0000 mgr.smithi001.qhtxni (mgr.14180) 1166 : audit 2023-11-08T02:19:20.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:19:20 smithi001 conmon[82545]: [DBG] from='client.16132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:19:21.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:19:20 smithi023 conmon[87519]: audit 2023-11-08T02:19:19.438375+0000 mgr.smithi001.qhtxni (mgr.14180) 1166 : audit [DBG] from='client.16132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:19:21.705 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:19:21 smithi001 conmon[82545]: cluster 2023-11-08T02:19:20.470427+0000 mgr.smithi001.qhtxni (mgr.14180) 1167 : cluster [DBG] pgmap v739: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:19:22.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:19:21 smithi023 conmon[87519]: cluster 2023-11-08T02:19:20.470427+0000 mgr.smithi001.qhtxni (mgr.14180) 1167 : cluster [DBG] pgmap v739: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:19:22.813 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:19:22.813 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:18:39.608920Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.qpncnq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\nDeploy daemon haproxy.nfs.foo.smithi023.qpncnq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:16:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:17: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-11-08T02:18:02Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:19:23.347 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:19:23.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:19:23 smithi001 conmon[82545]: cluster 2023-11-08T02:19:22.470958+0000 mgr.smithi001.qhtxni (mgr.14180) 1168 : cluster [DBG] pgmap v740: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:19:24.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:19:23 smithi023 conmon[87519]: cluster 2023-11-08T02:19:22.470958+0000 mgr.smithi001.qhtxni (mgr.14180) 1168 : cluster [DBG] pgmap v740: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:19:24.348 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:19:24.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:19:24 smithi023 conmon[87519]: audit 2023-11-08T02:19:22.808486+0000 mgr.smithi001.qhtxni (mgr.14180) 1169 : audit [DBG] from='client.16136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:19:24.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:19:24 smithi001 conmon[82545]: audit 2023-11-08T02:19:22.808486+0000 mgr.smithi001.qhtxni 2023-11-08T02:19:24.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:19:24 smithi001 conmon[82545]: (mgr.14180) 1169 : audit [DBG] from='client.16136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:19:25.875 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:19:25 smithi001 conmon[82545]: cluster 2023-11-08T02:19:24.471633+0000 mgr.smithi001.qhtxni (mgr.14180) 1170 : cluster [DBG] pgmap v741: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:19:26.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:19:25 smithi023 conmon[87519]: cluster 2023-11-08T02:19:24.471633+0000 mgr.smithi001.qhtxni (mgr.14180) 1170 : cluster [DBG] pgmap v741: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:19:26.218 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:19:26.218 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:18:39.608920Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.qpncnq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\nDeploy daemon haproxy.nfs.foo.smithi023.qpncnq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:16:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:17: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-11-08T02:18:02Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:19:26.696 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:19:27.697 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:19:27.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:19:27 smithi001 conmon[82545]: audit 2023-11-08T02:19:26.214454+0000 mgr.smithi001.qhtxni (mgr.14180) 1171 : audit [DBG] from='client.16140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:19:27.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:19:27 smithi001 conmon[82545]: cluster 2023-11-08T02:19:26.472200+0000 mgr.smithi001.qhtxni (mgr.14180) 1172 : cluster [DBG] pgmap v742: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:19:28.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:19:27 smithi023 conmon[87519]: audit 2023-11-08T02:19:26.214454+0000 mgr.smithi001.qhtxni (mgr.14180) 1171 : audit [DBG] from='client.16140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:19:28.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:19:27 smithi023 conmon[87519]: cluster 2023-11-08T02:19:26.472200+0000 mgr.smithi001.qhtxni (mgr.14180) 1172 : cluster [DBG] pgmap v742: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:19:29.593 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:19:29.593 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:18:39.608920Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.qpncnq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\nDeploy daemon haproxy.nfs.foo.smithi023.qpncnq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:16:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:17: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-11-08T02:18:02Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:19:29.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:19:29 smithi001 conmon[82545]: cluster 2023-11-08T02:19:28.472967+0000 mgr.smithi001.qhtxni (mgr.14180) 1173 : cluster [DBG] pgmap v743: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:19:30.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:19:29 smithi023 conmon[87519]: cluster 2023-11-08T02:19:28.472967+0000 mgr.smithi001.qhtxni (mgr.14180) 1173 : cluster [DBG] pgmap v743: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:19:30.050 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:19:30.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:19:30 smithi001 conmon[82545]: audit 2023-11-08T02:19:29.589420+0000 mgr.smithi001.qhtxni (mgr.14180) 1174 2023-11-08T02:19:30.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:19:30 smithi001 conmon[82545]: : audit [DBG] from='client.16144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:19:31.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:19:30 smithi023 conmon[87519]: audit 2023-11-08T02:19:29.589420+0000 mgr.smithi001.qhtxni (mgr.14180) 1174 : audit [DBG] from='client.16144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:19:31.053 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:19:31.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:19:31 smithi001 conmon[82545]: cluster 2023-11-08T02:19:30.473740+0000 mgr.smithi001.qhtxni (mgr.14180) 1175 : cluster [DBG] pgmap v744: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:19:32.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:19:31 smithi023 conmon[87519]: cluster 2023-11-08T02:19:30.473740+0000 mgr.smithi001.qhtxni (mgr.14180 2023-11-08T02:19:32.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:19:31 smithi023 conmon[87519]: ) 1175 : cluster [DBG] pgmap v744: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:19:32.863 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:19:32.864 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:18:39.608920Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.qpncnq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\nDeploy daemon haproxy.nfs.foo.smithi023.qpncnq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:16:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:17: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-11-08T02:18:02Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:19:33.503 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:19:33.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:19:33 smithi001 conmon[82545]: cluster 2023-11-08T02:19:32.474277+0000 mgr.smithi001.qhtxni (mgr.14180) 1176 : cluster [DBG] pgmap v745: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:19:34.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:19:33 smithi023 conmon[87519]: cluster 2023-11-08T02:19:32.474277+0000 mgr.smithi001.qhtxni (mgr.14180) 1176 : cluster [DBG] pgmap v745: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:19:34.505 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:19:34.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:19:34 smithi023 conmon[87519]: audit 2023-11-08T02:19:32.859905+0000 mgr.smithi001.qhtxni (mgr. 2023-11-08T02:19:34.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:19:34 smithi023 conmon[87519]: 14180) 1177 : audit [DBG] from='client.16148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:19:34.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:19:34 smithi001 conmon[82545]: audit 2023-11-08T02:19:32.859905+0000 mgr.smithi001.qhtxni (mgr.14180) 1177 : audit [DBG] from='client.16148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:19:35.922 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:19:35 smithi001 conmon[82545]: cluster 2023-11-08T02:19:34.475043+0000 mgr.smithi001.qhtxni (mgr.14180) 1178 2023-11-08T02:19:35.923 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:19:35 smithi001 conmon[82545]: : cluster [DBG] pgmap v746: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:19:36.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:19:35 smithi023 conmon[87519]: cluster 2023-11-08T02:19:34.475043+0000 mgr.smithi001.qhtxni (mgr.14180) 1178 2023-11-08T02:19:36.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:19:35 smithi023 conmon[87519]: : cluster [DBG] pgmap v746: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:19:36.346 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:19:36.346 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:18:39.608920Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.qpncnq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\nDeploy daemon haproxy.nfs.foo.smithi023.qpncnq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:16:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:17: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-11-08T02:18:02Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:19:36.769 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:19:37.770 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:19:38.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:19:37 smithi023 conmon[87519]: audit 2023-11-08T02:19:36.342932+0000 mgr.smithi001.qhtxni (mgr.14180) 1179 : audit 2023-11-08T02:19:38.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:19:37 smithi023 conmon[87519]: [DBG] from='client.16152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:19:38.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:19:37 smithi023 conmon[87519]: cluster 2023-11-08T02:19:36.475608+0000 mgr.smithi001.qhtxni (mgr.14180) 1180 : cluster [DBG] pgmap v747: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:19:38.205 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:19:37 smithi001 conmon[82545]: audit 2023-11-08T02:19:36.342932+0000 mgr.smithi001.qhtxni (mgr. 2023-11-08T02:19:38.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:19:37 smithi001 conmon[82545]: 14180) 1179 : audit [DBG] from='client.16152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:19:38.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:19:37 smithi001 conmon[82545]: cluster 2023-11-08T02:19:36.475608+0000 mgr.smithi001.qhtxni (mgr.14180) 1180 : cluster [DBG] pgmap v747: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:19:39.582 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:19:39.582 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:18:39.608920Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.qpncnq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\nDeploy daemon haproxy.nfs.foo.smithi023.qpncnq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:16:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:17: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-11-08T02:18:02Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:19:39.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:19:39 smithi001 conmon[82545]: cluster 2023-11-08T02:19:38.476278+0000 mgr.smithi001.qhtxni (mgr.14180) 1181 : cluster [DBG] pgmap v748: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:19:40.024 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:19:40.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:19:39 smithi023 conmon[87519]: cluster 2023-11-08T02:19:38.476278+0000 mgr.smithi001.qhtxni (mgr.14180) 1181 : cluster [DBG] pgmap v748: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:19:41.025 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:19:41.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:19:40 smithi023 conmon[87519]: audit 2023-11-08T02:19:39.578749+0000 mgr.smithi001.qhtxni (mgr.14180) 1182 : audit [DBG] from='client.16156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:19:41.058 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:19:40 smithi001 conmon[82545]: audit 2023-11-08T02:19: 2023-11-08T02:19:41.058 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:19:40 smithi001 conmon[82545]: 39.578749+0000 mgr.smithi001.qhtxni (mgr.14180) 1182 : audit [DBG] from='client.16156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:19:41.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:19:41 smithi001 conmon[82545]: cluster 2023-11-08T02:19:40.477155+0000 mgr.smithi001.qhtxni (mgr.14180) 1183 : cluster [DBG] pgmap v749: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:19:42.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:19:41 smithi023 conmon[87519]: cluster 2023-11-08T02:19:40.477155+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:19:42.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:19:41 smithi023 conmon[87519]: 1183 : cluster [DBG] pgmap v749: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:19:42.921 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:19:42.922 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:18:39.608920Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.qpncnq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\nDeploy daemon haproxy.nfs.foo.smithi023.qpncnq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:16:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:17: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-11-08T02:18:02Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:19:43.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:19:42 smithi023 conmon[87519]: cluster 2023-11-08T02:19:42.477962+0000 mgr.smithi001.qhtxni (mgr.14180) 1184 : cluster [DBG] pgmap v750: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:19:43.149 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:19:42 smithi001 conmon[82545]: cluster 2023-11-08T02:19:42.477962 2023-11-08T02:19:43.150 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:19:42 smithi001 conmon[82545]: +0000 mgr.smithi001.qhtxni (mgr.14180) 1184 : cluster [DBG] pgmap v750: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:19:43.381 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:19:44.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:19:43 smithi023 conmon[87519]: audit 2023-11-08T02:19:42.917973+0000 mgr.smithi001.qhtxni (mgr.14180) 1185 : audit [DBG] from='client.16160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:19:44.205 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:19:43 smithi001 conmon[82545]: audit 2023-11-08T02:19:42.917973+0000 mgr.smithi001.qhtxni (mgr.14180) 1185 : audit [DBG] from='client.16160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:19:44.382 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:19:45.116 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:19:44 smithi001 conmon[82545]: cluster 2023-11-08T02:19:44.478630+0000 mgr.smithi001.qhtxni (mgr. 2023-11-08T02:19:45.116 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:19:44 smithi001 conmon[82545]: 14180) 1186 : cluster [DBG] pgmap v751: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:19:45.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:19:44 smithi023 conmon[87519]: cluster 2023-11-08T02:19:44.478630+0000 mgr.smithi001.qhtxni (mgr.14180) 1186 : cluster [DBG] pgmap v751: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:19:46.179 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:19:46.179 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:18:39.608920Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.qpncnq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\nDeploy daemon haproxy.nfs.foo.smithi023.qpncnq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:16:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:17: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-11-08T02:18:02Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:19:46.727 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:19:47.728 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:19:47.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:19:47 smithi001 conmon[82545]: audit 2023-11-08T02:19:46.175505+0000 mgr.smithi001.qhtxni (mgr.14180) 1187 : audit [DBG] from='client.16164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:19:47.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:19:47 smithi001 conmon[82545]: cluster 2023-11-08T02:19:46.479213+0000 mgr.smithi001.qhtxni (mgr.14180) 1188 : cluster [DBG] pgmap v752: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:19:48.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:19:47 smithi023 conmon[87519]: audit 2023-11-08T02:19:46.175505+0000 mgr.smithi001.qhtxni (mgr.14180) 1187 : audit [DBG] from='client.16164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:19:48.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:19:47 smithi023 conmon[87519]: cluster 2023-11-08 2023-11-08T02:19:48.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:19:47 smithi023 conmon[87519]: T02:19:46.479213+0000 mgr.smithi001.qhtxni (mgr.14180) 1188 : cluster [DBG] pgmap v752: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:19:49.620 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:19:49.620 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:18:39.608920Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.qpncnq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\nDeploy daemon haproxy.nfs.foo.smithi023.qpncnq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:16:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:17: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-11-08T02:18:02Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:19:49.869 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:19:49 smithi001 conmon[82545]: cluster 2023-11-08T02:19:48.479821+0000 mgr.smithi001.qhtxni (mgr.14180) 1189 : cluster [DBG] pgmap v753: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:19:50.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:19:49 smithi023 conmon[87519]: cluster 2023-11-08T02:19:48.479821+0000 mgr.smithi001.qhtxni (mgr.14180) 1189 : 2023-11-08T02:19:50.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:19:49 smithi023 conmon[87519]: cluster [DBG] pgmap v753: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:19:50.177 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:19:50.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:19:50 smithi001 conmon[82545]: audit 2023-11-08T02:19:49.616658+0000 mgr.smithi001.qhtxni (mgr.14180) 1190 : audit [DBG] 2023-11-08T02:19:50.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:19:50 smithi001 conmon[82545]: from='client.16168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:19:51.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:19:50 smithi023 conmon[87519]: audit 2023-11-08T02:19:49.616658+0000 mgr.smithi001.qhtxni (mgr.14180) 1190 : audit [DBG] from='client.16168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:19:51.178 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:19:51.801 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:19:51 smithi001 conmon[82545]: cluster 2023-11-08T02:19:50.480418+0000 2023-11-08T02:19:51.801 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:19:51 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 1191 : cluster [DBG] pgmap v754: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:19:52.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:19:51 smithi023 conmon[87519]: cluster 2023-11-08T02:19:50.480418+0000 mgr.smithi001.qhtxni (mgr.14180) 1191 : cluster [DBG] pgmap v754: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:19:52.990 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:19:52.990 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:18:39.608920Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.qpncnq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\nDeploy daemon haproxy.nfs.foo.smithi023.qpncnq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:16:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:17: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-11-08T02:18:02Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:19:53.437 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:19:53.705 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:19:53 smithi001 conmon[82545]: cluster 2023-11-08T02:19:52.480991+0000 mgr.smithi001.qhtxni (mgr.14180) 1192 : cluster [DBG] 2023-11-08T02:19:53.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:19:53 smithi001 conmon[82545]: pgmap v755: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:19:54.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:19:53 smithi023 conmon[87519]: cluster 2023-11-08T02:19:52.480991+0000 mgr.smithi001.qhtxni (mgr.14180) 1192 : cluster [DBG] pgmap v755: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:19:54.438 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:19:54.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:19:54 smithi023 conmon[87519]: audit 2023-11-08T02:19:52.986382+0000 mgr.smithi001.qhtxni (mgr.14180) 1193 : audit [DBG] from='client.16172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:19:54.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:19:54 smithi001 conmon[82545]: audit 2023-11-08T02:19:52.986382+0000 2023-11-08T02:19:54.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:19:54 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 1193 : audit [DBG] from='client.16172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:19:55.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:19:55 smithi001 conmon[82545]: cluster 2023-11-08T02:19:54.481693+0000 mgr.smithi001.qhtxni (mgr.14180) 1194 2023-11-08T02:19:55.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:19:55 smithi001 conmon[82545]: : cluster [DBG] pgmap v756: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:19:56.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:19:55 smithi023 conmon[87519]: cluster 2023-11-08T02:19:54.481693+0000 mgr.smithi001.qhtxni (mgr.14180) 1194 : 2023-11-08T02:19:56.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:19:55 smithi023 conmon[87519]: cluster [DBG] pgmap v756: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:19:56.281 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:19:56.282 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:18:39.608920Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.qpncnq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\nDeploy daemon haproxy.nfs.foo.smithi023.qpncnq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:16:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:17: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-11-08T02:18:02Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:19:56.690 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:19:57.691 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:19:57.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:19:57 smithi001 conmon[82545]: audit 2023-11-08T02:19:56.278133+0000 mgr.smithi001.qhtxni (mgr.14180) 1195 : audit [DBG] from='client.16176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:19:57.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:19:57 smithi001 conmon[82545]: cluster 2023-11-08T02:19:56.482514+0000 mgr.smithi001.qhtxni (mgr.14180) 1196 : cluster [DBG] pgmap v757: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.9 KiB/s rd, 0 B/s wr, 13 op/s 2023-11-08T02:19:58.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:19:57 smithi023 conmon[87519]: audit 2023-11-08T02:19:56.278133+0000 mgr.smithi001.qhtxni (mgr.14180) 1195 : audit [DBG] from='client.16176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:19:58.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:19:57 smithi023 conmon[87519]: cluster 2023-11-08T02:19:58.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:19:57 smithi023 conmon[87519]: 2023-11-08T02:19:56.482514+0000 mgr.smithi001.qhtxni (mgr.14180) 1196 : cluster [DBG] pgmap v757: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.9 KiB/s rd, 0 B/s wr, 13 op/s 2023-11-08T02:19:59.605 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:19:59.606 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:18:39.608920Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.qpncnq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\nDeploy daemon haproxy.nfs.foo.smithi023.qpncnq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:16:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:17: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-11-08T02:18:02Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:19:59.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:19:59 smithi001 conmon[82545]: cluster 2023-11-08T02:19:58.483095+0000 mgr.smithi001.qhtxni (mgr 2023-11-08T02:19:59.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:19:59 smithi001 conmon[82545]: .14180) 1197 : cluster [DBG] pgmap v758: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 29 KiB/s rd, 0 B/s wr, 48 op/s 2023-11-08T02:20:00.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:19:59 smithi023 conmon[87519]: cluster 2023-11-08T02:19:58.483095+0000 mgr.smithi001.qhtxni (mgr.14180) 1197 : cluster [DBG] 2023-11-08T02:20:00.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:19:59 smithi023 conmon[87519]: pgmap v758: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 29 KiB/s rd, 0 B/s wr, 48 op/s 2023-11-08T02:20:00.039 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:20:00.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:20:00 smithi001 conmon[82545]: audit 2023-11-08T02:19:59.601846+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:20:00.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:20:00 smithi001 conmon[82545]: 1198 : audit [DBG] from='client.16180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:20:00.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:20:00 smithi001 conmon[82545]: cluster 2023-11-08T02:20:00.000089+0000 mon.smithi001 (mon.0) 756 : cluster [INF] overall HEALTH_OK 2023-11-08T02:20:01.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:20:00 smithi023 conmon[87519]: audit 2023-11-08T02:19:59.601846+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:20:01.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:20:00 smithi023 conmon[87519]: 1198 : audit [DBG] from='client.16180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:20:01.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:20:00 smithi023 conmon[87519]: cluster 2023-11-08T02:20:00.000089+0000 mon.smithi001 (mon.0) 756 : cluster [INF] overall HEALTH_OK 2023-11-08T02:20:01.040 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:20:01.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:20:01 smithi001 conmon[82545]: cluster 2023-11-08T02:20:00.483879+0000 mgr.smithi001.qhtxni (mgr.14180) 1199 : cluster [DBG] pgmap v759: 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, 90 op/s 2023-11-08T02:20:02.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:20:01 smithi023 conmon[87519]: cluster 2023-11-08T02:20:00.483879+0000 mgr.smithi001.qhtxni (mgr.14180) 1199 2023-11-08T02:20:02.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:20:01 smithi023 conmon[87519]: : cluster [DBG] pgmap v759: 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, 90 op/s 2023-11-08T02:20:02.855 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:20:02.856 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:18:39.608920Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.qpncnq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\nDeploy daemon haproxy.nfs.foo.smithi023.qpncnq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:16:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:17: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-11-08T02:18:02Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:20:03.392 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:20:03.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:20:03 smithi001 conmon[82545]: cluster 2023-11-08T02:20:02.484440+0000 mgr.smithi001.qhtxni (mgr.14180) 1200 : cluster [DBG] pgmap v760: 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, 90 op/s 2023-11-08T02:20:04.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:20:03 smithi023 conmon[87519]: cluster 2023-11-08T02:20:02.484440+0000 mgr.smithi001.qhtxni (mgr.14180) 1200 : cluster [DBG] pgmap v760: 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, 90 op/s 2023-11-08T02:20:04.393 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:20:04.705 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:20:04 smithi001 conmon[82545]: audit 2023-11-08T02:20:02.851664+0000 2023-11-08T02:20:04.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:20:04 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 1201 : audit [DBG] from='client.16184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:20:04.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:20:04 smithi023 conmon[87519]: audit 2023-11-08T02:20:02.851664+0000 mgr.smithi001.qhtxni (mgr.14180) 1201 : audit [DBG] from='client.16184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:20:05.705 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:20:05 smithi001 conmon[82545]: cluster 2023-11-08T02:20:04 2023-11-08T02:20:05.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:20:05 smithi001 conmon[82545]: .485159+0000 mgr.smithi001.qhtxni (mgr.14180) 1202 : cluster [DBG] pgmap v761: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 58 KiB/s rd, 0 B/s wr, 96 op/s 2023-11-08T02:20:06.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:20:05 smithi023 conmon[87519]: cluster 2023-11-08T02:20:04.485159+0000 mgr.smithi001.qhtxni (mgr.14180) 1202 : cluster [DBG] pgmap v761: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 58 KiB/s rd, 0 B/s wr, 96 op/s 2023-11-08T02:20:06.204 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:20:06.205 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:18:39.608920Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.qpncnq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\nDeploy daemon haproxy.nfs.foo.smithi023.qpncnq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:16:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:17: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-11-08T02:18:02Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:20:06.654 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:20:07.656 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:20:07.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:20:07 smithi001 conmon[82545]: audit 2023-11-08T02:20:06.201014+0000 mgr.smithi001.qhtxni (mgr.14180) 1203 2023-11-08T02:20:07.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:20:07 smithi001 conmon[82545]: : audit [DBG] from='client.16188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:20:07.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:20:07 smithi001 conmon[82545]: cluster 2023-11-08T02:20:06.485933+0000 mgr.smithi001.qhtxni (mgr.14180) 1204 : cluster [DBG] pgmap v762: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 59 KiB/s rd, 0 B/s wr, 97 op/s 2023-11-08T02:20:08.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:20:07 smithi023 conmon[87519]: audit 2023-11-08T02:20:06.201014+0000 mgr.smithi001.qhtxni (mgr.14180) 1203 : audit [DBG] 2023-11-08T02:20:08.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:20:07 smithi023 conmon[87519]: from='client.16188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:20:08.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:20:07 smithi023 conmon[87519]: cluster 2023-11-08T02:20:06.485933+0000 mgr.smithi001.qhtxni (mgr.14180) 1204 : cluster [DBG] pgmap v762: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 59 KiB/s rd, 0 B/s wr, 97 op/s 2023-11-08T02:20:09.477 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:20:09.477 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:18:39.608920Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.qpncnq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\nDeploy daemon haproxy.nfs.foo.smithi023.qpncnq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:16:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:17: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-11-08T02:18:02Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:20:09.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:20:09 smithi001 conmon[82545]: cluster 2023-11-08T02:20:08.486494+0000 mgr.smithi001.qhtxni (mgr.14180) 1205 : cluster [DBG] pgmap v763: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 51 KiB/s rd, 0 B/s wr, 84 op/s 2023-11-08T02:20:10.025 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:20:10.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:20:09 smithi023 conmon[87519]: cluster 2023-11-08T02:20:08.486494+0000 mgr.smithi001.qhtxni (mgr.14180) 1205 : cluster [DBG] pgmap v763: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 51 KiB/s rd, 0 B/s wr, 84 op/s 2023-11-08T02:20:10.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:20:10 smithi001 conmon[82545]: audit 2023-11-08T02:20:09.473713+0000 2023-11-08T02:20:10.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:20:10 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 1206 : audit [DBG] from='client.16192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:20:11.026 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:20:11.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:20:10 smithi023 conmon[87519]: audit 2023-11-08T02:20:09.473713+0000 mgr.smithi001.qhtxni (mgr.14180) 1206 : audit [DBG] from='client.16192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:20:11.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:20:11 smithi023 conmon[87519]: cluster 2023-11-08T02:20:10.487178+0000 mgr.smithi001.qhtxni (mgr.14180) 1207 : cluster [DBG] pgmap v764: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 49 op/s 2023-11-08T02:20:11.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:20:11 smithi001 conmon[82545]: cluster 2023-11-08T02:20:10.487178+0000 mgr.smithi001.qhtxni (mgr.14180) 1207 : cluster [DBG] pgmap v764: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 49 op/s 2023-11-08T02:20:12.825 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:20:12.825 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:18:39.608920Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.qpncnq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\nDeploy daemon haproxy.nfs.foo.smithi023.qpncnq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:16:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:17: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-11-08T02:18:02Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:20:13.278 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:20:13.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:20:13 smithi001 conmon[82545]: cluster 2023-11-08T02:20:12.487970+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:20:13.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:20:13 smithi001 conmon[82545]: 1208 : cluster [DBG] pgmap v765: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-08T02:20:14.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:20:13 smithi023 conmon[87519]: cluster 2023-11-08T02:20:12.487970+0000 mgr.smithi001.qhtxni (mgr.14180) 1208 : cluster [DBG] pgmap v765: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-08T02:20:14.279 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:20:14.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:20:14 smithi023 conmon[87519]: audit 2023-11-08T02:20:12.821167+0000 mgr.smithi001.qhtxni (mgr.14180) 1209 : audit [DBG] from='client.16196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:20:14.857 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:20:14 smithi001 conmon[82545]: audit 2023-11-08T02:20:12.821167+0000 mgr.smithi001.qhtxni (mgr. 2023-11-08T02:20:14.857 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:20:14 smithi001 conmon[82545]: 14180) 1209 : audit [DBG] from='client.16196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:20:15.863 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:20:15 smithi001 conmon[82545]: cluster 2023-11-08T02:20:14.488627+0000 mgr.smithi001.qhtxni (mgr.14180) 1210 : cluster [DBG] pgmap v766: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-08T02:20:16.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:20:15 smithi023 conmon[87519]: cluster 2023-11-08T02:20:14.488627+0000 mgr.smithi001.qhtxni (mgr.14180) 1210 : cluster [DBG] pgmap v766: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-08T02:20:16.204 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:20:16.205 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:18:39.608920Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.qpncnq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\nDeploy daemon haproxy.nfs.foo.smithi023.qpncnq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:16:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:17: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-11-08T02:18:02Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:20:16.739 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:20:17.740 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:20:17.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:20:17 smithi001 conmon[82545]: audit 2023-11-08T02:20:16.201263+0000 mgr.smithi001.qhtxni (mgr.14180) 1211 2023-11-08T02:20:17.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:20:17 smithi001 conmon[82545]: : audit [DBG] from='client.16200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:20:17.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:20:17 smithi001 conmon[82545]: cluster 2023-11-08T02:20:16.489212+0000 mgr.smithi001.qhtxni (mgr.14180) 1212 : cluster [DBG] pgmap v767: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 853 B/s rd, 0 B/s wr, 1 op/s 2023-11-08T02:20:18.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:20:17 smithi023 conmon[87519]: audit 2023-11-08T02:20:16.201263+0000 mgr.smithi001.qhtxni (mgr.14180) 1211 : audit 2023-11-08T02:20:18.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:20:17 smithi023 conmon[87519]: [DBG] from='client.16200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:20:18.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:20:17 smithi023 conmon[87519]: cluster 2023-11-08T02:20:16.489212+0000 mgr.smithi001.qhtxni (mgr.14180) 1212 : cluster [DBG] pgmap v767: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 853 B/s rd, 0 B/s wr, 1 op/s 2023-11-08T02:20:19.555 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:20:19.555 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:18:39.608920Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.qpncnq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\nDeploy daemon haproxy.nfs.foo.smithi023.qpncnq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:16:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:17: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-11-08T02:18:02Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:20:19.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:20:19 smithi001 conmon[82545]: cluster 2023-11-08T02:20:18.489850+0000 mgr.smithi001.qhtxni (mgr.14180) 1213 : cluster [DBG] pgmap v768: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:20:20.004 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:20:20.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:20:19 smithi023 conmon[87519]: cluster 2023-11-08T02:20:18.489850+0000 mgr.smithi001.qhtxni (mgr.14180) 1213 : 2023-11-08T02:20:20.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:20:19 smithi023 conmon[87519]: cluster [DBG] pgmap v768: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:20:20.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:20:20 smithi001 conmon[82545]: audit 2023-11-08T02:20:19.551690+0000 mgr.smithi001.qhtxni (mgr.14180) 1214 : audit [DBG] from='client.16204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:20:20.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:20:20 smithi001 conmon[82545]: 2023-11-08T02:20:21.006 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:20:21.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:20:20 smithi023 conmon[87519]: audit 2023-11-08T02:20:19.551690+0000 mgr.smithi001.qhtxni (mgr.14180) 1214 : audit 2023-11-08T02:20:21.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:20:20 smithi023 conmon[87519]: [DBG] from='client.16204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:20:21.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:20:21 smithi001 conmon[82545]: cluster 2023-11-08T02:20:20.490501+0000 2023-11-08T02:20:21.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:20:21 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 1215 : cluster [DBG] pgmap v769: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:20:22.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:20:21 smithi023 conmon[87519]: cluster 2023-11-08T02:20:20.490501+0000 mgr.smithi001.qhtxni (mgr.14180) 1215 2023-11-08T02:20:22.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:20:21 smithi023 conmon[87519]: : cluster [DBG] pgmap v769: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:20:22.839 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:20:22.840 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:18:39.608920Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.qpncnq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\nDeploy daemon haproxy.nfs.foo.smithi023.qpncnq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:16:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:17: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-11-08T02:18:02Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:20:23.373 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:20:23.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:20:23 smithi001 conmon[82545]: cluster 2023-11-08T02:20:22.491056+0000 mgr.smithi001.qhtxni (mgr.14180) 1216 : cluster [DBG] pgmap v770: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:20:24.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:20:23 smithi023 conmon[87519]: cluster 2023-11-08T02:20:22.491056+0000 mgr.smithi001.qhtxni (mgr.14180) 1216 2023-11-08T02:20:24.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:20:23 smithi023 conmon[87519]: : cluster [DBG] pgmap v770: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:20:24.375 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:20:24.705 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:20:24 smithi001 conmon[82545]: audit 2023-11-08T02:20:22.836481+0000 mgr.smithi001.qhtxni (mgr.14180) 1217 : audit [DBG] 2023-11-08T02:20:24.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:20:24 smithi001 conmon[82545]: from='client.16208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:20:24.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:20:24 smithi023 conmon[87519]: audit 2023-11-08T02:20:22.836481+0000 mgr.smithi001.qhtxni (mgr.14180 2023-11-08T02:20:24.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:20:24 smithi023 conmon[87519]: ) 1217 : audit [DBG] from='client.16208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:20:25.846 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:20:25 smithi001 conmon[82545]: cluster 2023-11-08T02:20: 2023-11-08T02:20:25.846 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:20:25 smithi001 conmon[82545]: 24.491720+0000 mgr.smithi001.qhtxni (mgr.14180) 1218 : 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-11-08T02:20:26.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:20:25 smithi023 conmon[87519]: cluster 2023-11-08T02:20:24.491720+0000 mgr.smithi001.qhtxni (mgr.14180) 1218 2023-11-08T02:20:26.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:20:25 smithi023 conmon[87519]: : 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-11-08T02:20:26.206 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:20:26.206 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:18:39.608920Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.qpncnq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\nDeploy daemon haproxy.nfs.foo.smithi023.qpncnq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:16:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:17: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-11-08T02:18:02Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:20:26.735 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:20:27.736 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:20:27.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:20:27 smithi001 conmon[82545]: audit 2023-11-08T02:20:26.202546+0000 mgr.smithi001.qhtxni (mgr.14180) 1219 : audit [DBG] from='client.16212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:20:27.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:20:27 smithi001 conmon[82545]: cluster 2023-11-08T02:20:26.492280+0000 mgr.smithi001.qhtxni (mgr.14180) 1220 : 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-11-08T02:20:28.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:20:27 smithi023 conmon[87519]: audit 2023-11-08T02:20:26.202546+0000 mgr.smithi001.qhtxni (mgr.14180) 1219 : audit [DBG] from='client.16212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:20:28.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:20:27 smithi023 conmon[87519]: cluster 2023-11-08T02:20:28.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:20:27 smithi023 conmon[87519]: 2023-11-08T02:20:26.492280+0000 mgr.smithi001.qhtxni (mgr.14180) 1220 : 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-11-08T02:20:29.535 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:20:29.536 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:18:39.608920Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.qpncnq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\nDeploy daemon haproxy.nfs.foo.smithi023.qpncnq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:16:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:17: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-11-08T02:18:02Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:20:29.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:20:29 smithi001 conmon[82545]: cluster 2023-11-08T02:20:28.492873 2023-11-08T02:20:29.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:20:29 smithi001 conmon[82545]: +0000 mgr.smithi001.qhtxni (mgr.14180) 1221 : 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-11-08T02:20:30.000 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:20:30.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:20:29 smithi023 conmon[87519]: cluster 2023-11-08T02:20:28.492873+0000 mgr.smithi001.qhtxni (mgr.14180) 1221 : 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-11-08T02:20:30.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:20:29 smithi023 conmon[87519]: 2023-11-08T02:20:30.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:20:30 smithi001 conmon[82545]: audit 2023-11-08T02:20:29.531976+0000 mgr.smithi001.qhtxni (mgr.14180) 1222 2023-11-08T02:20:30.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:20:30 smithi001 conmon[82545]: : audit [DBG] from='client.16216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:20:31.001 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:20:31.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:20:30 smithi023 conmon[87519]: audit 2023-11-08T02:20:29.531976+0000 mgr.smithi001.qhtxni (mgr.14180) 1222 : audit [DBG] from='client.16216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:20:31.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:20:31 smithi001 conmon[82545]: cluster 2023-11-08T02:20:30.493810+0000 mgr.smithi001.qhtxni (mgr.14180) 1223 : 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-11-08T02:20:32.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:20:31 smithi023 conmon[87519]: cluster 2023-11-08T02:20:30.493810+0000 mgr.smithi001.qhtxni (mgr.14180) 1223 : 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-11-08T02:20:32.778 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:20:32.779 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:18:39.608920Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.qpncnq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\nDeploy daemon haproxy.nfs.foo.smithi023.qpncnq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:16:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:17: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-11-08T02:18:02Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:20:33.249 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:20:33.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:20:33 smithi001 conmon[82545]: cluster 2023-11- 2023-11-08T02:20:33.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:20:33 smithi001 conmon[82545]: 08T02:20:32.494350+0000 mgr.smithi001.qhtxni (mgr.14180) 1224 : cluster [DBG] pgmap v775: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:20:34.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:20:33 smithi023 conmon[87519]: cluster 2023-11-08T02:20:32.494350+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:20:34.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:20:33 smithi023 conmon[87519]: 1224 : cluster [DBG] pgmap v775: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:20:34.251 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:20:34.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:20:34 smithi023 conmon[87519]: audit 2023-11-08T02:20:32.774730+0000 mgr.smithi001.qhtxni (mgr.14180) 1225 : audit [DBG] from='client.16220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:20:34.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:20:34 smithi001 conmon[82545]: audit 2023-11-08T02:20:32.774730+0000 mgr.smithi001.qhtxni (mgr.14180) 1225 : audit [DBG] from='client.16220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:20:35.789 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:20:35 smithi001 conmon[82545]: cluster 2023-11-08T02:20:34.494993+0000 2023-11-08T02:20:35.789 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:20:35 smithi001 conmon[82545]: mgr.smithi001.qhtxni (mgr.14180) 1226 : cluster [DBG] pgmap v776: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:20:36.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:20:35 smithi023 conmon[87519]: cluster 2023-11-08T02:20:34.494993+0000 mgr.smithi001.qhtxni (mgr.14180) 1226 : cluster [DBG] pgmap v776: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:20:36.190 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:20:36.191 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:18:39.608920Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.qpncnq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\nDeploy daemon haproxy.nfs.foo.smithi023.qpncnq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:16:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:17: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-11-08T02:18:02Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:20:36.716 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:20:37.718 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:20:37.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:20:37 smithi001 conmon[82545]: audit 2023-11-08T02:20:36.186772+0000 mgr.smithi001.qhtxni (mgr.14180) 1227 : audit [DBG] from='client.16224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:20:37.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:20:37 smithi001 conmon[82545]: 2023-11-08T02:20:37.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:20:37 smithi001 conmon[82545]: cluster 2023-11-08T02:20:36.495695+0000 mgr.smithi001.qhtxni (mgr.14180) 1228 : cluster [DBG] pgmap v777: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:20:38.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:20:37 smithi023 conmon[87519]: audit 2023-11-08T02:20:36.186772+0000 mgr.smithi001.qhtxni (mgr.14180) 1227 : audit [DBG] from='client.16224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:20:38.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:20:37 smithi023 conmon[87519]: cluster 2023-11-08T02:20:36.495695+0000 mgr.smithi001.qhtxni (mgr.14180) 1228 : cluster [DBG] pgmap v777: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:20:39.532 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:20:39.533 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:18:39.608920Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.qpncnq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\nDeploy daemon haproxy.nfs.foo.smithi023.qpncnq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:16:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:17: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-11-08T02:18:02Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:20:39.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:20:39 smithi001 conmon[82545]: cluster 2023-11-08T02:20:38.496309+0000 mgr.smithi001.qhtxni (mgr.14180) 1229 : cluster [DBG] pgmap v778: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:20:39.980 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:20:40.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:20:39 smithi023 conmon[87519]: cluster 2023-11-08T02:20:38.496309+0000 mgr.smithi001.qhtxni (mgr.14180 2023-11-08T02:20:40.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:20:39 smithi023 conmon[87519]: ) 1229 : cluster [DBG] pgmap v778: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:20:40.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:20:40 smithi001 conmon[82545]: audit 2023-11-08T02:20:39.529318+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:20:40.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:20:40 smithi001 conmon[82545]: 1230 : audit [DBG] from='client.16228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:20:40.981 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:20:41.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:20:40 smithi023 conmon[87519]: audit 2023-11-08T02:20:39.529318+0000 mgr.smithi001.qhtxni (mgr.14180 2023-11-08T02:20:41.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:20:40 smithi023 conmon[87519]: ) 1230 : audit [DBG] from='client.16228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:20:41.945 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:20:41 smithi001 conmon[82545]: cluster 2023-11-08T02:20:40.497087+0000 mgr.smithi001.qhtxni (mgr.14180) 1231 : cluster [DBG] pgmap v779: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:20:42.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:20:41 smithi023 conmon[87519]: cluster 2023-11-08T02:20:40.497087+0000 mgr.smithi001.qhtxni (mgr.14180) 1231 : cluster [DBG] pgmap v779: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:20:42.800 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:20:42.800 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:18:39.608920Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.qpncnq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\nDeploy daemon haproxy.nfs.foo.smithi023.qpncnq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:16:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:17: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-11-08T02:18:02Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:20:43.235 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:20:43.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:20:43 smithi001 conmon[82545]: cluster 2023-11- 2023-11-08T02:20:43.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:20:43 smithi001 conmon[82545]: 08T02:20:42.497820+0000 mgr.smithi001.qhtxni (mgr.14180) 1232 : cluster [DBG] pgmap v780: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:20:44.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:20:43 smithi023 conmon[87519]: cluster 2023-11-08T02:20:42.497820+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:20:44.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:20:43 smithi023 conmon[87519]: 1232 : cluster [DBG] pgmap v780: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:20:44.236 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:20:44.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:20:44 smithi023 conmon[87519]: audit 2023-11-08T02:20:42.796920+0000 mgr.smithi001.qhtxni (mgr.14180) 1233 : audit [DBG] from='client.16232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:20:44.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:20:44 smithi001 conmon[82545]: audit 2023-11-08T02:20:42.796920+0000 mgr.smithi001.qhtxni (mgr. 2023-11-08T02:20:44.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:20:44 smithi001 conmon[82545]: 14180) 1233 : audit [DBG] from='client.16232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:20:45.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:20:45 smithi001 conmon[82545]: cluster 2023-11-08T02:20:44.498464+0000 mgr.smithi001.qhtxni (mgr.14180) 1234 : cluster [DBG] pgmap v781: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:20:46.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:20:45 smithi023 conmon[87519]: cluster 2023-11-08T02:20:44.498464+0000 mgr.smithi001.qhtxni (mgr.14180) 1234 : 2023-11-08T02:20:46.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:20:45 smithi023 conmon[87519]: cluster [DBG] pgmap v781: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:20:46.063 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:20:46.063 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:18:39.608920Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.qpncnq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\nDeploy daemon haproxy.nfs.foo.smithi023.qpncnq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:16:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:17: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-11-08T02:18:02Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:20:46.497 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:20:47.498 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:20:47.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:20:47 smithi001 conmon[82545]: audit 2023-11-08T02:20:46.059849+0000 mgr.smithi001.qhtxni (mgr.14180 2023-11-08T02:20:47.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:20:47 smithi001 conmon[82545]: ) 1235 : audit [DBG] from='client.16236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:20:47.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:20:47 smithi001 conmon[82545]: cluster 2023-11-08T02:20:46.499082+0000 mgr.smithi001.qhtxni (mgr.14180) 1236 : cluster [DBG] pgmap v782: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:20:48.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:20:47 smithi023 conmon[87519]: audit 2023-11-08T02:20:46.059849+0000 mgr.smithi001.qhtxni (mgr.14180) 1235 : audit [DBG] from='client.16236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:20:48.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:20:47 smithi023 conmon[87519]: cluster 2023-11-08T02:20:48.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:20:47 smithi023 conmon[87519]: 2023-11-08T02:20:46.499082+0000 mgr.smithi001.qhtxni (mgr.14180) 1236 : cluster [DBG] pgmap v782: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:20:49.327 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:20:49.327 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:18:39.608920Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.qpncnq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\nDeploy daemon haproxy.nfs.foo.smithi023.qpncnq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:16:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:17: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-11-08T02:18:02Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:20:49.844 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:20:49.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:20:49 smithi001 conmon[82545]: cluster 2023-11-08T02:20:48.499867+0000 mgr.smithi001.qhtxni (mgr.14180) 1237 : cluster [DBG] pgmap v783: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:20:50.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:20:49 smithi023 conmon[87519]: cluster 2023-11-08T02:20:48.499867+0000 mgr.smithi001.qhtxni (mgr.14180) 1237 : cluster [DBG] pgmap v783: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:20:50.845 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:20:50.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:20:50 smithi001 conmon[82545]: audit 2023-11-08T 2023-11-08T02:20:50.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:20:50 smithi001 conmon[82545]: 02:20:49.323336+0000 mgr.smithi001.qhtxni (mgr.14180) 1238 : audit [DBG] from='client.16240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:20:51.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:20:50 smithi023 conmon[87519]: audit 2023-11-08T02:20:49.323336+0000 mgr.smithi001.qhtxni (mgr.14180) 1238 : audit 2023-11-08T02:20:51.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:20:50 smithi023 conmon[87519]: [DBG] from='client.16240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:20:51.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:20:51 smithi001 conmon[82545]: cluster 2023-11-08T02:20:50.500575+0000 mgr.smithi001.qhtxni ( 2023-11-08T02:20:51.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:20:51 smithi001 conmon[82545]: mgr.14180) 1239 : cluster [DBG] pgmap v784: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:20:52.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:20:51 smithi023 conmon[87519]: cluster 2023-11-08T02:20:50.500575+0000 mgr.smithi001.qhtxni (mgr.14180) 1239 : cluster [DBG] pgmap v784: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:20:52.684 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:20:52.685 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:18:39.608920Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.qpncnq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\nDeploy daemon haproxy.nfs.foo.smithi023.qpncnq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:16:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:17: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-11-08T02:18:02Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:20:53.195 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:20:53.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:20:53 smithi001 conmon[82545]: cluster 2023-11-08T02:20:52.501108+0000 mgr.smithi001.qhtxni (mgr.14180) 1240 2023-11-08T02:20:53.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:20:53 smithi001 conmon[82545]: : cluster [DBG] pgmap v785: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:20:53.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:20:53 smithi001 conmon[82545]: audit 2023-11-08T02:20:52.681202+0000 mgr.smithi001.qhtxni (mgr.14180) 1241 : audit [DBG] from='client.16244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:20:54.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:20:53 smithi023 conmon[87519]: cluster 2023-11-08T02:20:52.501108+0000 mgr.smithi001.qhtxni (mgr.14180 2023-11-08T02:20:54.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:20:53 smithi023 conmon[87519]: ) 1240 : cluster [DBG] pgmap v785: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:20:54.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:20:53 smithi023 conmon[87519]: audit 2023-11-08T02:20:52.681202+0000 mgr.smithi001.qhtxni (mgr.14180) 1241 : audit [DBG] from='client.16244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:20:54.197 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:20:55.205 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:20:54 smithi001 conmon[82545]: cluster 2023-11-08T02:20:54.501744+0000 mgr.smithi001.qhtxni (mgr.14180) 1242 : cluster [DBG] pgmap v786: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:20:55.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:20:54 smithi023 conmon[87519]: cluster 2023-11-08T02:20:54.501744+0000 mgr.smithi001.qhtxni (mgr.14180) 1242 : cluster [DBG] pgmap v786: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:20:56.120 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:20:56.121 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:18:39.608920Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.qpncnq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\nDeploy daemon haproxy.nfs.foo.smithi023.qpncnq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:16:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:17: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-11-08T02:18:02Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:20:56.759 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:20:57.760 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:20:57.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:20:57 smithi001 conmon[82545]: audit 2023-11-08T02:20:56.117112+0000 mgr.smithi001.qhtxni (mgr 2023-11-08T02:20:57.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:20:57 smithi001 conmon[82545]: .14180) 1243 : audit [DBG] from='client.16248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:20:57.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:20:57 smithi001 conmon[82545]: cluster 2023-11-08T02:20:56.502310+0000 mgr.smithi001.qhtxni (mgr.14180) 1244 : cluster [DBG] pgmap v787: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:20:58.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:20:57 smithi023 conmon[87519]: audit 2023-11-08T02:20:56.117112+0000 mgr.smithi001.qhtxni (mgr.14180) 1243 2023-11-08T02:20:58.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:20:57 smithi023 conmon[87519]: : audit [DBG] from='client.16248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:20:58.029 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:20:57 smithi023 conmon[87519]: cluster 2023-11-08T02:20:56.502310+0000 mgr.smithi001.qhtxni (mgr.14180) 1244 : cluster [DBG] pgmap v787: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:20:59.582 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:20:59.583 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:18:39.608920Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.qpncnq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\nDeploy daemon haproxy.nfs.foo.smithi023.qpncnq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:16:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:17: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-11-08T02:18:02Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:20:59.834 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:20:59 smithi001 conmon[82545]: cluster 2023-11-08T02:20:58.502915+0000 mgr.smithi001.qhtxni (mgr.14180) 1245 : cluster [DBG] pgmap v788: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:21:00.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:20:59 smithi023 conmon[87519]: cluster 2023-11-08T02:20:58.502915+0000 mgr.smithi001.qhtxni (mgr.14180) 1245 2023-11-08T02:21:00.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:20:59 smithi023 conmon[87519]: : cluster [DBG] pgmap v788: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:21:00.122 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:21:00.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:21:00 smithi001 conmon[82545]: audit 2023-11-08T02:20:59.578511+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:21:00.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:21:00 smithi001 conmon[82545]: 1246 : audit [DBG] from='client.16252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:21:01.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:21:00 smithi023 conmon[87519]: audit 2023-11-08T02:20:59.578511+0000 mgr.smithi001.qhtxni (mgr.14180 2023-11-08T02:21:01.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:21:00 smithi023 conmon[87519]: ) 1246 : audit [DBG] from='client.16252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:21:01.124 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:21:01.853 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:21:01 smithi001 conmon[82545]: cluster 2023-11-08T02:21:00.503547+0000 mgr.smithi001.qhtxni (mgr 2023-11-08T02:21:01.853 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:21:01 smithi001 conmon[82545]: .14180) 1247 : cluster [DBG] pgmap v789: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:21:02.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:21:01 smithi023 conmon[87519]: cluster 2023-11-08T02:21:00.503547+0000 mgr.smithi001.qhtxni (mgr.14180) 1247 2023-11-08T02:21:02.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:21:01 smithi023 conmon[87519]: : cluster [DBG] pgmap v789: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:21:02.952 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-11-08T02:21:02.952 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:55:21.967680Z", "last_refresh": "2023-11-08T02:16:09.946239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:55:17.336088Z", "last_refresh": "2023-11-08T02:16:05.550373Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:55:19.871429Z", "last_refresh": "2023-11-08T02:16:09.946371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:12:33.112342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aqhcav on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-aqhcav\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.aqhcav\nDeploy daemon haproxy.nfs.foo.smithi023.aqhcav ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:10: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-11-08T02:11:18Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:11: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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.374293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi001.xqoist on smithi001: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi001-xqoist\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi001.xqoist\nDeploy daemon haproxy.nfs.foo.smithi001.xqoist ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:13: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-11-08T02:13:47Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:14:24Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi001 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:15:02.375675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xcphrw on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:15:02.376683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi001.qzeibv on smithi001: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:18:39.608920Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.qpncnq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi023-qpncnq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi023.qpncnq\nDeploy daemon haproxy.nfs.foo.smithi023.qpncnq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:16:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:17: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-11-08T02:18:02Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2023-11-08T01:59:40.634378Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:55:15.945229Z", "last_refresh": "2023-11-08T02:16:05.550522Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:56:31.577674Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi023:172.21.15.23=smithi023"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:56:31.575364Z", "last_refresh": "2023-11-08T02:16:05.550614Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:59:40.633348Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T01:59:40.629997Z", "last_refresh": "2023-11-08T02:16:09.946895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:55:20.852297Z", "last_refresh": "2023-11-08T02:16:05.550686Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:57:05.759595Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:57:05.756022Z", "last_refresh": "2023-11-08T02:16:05.550751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:55:18.720519Z", "last_refresh": "2023-11-08T02:16:09.946505Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:59:36.662118Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-08T01:59:43.761707Z", "last_refresh": "2023-11-08T02:16:05.551005Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-08T02:21:03.383 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:21:03.384 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2023-11-08T02:21:03.461 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=58c52b74453b41378553b47c4d71fbf3 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2023-11-08T02:21:03.463 DEBUG:teuthology.run_tasks:Unwinding manager vip 2023-11-08T02:21:03.475 INFO:tasks.vip:Removing 10.0.15.1 (and any VIPs) on smithi001.front.sepia.ceph.com iface ens1f0... 2023-11-08T02:21:03.475 DEBUG:teuthology.orchestra.run.smithi001:> sudo ip addr del 10.0.15.1/16 dev ens1f0 2023-11-08T02:21:03.517 DEBUG:teuthology.orchestra.run.smithi001:> sudo ip addr del 10.0.31.1/16 dev ens1f0 2023-11-08T02:21:03.583 INFO:teuthology.orchestra.run.smithi001.stderr:RTNETLINK answers: Cannot assign requested address 2023-11-08T02:21:03.584 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-11-08T02:21:03.584 INFO:tasks.vip:Removing 10.0.15.23 (and any VIPs) on smithi023.front.sepia.ceph.com iface ens1f0... 2023-11-08T02:21:03.585 DEBUG:teuthology.orchestra.run.smithi023:> sudo ip addr del 10.0.15.23/16 dev ens1f0 2023-11-08T02:21:03.636 DEBUG:teuthology.orchestra.run.smithi023:> sudo ip addr del 10.0.31.1/16 dev ens1f0 2023-11-08T02:21:03.664 INFO:teuthology.orchestra.run.smithi023.stderr:RTNETLINK answers: Cannot assign requested address 2023-11-08T02:21:03.665 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-11-08T02:21:03.666 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-11-08T02:21:03.678 INFO:tasks.cephadm:Teardown begin 2023-11-08T02:21:03.679 DEBUG:teuthology.orchestra.run.smithi001:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-08T02:21:03.702 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:21:03 smithi001 conmon[82545]: cluster 2023-11-08T02:21: 2023-11-08T02:21:03.705 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:21:03 smithi001 conmon[82545]: 02.504354+0000 mgr.smithi001.qhtxni (mgr.14180) 1248 : cluster [DBG] pgmap v790: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:21:03.706 DEBUG:teuthology.orchestra.run.smithi023:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-08T02:21:03.733 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-11-08T02:21:03.734 DEBUG:teuthology.orchestra.run.smithi001:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-08T02:21:03.761 DEBUG:teuthology.orchestra.run.smithi023:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-08T02:21:03.789 INFO:tasks.cephadm:Stopping all daemons... 2023-11-08T02:21:03.789 INFO:tasks.cephadm.mon.smithi001:Stopping mon.smithi001... 2023-11-08T02:21:03.790 DEBUG:teuthology.orchestra.run.smithi001:> sudo systemctl stop ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7@mon.smithi001 2023-11-08T02:21:03.955 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:21:03 smithi001 systemd[1]: Stopping Ceph mon.smithi001 for af795e7c-7dd9-11ee-8dbb-212e2dc638e7... 2023-11-08T02:21:03.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:21:03 smithi001 bash[273890]: Error: no container with name or ID "ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-mon.smithi001" found: no such container 2023-11-08T02:21:04.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:21:03 smithi023 conmon[87519]: cluster 2023-11-08T02:21:02.504354+0000 mgr.smithi001.qhtxni (mgr.14180) 2023-11-08T02:21:04.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:21:03 smithi023 conmon[87519]: 1248 : cluster [DBG] pgmap v790: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:21:04.455 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:21:04 smithi001 conmon[82545]: debug 2023-11-08T02:21:04.175+0000 7ff632363700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi001 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-11-08T02:21:04.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:21:04 smithi001 conmon[82545]: debug 2023-11-08T02:21:04.175+0000 7ff632363700 -1 mon.smithi001@0(leader) e2 *** Got Signal Terminated *** 2023-11-08T02:21:04.882 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Nov 08 02:21:04 smithi001 bash[274004]: ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-mon-smithi001 2023-11-08T02:21:04.890 DEBUG:teuthology.orchestra.run.smithi001:> sudo pkill -f 'journalctl -f -n 0 -u ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7@mon.smithi001.service' 2023-11-08T02:21:04.934 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-08T02:21:04.936 INFO:tasks.cephadm.mon.smithi001:Stopped mon.smithi001 2023-11-08T02:21:04.936 INFO:tasks.cephadm.mon.smithi023:Stopping mon.smithi023... 2023-11-08T02:21:04.937 DEBUG:teuthology.orchestra.run.smithi023:> sudo systemctl stop ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7@mon.smithi023 2023-11-08T02:21:05.278 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:21:04 smithi023 systemd[1]: Stopping Ceph mon.smithi023 for af795e7c-7dd9-11ee-8dbb-212e2dc638e7... 2023-11-08T02:21:05.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:21:05 smithi023 bash[115615]: Error: no container with name or ID "ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-mon.smithi023" found: no such container 2023-11-08T02:21:05.622 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:21:05 smithi023 conmon[87519]: debug 2023-11-08T02:21:05.339+0000 7efcc5221700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi023 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-11-08T02:21:05.623 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:21:05 smithi023 conmon[87519]: debug 2023-11-08T02:21:05.339+0000 7efcc5221700 -1 mon.smithi023@1(peon) e2 *** Got Signal Terminated *** 2023-11-08T02:21:05.623 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Nov 08 02:21:05 smithi023 bash[115728]: ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7-mon-smithi023 2023-11-08T02:21:05.933 DEBUG:teuthology.orchestra.run.smithi023:> sudo pkill -f 'journalctl -f -n 0 -u ceph-af795e7c-7dd9-11ee-8dbb-212e2dc638e7@mon.smithi023.service' 2023-11-08T02:21:05.976 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-08T02:21:05.977 INFO:tasks.cephadm.mon.smithi023:Stopped mon.smithi023 2023-11-08T02:21:05.977 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 --force --keep-logs 2023-11-08T02:22:07.121 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 --force --keep-logs 2023-11-08T02:22:50.442 DEBUG:teuthology.orchestra.run.smithi001:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-08T02:22:50.491 DEBUG:teuthology.orchestra.run.smithi023:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-08T02:22:50.520 INFO:tasks.cephadm:Archiving crash dumps... 2023-11-08T02:22:50.523 DEBUG:teuthology.misc:Transferring archived files from smithi001:/var/lib/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451203/remote/ubuntu@smithi001.front.sepia.ceph.com/crash 2023-11-08T02:22:50.524 DEBUG:teuthology.orchestra.run.smithi001:> sudo tar c -f - -C /var/lib/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/crash -- . 2023-11-08T02:22:50.566 INFO:teuthology.orchestra.run.smithi001.stderr:tar: /var/lib/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/crash: Cannot open: No such file or directory 2023-11-08T02:22:50.567 INFO:teuthology.orchestra.run.smithi001.stderr:tar: Error is not recoverable: exiting now 2023-11-08T02:22:50.568 DEBUG:teuthology.misc:Transferring archived files from smithi023:/var/lib/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451203/remote/ubuntu@smithi023.front.sepia.ceph.com/crash 2023-11-08T02:22:50.570 DEBUG:teuthology.orchestra.run.smithi023:> sudo tar c -f - -C /var/lib/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/crash -- . 2023-11-08T02:22:50.625 INFO:teuthology.orchestra.run.smithi023.stderr:tar: /var/lib/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/crash: Cannot open: No such file or directory 2023-11-08T02:22:50.625 INFO:teuthology.orchestra.run.smithi023.stderr:tar: Error is not recoverable: exiting now 2023-11-08T02:22:50.626 INFO:tasks.cephadm:Checking cluster log for badness... 2023-11-08T02:22:50.627 DEBUG:teuthology.orchestra.run.smithi001:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-11-08T02:22:50.655 INFO:teuthology.orchestra.run.smithi001.stderr:grep: /var/log/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/ceph.log: No such file or directory 2023-11-08T02:22:50.656 INFO:tasks.cephadm:Compressing logs... 2023-11-08T02:22:50.657 DEBUG:teuthology.orchestra.run.smithi001:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-11-08T02:22:50.699 DEBUG:teuthology.orchestra.run.smithi023:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-11-08T02:22:50.724 INFO:teuthology.orchestra.run.smithi001.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-11-08T02:22:50.725 INFO:teuthology.orchestra.run.smithi001.stderr:gzip -5 --verbose -- /var/log/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/ceph-client.rgw.foorgw.smithi001.hqzjwk.log 2023-11-08T02:22:50.725 INFO:teuthology.orchestra.run.smithi001.stderr:gzip -5 --verbose -- /var/log/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/ceph-volume.log 2023-11-08T02:22:50.725 INFO:teuthology.orchestra.run.smithi001.stderr:gzip -5 --verbose -- /var/log/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/ceph-osd.4.log 2023-11-08T02:22:50.726 INFO:teuthology.orchestra.run.smithi001.stderr:/var/log/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/ceph-client.rgw.foorgw.smithi001.hqzjwk.log: gzip -5 --verbose -- /var/log/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/ceph-mon.smithi001.log 2023-11-08T02:22:50.729 INFO:teuthology.orchestra.run.smithi001.stderr:/var/log/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/ceph-volume.log: /var/log/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/ceph-osd.1.log 2023-11-08T02:22:50.730 INFO:teuthology.orchestra.run.smithi001.stderr: 68.4% -- replaced with /var/log/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/ceph-client.rgw.foorgw.smithi001.hqzjwk.log.gz 2023-11-08T02:22:50.730 INFO:teuthology.orchestra.run.smithi001.stderr:/var/log/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/ceph-mon.smithi001.log: gzip -5 --verbose -- /var/log/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/ceph-osd.6.log 2023-11-08T02:22:50.731 INFO:teuthology.orchestra.run.smithi001.stderr:/var/log/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/ceph-mgr.smithi001.qhtxni.log 2023-11-08T02:22:50.731 INFO:teuthology.orchestra.run.smithi001.stderr:/var/log/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/ceph-osd.2.log 2023-11-08T02:22:50.731 INFO:teuthology.orchestra.run.smithi001.stderr:/var/log/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/ceph-mgr.smithi001.qhtxni.log: /var/log/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-08T02:22:50.732 INFO:teuthology.orchestra.run.smithi023.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/ceph-volume.log 2023-11-08T02:22:50.733 INFO:teuthology.orchestra.run.smithi023.stderr:: No such file or directory 2023-11-08T02:22:50.733 INFO:teuthology.orchestra.run.smithi023.stderr:gzip -5 --verbose -- /var/log/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/ceph-osd.7.log 2023-11-08T02:22:50.733 INFO:teuthology.orchestra.run.smithi023.stderr:gzip -5 --verbose -- /var/log/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/ceph-mgr.smithi023.qdxjtc.log 2023-11-08T02:22:50.734 INFO:teuthology.orchestra.run.smithi023.stderr:/var/log/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/ceph-volume.log: /var/log/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/ceph-osd.3.log 2023-11-08T02:22:50.734 INFO:teuthology.orchestra.run.smithi023.stderr:/var/log/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/ceph-mgr.smithi023.qdxjtc.log: gzip -5 --verbose -- /var/log/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/ceph-client.rgw.foorgw.smithi023.txtajj.log 2023-11-08T02:22:50.734 INFO:teuthology.orchestra.run.smithi023.stderr:gzip -5 --verbose -- /var/log/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/ceph-osd.5.log 2023-11-08T02:22:50.735 INFO:teuthology.orchestra.run.smithi023.stderr:/var/log/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/ceph-osd.3.log: /var/log/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/ceph-client.rgw.foorgw.smithi023.txtajj.log: gzip -5 --verbose -- /var/log/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/ceph-osd.0.log 2023-11-08T02:22:50.735 INFO:teuthology.orchestra.run.smithi023.stderr: 64.3% -- replaced with /var/log/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/ceph-client.rgw.foorgw.smithi023.txtajj.log.gz 2023-11-08T02:22:50.735 INFO:teuthology.orchestra.run.smithi023.stderr:/var/log/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/ceph-mon.smithi023.log 2023-11-08T02:22:50.735 INFO:teuthology.orchestra.run.smithi023.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-08T02:22:50.736 INFO:teuthology.orchestra.run.smithi023.stderr:/var/log/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/ceph-osd.0.log: /var/log/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/ceph-mon.smithi023.log: /var/log/ceph/cephadm.log: 92.5% -- replaced with /var/log/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/ceph-volume.log.gz 2023-11-08T02:22:50.737 INFO:teuthology.orchestra.run.smithi001.stderr:/var/log/ceph/cephadm.log: 92.6% -- replaced with /var/log/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/ceph-volume.log.gz 2023-11-08T02:22:50.737 INFO:teuthology.orchestra.run.smithi023.stderr: 90.6% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-08T02:22:50.737 INFO:teuthology.orchestra.run.smithi023.stderr: 93.2% -- replaced with /var/log/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/ceph-mgr.smithi023.qdxjtc.log.gz 2023-11-08T02:22:50.750 INFO:teuthology.orchestra.run.smithi001.stderr: 93.7% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-08T02:22:50.965 INFO:teuthology.orchestra.run.smithi023.stderr: 92.6% -- replaced with /var/log/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/ceph-mon.smithi023.log.gz 2023-11-08T02:22:51.018 INFO:teuthology.orchestra.run.smithi001.stderr: 89.7% -- replaced with /var/log/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/ceph-mgr.smithi001.qhtxni.log.gz 2023-11-08T02:22:51.567 INFO:teuthology.orchestra.run.smithi001.stderr: 90.5% -- replaced with /var/log/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/ceph-mon.smithi001.log.gz 2023-11-08T02:22:51.714 INFO:teuthology.orchestra.run.smithi023.stderr: 93.6% -- replaced with /var/log/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/ceph-osd.5.log.gz 2023-11-08T02:22:51.730 INFO:teuthology.orchestra.run.smithi001.stderr: 93.3% -- replaced with /var/log/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/ceph-osd.1.log.gz 2023-11-08T02:22:51.772 INFO:teuthology.orchestra.run.smithi023.stderr: 93.2% -- replaced with /var/log/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/ceph-osd.7.log.gz 2023-11-08T02:22:51.833 INFO:teuthology.orchestra.run.smithi001.stderr: 93.4% -- replaced with /var/log/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/ceph-osd.2.log.gz 2023-11-08T02:22:51.870 INFO:teuthology.orchestra.run.smithi001.stderr: 93.7% -- replaced with /var/log/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/ceph-osd.6.log.gz 2023-11-08T02:22:51.888 INFO:teuthology.orchestra.run.smithi023.stderr: 93.4% -- replaced with /var/log/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/ceph-osd.0.log.gz 2023-11-08T02:22:52.087 INFO:teuthology.orchestra.run.smithi023.stderr: 93.5% -- replaced with /var/log/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/ceph-osd.3.log.gz 2023-11-08T02:22:52.089 INFO:teuthology.orchestra.run.smithi023.stderr: 2023-11-08T02:22:52.089 INFO:teuthology.orchestra.run.smithi023.stderr:real 0m1.375s 2023-11-08T02:22:52.089 INFO:teuthology.orchestra.run.smithi023.stderr:user 0m4.650s 2023-11-08T02:22:52.090 INFO:teuthology.orchestra.run.smithi023.stderr:sys 0m0.188s 2023-11-08T02:22:52.171 INFO:teuthology.orchestra.run.smithi001.stderr: 93.5% -- replaced with /var/log/ceph/af795e7c-7dd9-11ee-8dbb-212e2dc638e7/ceph-osd.4.log.gz 2023-11-08T02:22:52.173 INFO:teuthology.orchestra.run.smithi001.stderr: 2023-11-08T02:22:52.173 INFO:teuthology.orchestra.run.smithi001.stderr:real 0m1.461s 2023-11-08T02:22:52.174 INFO:teuthology.orchestra.run.smithi001.stderr:user 0m5.659s 2023-11-08T02:22:52.174 INFO:teuthology.orchestra.run.smithi001.stderr:sys 0m0.220s 2023-11-08T02:22:52.174 INFO:tasks.cephadm:Archiving logs... 2023-11-08T02:22:52.175 DEBUG:teuthology.misc:Transferring archived files from smithi001:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451203/remote/ubuntu@smithi001.front.sepia.ceph.com/log 2023-11-08T02:22:52.176 DEBUG:teuthology.orchestra.run.smithi001:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-08T02:22:52.979 DEBUG:teuthology.misc:Transferring archived files from smithi023:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451203/remote/ubuntu@smithi023.front.sepia.ceph.com/log 2023-11-08T02:22:52.980 DEBUG:teuthology.orchestra.run.smithi023:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-08T02:22:53.649 INFO:tasks.cephadm:Removing cluster... 2023-11-08T02:22:53.650 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 --force 2023-11-08T02:22:54.366 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid af795e7c-7dd9-11ee-8dbb-212e2dc638e7 --force 2023-11-08T02:22:55.088 INFO:tasks.cephadm:Removing cephadm ... 2023-11-08T02:22:55.088 DEBUG:teuthology.orchestra.run.smithi001:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-08T02:22:55.105 DEBUG:teuthology.orchestra.run.smithi023:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-08T02:22:55.120 INFO:tasks.cephadm:Teardown complete 2023-11-08T02:22:55.121 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2023-11-08T02:22:55.132 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi001:/dev/vg_nvme/lv_1... 2023-11-08T02:22:55.132 DEBUG:teuthology.orchestra.run.smithi001:> sudo nvme disconnect -n lv_1 2023-11-08T02:22:55.280 INFO:teuthology.orchestra.run.smithi001.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-11-08T02:22:55.283 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T02:22:55.283 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi001:/dev/vg_nvme/lv_2... 2023-11-08T02:22:55.284 DEBUG:teuthology.orchestra.run.smithi001:> sudo nvme disconnect -n lv_2 2023-11-08T02:22:55.411 INFO:teuthology.orchestra.run.smithi001.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-11-08T02:22:55.412 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T02:22:55.412 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi001:/dev/vg_nvme/lv_3... 2023-11-08T02:22:55.413 DEBUG:teuthology.orchestra.run.smithi001:> sudo nvme disconnect -n lv_3 2023-11-08T02:22:55.543 INFO:teuthology.orchestra.run.smithi001.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-11-08T02:22:55.544 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T02:22:55.545 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi001:/dev/vg_nvme/lv_4... 2023-11-08T02:22:55.546 DEBUG:teuthology.orchestra.run.smithi001:> sudo nvme disconnect -n lv_4 2023-11-08T02:22:55.667 INFO:teuthology.orchestra.run.smithi001.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-11-08T02:22:55.668 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T02:22:55.669 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2023-11-08T02:22:55.670 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd of=/scratch_devs 2023-11-08T02:22:55.696 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi023:/dev/vg_nvme/lv_1... 2023-11-08T02:22:55.696 DEBUG:teuthology.orchestra.run.smithi023:> sudo nvme disconnect -n lv_1 2023-11-08T02:22:55.833 INFO:teuthology.orchestra.run.smithi023.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-11-08T02:22:55.835 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T02:22:55.836 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi023:/dev/vg_nvme/lv_2... 2023-11-08T02:22:55.837 DEBUG:teuthology.orchestra.run.smithi023:> sudo nvme disconnect -n lv_2 2023-11-08T02:22:55.964 INFO:teuthology.orchestra.run.smithi023.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-11-08T02:22:55.964 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T02:22:55.965 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi023:/dev/vg_nvme/lv_3... 2023-11-08T02:22:55.966 DEBUG:teuthology.orchestra.run.smithi023:> sudo nvme disconnect -n lv_3 2023-11-08T02:22:56.095 INFO:teuthology.orchestra.run.smithi023.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-11-08T02:22:56.097 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T02:22:56.097 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi023:/dev/vg_nvme/lv_4... 2023-11-08T02:22:56.098 DEBUG:teuthology.orchestra.run.smithi023:> sudo nvme disconnect -n lv_4 2023-11-08T02:22:56.220 INFO:teuthology.orchestra.run.smithi023.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-11-08T02:22:56.221 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T02:22:56.222 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2023-11-08T02:22:56.223 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd of=/scratch_devs 2023-11-08T02:22:56.247 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-11-08T02:22:56.259 INFO:teuthology.task.clock:Checking final clock skew... 2023-11-08T02:22:56.260 DEBUG:teuthology.orchestra.run.smithi001:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-08T02:22:56.262 DEBUG:teuthology.orchestra.run.smithi023:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-08T02:22:56.275 INFO:teuthology.orchestra.run.smithi001.stderr:bash: ntpq: command not found 2023-11-08T02:22:56.280 INFO:teuthology.orchestra.run.smithi001.stdout:210 Number of sources = 4 2023-11-08T02:22:56.280 INFO:teuthology.orchestra.run.smithi001.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-08T02:22:56.281 INFO:teuthology.orchestra.run.smithi001.stdout:=============================================================================== 2023-11-08T02:22:56.281 INFO:teuthology.orchestra.run.smithi001.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 4 +447us[ +458us] +/- 74ms 2023-11-08T02:22:56.281 INFO:teuthology.orchestra.run.smithi001.stdout:^* hv02.front.sepia.ceph.com 3 6 377 3 -416us[ -405us] +/- 61ms 2023-11-08T02:22:56.281 INFO:teuthology.orchestra.run.smithi001.stdout:^+ hv03.front.sepia.ceph.com 3 8 377 135 +95us[ +141us] +/- 75ms 2023-11-08T02:22:56.282 INFO:teuthology.orchestra.run.smithi001.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-11-08T02:22:56.301 INFO:teuthology.orchestra.run.smithi023.stderr:bash: ntpq: command not found 2023-11-08T02:22:56.305 INFO:teuthology.orchestra.run.smithi023.stdout:210 Number of sources = 4 2023-11-08T02:22:56.305 INFO:teuthology.orchestra.run.smithi023.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-08T02:22:56.305 INFO:teuthology.orchestra.run.smithi023.stdout:=============================================================================== 2023-11-08T02:22:56.306 INFO:teuthology.orchestra.run.smithi023.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 8 +466us[ +471us] +/- 74ms 2023-11-08T02:22:56.306 INFO:teuthology.orchestra.run.smithi023.stdout:^* hv02.front.sepia.ceph.com 3 6 377 7 -422us[ -417us] +/- 61ms 2023-11-08T02:22:56.306 INFO:teuthology.orchestra.run.smithi023.stdout:^+ hv03.front.sepia.ceph.com 3 7 377 6 +122us[ +122us] +/- 77ms 2023-11-08T02:22:56.307 INFO:teuthology.orchestra.run.smithi023.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-11-08T02:22:56.307 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-11-08T02:22:56.317 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-11-08T02:22:56.318 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-11-08T02:22:56.329 DEBUG:teuthology.orchestra.run.smithi001:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-11-08T02:22:56.435 DEBUG:teuthology.orchestra.run.smithi023:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-11-08T02:22:56.525 DEBUG:teuthology.orchestra.run.smithi001:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-08T02:22:56.557 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T02:22:56.558 DEBUG:teuthology.orchestra.run.smithi023:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-08T02:22:56.588 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T02:22:56.588 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-11-08T02:22:56.599 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-11-08T02:22:56.609 INFO:teuthology.task.internal:Duration was 2268.380718 seconds 2023-11-08T02:22:56.610 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-11-08T02:22:56.621 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-11-08T02:22:56.622 DEBUG:teuthology.orchestra.run.smithi001:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-08T02:22:56.625 DEBUG:teuthology.orchestra.run.smithi023:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-08T02:22:56.669 INFO:teuthology.orchestra.run.smithi001.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-08T02:22:56.674 INFO:teuthology.orchestra.run.smithi023.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-08T02:22:57.039 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-11-08T02:22:57.039 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi001.front.sepia.ceph.com 2023-11-08T02:22:57.040 DEBUG:teuthology.orchestra.run.smithi001:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-11-08T02:22:57.060 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi023.front.sepia.ceph.com 2023-11-08T02:22:57.061 DEBUG:teuthology.orchestra.run.smithi023:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-11-08T02:22:57.081 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-11-08T02:22:57.081 DEBUG:teuthology.orchestra.run.smithi001:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-08T02:22:57.102 DEBUG:teuthology.orchestra.run.smithi023:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-08T02:22:57.175 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-11-08T02:22:57.176 DEBUG:teuthology.orchestra.run.smithi001:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-08T02:22:57.179 DEBUG:teuthology.orchestra.run.smithi023:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-08T02:22:57.347 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-11-08T02:22:57.358 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-11-08T02:22:57.359 DEBUG:teuthology.orchestra.run.smithi001:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-08T02:22:57.384 DEBUG:teuthology.orchestra.run.smithi023:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-08T02:22:57.410 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-11-08T02:22:57.422 DEBUG:teuthology.orchestra.run.smithi001:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-11-08T02:22:57.427 DEBUG:teuthology.orchestra.run.smithi023:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-11-08T02:22:57.449 INFO:teuthology.orchestra.run.smithi001.stdout:kernel.core_pattern = core 2023-11-08T02:22:57.475 INFO:teuthology.orchestra.run.smithi023.stdout:kernel.core_pattern = core 2023-11-08T02:22:57.489 DEBUG:teuthology.orchestra.run.smithi001:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-08T02:22:57.518 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T02:22:57.518 DEBUG:teuthology.orchestra.run.smithi023:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-08T02:22:57.543 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T02:22:57.544 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-11-08T02:22:57.563 INFO:teuthology.task.internal:Transferring archived files... 2023-11-08T02:22:57.564 DEBUG:teuthology.misc:Transferring archived files from smithi001:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451203/remote/smithi001 2023-11-08T02:22:57.565 DEBUG:teuthology.orchestra.run.smithi001:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-08T02:22:57.611 DEBUG:teuthology.misc:Transferring archived files from smithi023:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451203/remote/smithi023 2023-11-08T02:22:57.611 DEBUG:teuthology.orchestra.run.smithi023:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-08T02:22:57.649 INFO:teuthology.task.internal:Removing archive directory... 2023-11-08T02:22:57.650 DEBUG:teuthology.orchestra.run.smithi001:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-08T02:22:57.652 DEBUG:teuthology.orchestra.run.smithi023:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-08T02:22:57.698 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-11-08T02:22:57.711 INFO:teuthology.task.internal:Not uploading archives. 2023-11-08T02:22:57.712 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-11-08T02:22:57.723 INFO:teuthology.task.internal:Tidying up after the test... 2023-11-08T02:22:57.724 DEBUG:teuthology.orchestra.run.smithi001:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-08T02:22:57.726 DEBUG:teuthology.orchestra.run.smithi023:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-08T02:22:57.739 INFO:teuthology.orchestra.run.smithi001.stdout: 262153 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 8 02:22 /home/ubuntu/cephtest 2023-11-08T02:22:57.753 INFO:teuthology.orchestra.run.smithi023.stdout: 263008 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 8 02:22 /home/ubuntu/cephtest 2023-11-08T02:22:57.754 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-11-08T02:22:57.766 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-11-08T02:22:57.825 INFO:teuthology.nuke:Checking targets against current locks 2023-11-08T02:22:57.851 DEBUG:teuthology.nuke:shortname: smithi001 2023-11-08T02:22:57.852 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-08T02:22:57.875 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi001.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451203', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.4', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-08 01:36:10.995519', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBM+WWmTKiyWGBcrU/dCy4X3rxNP3g04mdugWFWvDDoAejY5XwuJkY3D6QAU3ARnWvtB84RHJK7a3Y1Tzk9SgVH0='} 2023-11-08T02:22:57.878 DEBUG:teuthology.nuke:shortname: smithi023 2023-11-08T02:22:57.878 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-08T02:22:57.899 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi023.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451203', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.4', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-08 01:36:10.997103', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBALbJ9vBL8Zy9vV+rU6DfYGtA9fcy0821zUKVb9XoG0UsDmI5CNQbByKDueV/LPOv0cQyGc/Z3Bg4Y6HhWPUaxk='} 2023-11-08T02:22:57.929 INFO:teuthology.orchestra.console.smithi001:Power off 2023-11-08T02:22:57.930 DEBUG:teuthology.orchestra.console.smithi001:pexpect command: ipmitool -H smithi001.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-08T02:22:57.948 INFO:teuthology.orchestra.console.smithi023:Power off 2023-11-08T02:22:57.949 DEBUG:teuthology.orchestra.console.smithi023:pexpect command: ipmitool -H smithi023.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-08T02:22:57.959 DEBUG:teuthology.orchestra.console.smithi001:power off output: Chassis Power Control: Down/Off 2023-11-08T02:22:57.959 DEBUG:teuthology.orchestra.console.smithi001:pexpect command: ipmitool -H smithi001.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-08T02:22:57.972 DEBUG:teuthology.orchestra.console.smithi023:power off output: Chassis Power Control: Down/Off 2023-11-08T02:22:57.973 DEBUG:teuthology.orchestra.console.smithi023:pexpect command: ipmitool -H smithi023.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-08T02:22:57.982 DEBUG:teuthology.orchestra.console.smithi001:check power output: Chassis Power is on 2023-11-08T02:22:57.999 DEBUG:teuthology.orchestra.console.smithi023:check power output: Chassis Power is on 2023-11-08T02:23:01.983 DEBUG:teuthology.orchestra.console.smithi001:pexpect command: ipmitool -H smithi001.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-08T02:23:02.000 DEBUG:teuthology.orchestra.console.smithi023:pexpect command: ipmitool -H smithi023.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-08T02:23:02.094 DEBUG:teuthology.orchestra.console.smithi001:check power output: Chassis Power is on 2023-11-08T02:23:02.110 DEBUG:teuthology.orchestra.console.smithi023:check power output: Chassis Power is on 2023-11-08T02:23:06.098 DEBUG:teuthology.orchestra.console.smithi001:pexpect command: ipmitool -H smithi001.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-08T02:23:06.111 DEBUG:teuthology.orchestra.console.smithi023:pexpect command: ipmitool -H smithi023.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-08T02:23:06.209 DEBUG:teuthology.orchestra.console.smithi001:check power output: Chassis Power is off 2023-11-08T02:23:06.222 DEBUG:teuthology.orchestra.console.smithi023:check power output: Chassis Power is on 2023-11-08T02:23:06.310 INFO:teuthology.orchestra.console.smithi001:Power off completed 2023-11-08T02:23:10.224 DEBUG:teuthology.orchestra.console.smithi023:pexpect command: ipmitool -H smithi023.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-08T02:23:10.334 DEBUG:teuthology.orchestra.console.smithi023:check power output: Chassis Power is off 2023-11-08T02:23:10.435 INFO:teuthology.orchestra.console.smithi023:Power off completed 2023-11-08T02:23:10.539 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: 2268.3807179927826 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=58c52b74453b41378553b47c4d71fbf3 status: fail success: false 2023-11-08T02:23:10.540 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-08T02:23:10.630 INFO:teuthology.run:FAIL